summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-05-19Fix for bug 3170713: DROP DATABASE wihout cleaning connectionsMichael P
2011-05-19Fix for bug 3172438: node registration protocolMichael P
2011-05-19CREATE TABLE: new distribution function MODULOMichael P
2011-05-19Support for EXECUTE DIRECTMichael P
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19Fix for replicated tables using multi-INSERT queries.Michael P
2011-05-19Fix for make -jMichael P
2011-05-19The patch implements multiple insert syntax in PGXC.Michael P
2011-05-19Base code to support correlated DELETE and UPDATEMichael P
2011-05-19Node Registering featureMichael 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-19Fix a problem when more values are selected than total columns inMason Sharp
2011-05-19Add support for INSERT SELECT.Mason Sharp
2011-05-19Fix for sourceforge.net bug#3013984: Sequence scopeMason Sharp
2011-05-19Minor cursor changes:Mason Sharp
2011-05-19Support for CLEAN CONNECTIONMichael P
2011-05-19Fix PGXC macro usageMason 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-19Special hanlding for ANALYZE on the data nodes.Mason Sharp
2011-05-19Added support for two new pieces of functionality.Michael P
2011-05-19Handle stored functions in queries.Mason Sharp
2011-05-19Initial support for cursors (DECLARE, FETCH).Mason Sharp
2011-05-19Implementation of 2PC from applicationsMichael P
2011-05-19Improved error handling.Mason Sharp
2011-05-19Support for Global timestamp in Postgres-XC.Michael P
2011-05-19Initial support for multi-step queries, including cross-node joins.M S
2011-05-19Portal integration changes.M S
2011-05-19Added more handling to deal with data node connection failures.Mason S
2011-05-19Support for RENAME/DROP SCHEMA with sequencesMichael P
2011-05-19In Postgres-XC, the error stack may overflow becauseMason S
2011-05-19Add support for ORDER BY adn DISTINCT.Mason S
2011-05-19Add a missing include file from the previous commitPavan Deolasee
2011-05-19Add support for ALTER Sequence. Michael Paquier with some editorilization fro...Pavan Deolasee
2011-05-19Add support for views.Mason S
2011-05-19Minor change that updates COPY so that it knows aheadMason S
2011-05-19Added support for basic aggregate handling.Mason S
2011-05-19Fix an assertion failure in the GTM code. We were mistakenly overwriting anPavan Deolasee
2011-05-19Fix some stylistic issues with the code. Trying to make it morePavan Deolasee
2011-05-19This is the first of some planned changes to recognize more "Postgres-XC safe"Mason S
2011-05-19Added support for COPY TO a file or STDOUT.Mason S
2011-05-19Added support for COPY FROM, for loading tables.Mason S
2011-05-19Improved error handling.Mason S
2011-05-19For writes to replicated tables, use primary copy technique to reduceMason S
2011-05-19Postgres-XC version 0.9Michael P
2009-06-27Bundle v8.4.0Marc G. Fournier