summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2011-12-15Support CTAS for node subsets and add documentationMichael P
2011-12-14Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTOPavan Deolasee
2011-12-01Manually forward-ported a commit that went in REL0_9_6_STABLE branch.Amit Khandekar
2011-11-24Improve connection info initialization for backend session and poolerMichael P
2011-11-22Support correlated subqueries. Correlated subqueries were not working becauseAmit Khandekar
2011-11-15Support for data distribution among a subset of datanodesMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-10-19The member is_single_step in RemoteQuery node is only assigned values to butAshutosh Bapat
2011-08-19Support for parameterised queries in XC. It has following changes.Ashutosh Bapat
2011-08-17Addition of pgxc_prepared_xactsMichael P
2011-08-08Clean up compilation warningsMichael P
2011-07-29Allow commands PREPARE and EXECUTE to prepare a statement and execute it resp.Ashutosh Bapat
2011-07-27In function do_query() and ExecRemoteQuery() there is duplicated codeAshutosh Bapat
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-29Since aggregation can work without collection function, user need not provideAshutosh Bapat
2011-06-24Merge branch 'pgxc-barrier-rebase' into PGXC-masterPavan Deolasee
2011-06-21The patch has following changes:Ashutosh Bapat
2011-06-17Correction of spelling mistakesMichael P
2011-06-17First cut implementation of BARRIER for PITR and global consistent recoveryPavan Deolasee
2011-06-06In following cases, we push the aggregates and group by clauses to the datanodeAshutosh Bapat
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19Base code to support correlated DELETE and UPDATEMichael P
2011-05-19Add support for single-step prepared statements.Mason Sharp
2011-05-191. Support for UPDATE and DELETE WHERE CURRENT OF forMason Sharp
2011-05-19Improve performance of "multi-step" queries (an on-going process).Mason Sharp
2011-05-19Initial support for cursors (DECLARE, FETCH).Mason Sharp
2011-05-19Postgres-XC version 0.9Michael P
2011-04-18Fix handling of collations in multi-row VALUES constructs.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-26More collations cleanup, from trawling for missed collation assignments.Tom Lane
2011-03-26Pass collation to makeConst() instead of looking it up internally.Tom Lane
2011-03-22Make FKs valid at creation when added as column constraints.Simon Riggs
2011-03-22Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane
2011-03-20Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-03-10Remove collation information from TypeName, where it does not belong.Tom Lane
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-17Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane