CREATE TABLE AS and SELECT INTO in Postgres-XC
This week, a great feature has been added by commit 8a05756, completed by commit caf1554 in Postgres-XC GIT repository. commit 8a05756a702051d55a35ec3f4953f381f977b53a Author: Pavan Deolasee Date: Wed...
View ArticlePostgres-XC 0.9.7 released
The release of Postgres-XC 0.9.7 has been done in Source Forge and in GIT. Source forge page is here. The source tarball and manuals are available here. Postgres-XC 0.9.7, based on PostgreSQL 9.1,...
View ArticleFast query shipping in a database cluster
When using a database cluster where nodes are completely dependent on the network behavior like it is the case for shared-nothing based architecture, an essential step in integrating a new application...
View ArticlePostgres-XC 1.0beta1 released
Postgres-XC, write-scalable multi-master symetric cluster based on PostgreSQL, version XC 1.0beta1 has been released. This beta version is based on PostgreSQL 9.1beta2, and all the fixes of PostgreSQL...
View ArticlePostgres 9.3 feature highlight: writable foreign tables
A new set of APIs for foreign data wrappers has been added to allow writable operations on foreign sources. This feature has been committed by Tom Lane a couple of days ago. commit...
View ArticlePostgres 9.4 feature highlight: TABLE for multiple functions and...
A new feature making possible to specify multiple functions with TABLE inside a FROM clause has made its way in Postgres. The same commit adds support for unnest with multiple arguments as well. commit...
View Article