summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-05-19Fix for replicated tables using multi-INSERT queries.Michael P
2011-05-19Fix for bug 3147497 INSERT.. DEFAULT VALUESMichael P
2011-05-19The patch implements multiple insert syntax in PGXC.Michael P
2011-05-19Support for correlated DELETE for replicated tablesMichael P
2011-05-19Base code to support correlated DELETE and UPDATEMichael P
2011-05-19Fix and Clean up in ExecutorMichael P
2011-05-19Clean up in Materialize codeMichael P
2011-05-19Fix for partially committed transactions in Implicit 2PCMichael P
2011-05-19Allow only Remote Coordinator to use functionnalities introduced with SQL/MEDMichael P
2011-05-19Node Registering featureMichael P
2011-05-19Added missing #ifdef PGXCMason Sharp
2011-05-19Sequence RenamingMichael P
2011-05-19Fix for bug 3136262: Improvement of Explicit 2PC error handlingMichael P
2011-05-19Fix for bug 3142311:renaming sequences errorMichael P
2011-05-19Improvement of performance with tuple scanMichael P
2011-05-19Clean up of execRemote.cMichael P
2011-05-19Add support for single-step prepared statements.Mason Sharp
2011-05-19Correction for implicit 2PCMichael P
2011-05-19Fixed recently introduced bug with node determinationMason Sharp
2011-05-19Change Protocol connection between PGXC nodes and GTM/GTM-Proxy.Michael P
2011-05-19Fixed bug in INSERT when omitting a value for the partitioning column.Mason Sharp
2011-05-19Fixed a bug with INSERT SELECT when an input value is NULL.Mason Sharp
2011-05-19Fix a problem when more values are selected than total columns inMason Sharp
2011-05-19Add support for INSERT SELECT.Mason Sharp
2011-05-19This fixes a couple of issues noticed after the last commit,Mason Sharp
2011-05-19Fixed bug where if there are subqueries in the SELECT clauseMason Sharp
2011-05-19Fix for sourceforge.net bug#3013984: Sequence scopeMason Sharp
2011-05-19Minor cursor changes:Mason Sharp
2011-05-19Block Node Commit on a Datanode.Michael P
2011-05-19Support for CLEAN CONNECTIONMichael P
2011-05-19Fix PGXC macro usageMason Sharp
2011-05-19Fix some compiler warningsMason Sharp
2011-05-19Do not allow the partition column to be updated on hash partitionedMason Sharp
2011-05-19Support for COPY SELECTMason Sharp
2011-05-191. Support for UPDATE and DELETE WHERE CURRENT OF forMason Sharp
2011-05-19Add a message that the RETURNING clause is not yet supported.Mason Sharp
2011-05-19Fix bug with primary key in CREATE TABLE statement.Mason Sharp
2011-05-19Improve performance of "multi-step" queries (an on-going process).Mason Sharp
2011-05-19Special hanlding for ANALYZE on the data nodes.Mason Sharp
2011-05-19Deletion of a DEBUG message in postmaster.cMichael P
2011-05-19When there is a data node crash, sometimes we were trying to readMason Sharp
2011-05-19SourceForge Bug ID: 3076224 checkpoint command causes seg faultMason Sharp
2011-05-19Fix bug with pooler.Mason Sharp
2011-05-19Added support for two new pieces of functionality.Michael P
2011-05-19Fixed bug where extra materialization nodes were being created.Mason Sharp
2011-05-19Fix a bug with EXPLAIN and EXPLAIN VERBOSE.Mason Sharp
2011-05-19Handle stored functions in queries.Mason Sharp
2011-05-19Initial support for cursors (DECLARE, FETCH).Mason Sharp
2011-05-19Address performance issues that were introduced in the lastMason Sharp
2011-05-19Implementation of 2PC from applicationsMichael P