summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-06-29Support for GTM-StandbyMichael P
2011-06-29Since aggregation can work without collection function, user need not provideAshutosh Bapat
2011-06-28The commit fixes two issuesAshutosh Bapat
2011-06-27For every aggregate, we expect that the collection function is such that, itAshutosh Bapat
2011-06-24This patch adds a system in XC to cancel a running query, and flush network b...Abbas
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-17WAL log the barrier creation activity on the local coordinator. Also fix some ofPavan Deolasee
2011-06-17Rearrange the 2PC commit code so that we can commit the localPavan Deolasee
2011-06-17Add synchrnization at the commit timePavan Deolasee
2011-06-17First cut implementation of BARRIER for PITR and global consistent recoveryPavan Deolasee
2011-06-16Support for START TRANSACTIONMichael P
2011-06-15Fix for bug 3286054. The aggregates like count() can return integral value 0,Ashutosh Bapat
2011-06-14Push aggregations and GROUP BY clause to the datanode when query has aggregatesAshutosh Bapat
2011-06-06Partial fix for bug 3310399: Autovacuum workers using same connections to GTMMichael P
2011-06-06Correct a couple of comments in optimizerMichael P
2011-06-06Push GROUP BY clause to the datanode for grouping without aggregation (i.e. whenAshutosh Bapat
2011-06-06In following cases, we push the aggregates and group by clauses to the datanodeAshutosh Bapat
2011-05-26This patch adds support for the following data types to be used as distributi...Abbas
2011-05-25Correct bki generationMichael P
2011-05-24This patch makes the group by on XC work. The changes are as followsAbbas
2011-05-24This patch fixes TWO bugs 3273569 & 3243469Abbas
2011-05-24This patch fixes a problem with cursors created WITH HOLD option.Abbas
2011-05-24Fix for bug 2990360: relative path to working directory for gtmMichael P
2011-05-24Extension of CLEAN CONNECTION for specific usersMichael P
2011-05-24This patch solves bug ID 3237805Abbas
2011-05-24Block use of non-immutable functions as DEFAULT valuesMichael P
2011-05-24Support for session and local parametersMichael P
2011-05-24Fix for bug 3234421: multiple user support for poolerMichael P
2011-05-24Fix a cache leak WARNING with system cacheMichael P
2011-05-24This patch fixes the problem in XC that error detail was not being handled.Abbas
2011-05-24Fix for VIEW and SEQUENCEMichael P
2011-05-24Fix for bugs 3124253 and 3202554: Unique remote query nodeMichael P
2011-05-24Fix for bug 3201711: Sequence view crashMichael P
2011-05-24Fix for bug 3199029 GTM/GTM-proxy FATAL error handlingMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19Fix for bug 3134395, 3086422, 3136230: 2PC locksMichael P
2011-05-19Fix for bug 3151626: Support for COPY BINARYMichael P
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