summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-02-02Add the support for Fast Query Shipping (FQS), a method to identifyAshutosh Bapat
2012-02-01Make the advisory locks cluster-aware, so that a user connected fromAmit Khandekar
2012-01-31Make utility statements executed through functions work. The original utilityAshutosh Bapat
2012-01-30The RTEs corresponding to the RemoteQuery nodes created during planning byAshutosh Bapat
2012-01-30Extended Node DDL grammar for preferred and primary nodesMichael P
2012-01-26EXECUTE DIRECT: grammar simplification and filter for utility commandsMichael P
2012-01-24Support for TABLESPACEMichael P
2012-01-19Correct node selection for preferred nodeMichael P
2012-01-18Rows with NULL value for distribution columns get inserted on all the datanodes.Ashutosh Bapat
2012-01-13First fix out of the work of fixing the functional behaviour of some systemAmit Khandekar
2012-01-13Improve target list selection for remote DML queriesMichael P
2012-01-12When the whole row of a table is expected as a single column, while fetching theAshutosh Bapat
2012-01-12Change file headers to 2012Michael P
2012-01-10Support for EXPLAIN with remote DML planningMichael P
2012-01-06Support for remote DELETE planning and remove restrictions for UPDATEMichael P
2012-01-06Support for remote UPDATE planning in standard planningMichael P
2012-01-05In EXPLAIN command provide following boolean optionsAshutosh Bapat
2012-01-05Correct float8 collectionMichael P
2011-12-22Add following GUCs related to optimizations during remote query planningAshutosh Bapat
2011-12-22Fix for Bug id:3425212:Amit Khandekar
2011-12-20Block the usage of large objectsMichael P
2011-12-20Support for DEFAULT with non-shippable expressionsMichael P
2011-12-20Improve expression push-down in INSERT queriesMichael P
2011-12-19This commit adds an alternate expected output for portals test case, fixes a ...Abbas
2011-12-19Add support for UPDATE/DELETE WHERE CURRENT OFAbbas
2011-12-16Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgr...Pavan Deolasee
2011-12-16Generate START TRANSACTION command to be sent to the datanodes usingPavan Deolasee
2011-12-16Block USER MAPPING, SERVER and FOREIGN DATA WRAPPERMichael P
2011-12-15Fix for bug 3458736: SQL function creation depending on temporary objectsMichael P
2011-12-15Support CTAS for node subsets and add documentationMichael P
2011-12-15This commit eliminates compilation warning in GTM related to the modified files.Koichi Suzuki
2011-12-14Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTOPavan Deolasee
2011-12-14This commit allows GTM-Standby to connect to GTM anytime. Without this patch,Koichi Suzuki
2011-12-13Remove references to node masters in error messagesMichael P
2011-12-13Fix for bug 3458423: drop cascade on a temporary objectMichael P
2011-12-13Fix for bug 3458413: view creation on a temporary tableMichael P
2011-12-12Add a check on value type fore node DDLMichael P
2011-12-12Forbid access on Coordinator for inconsistent connection dataMichael P
2011-12-08Correct pgxc_pool_check process resulting in incorrect assertionMichael P
2011-12-08Fix for bug 3454270: cache lookup error on array selectionMichael P
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-12-06Fix for bug ID 3441661 : pg_regress: create_view.sql : Where clause in view f...Amit Khandekar
2011-12-02Fix for bug ID 3446932: pg_regress: join.sql : Join involving view errors outAmit Khandekar
2011-12-01Manually forward-ported a commit that went in REL0_9_6_STABLE branch.Amit Khandekar
2011-12-01Support for dynamic pooler/session connection information cache reloadMichael P
2011-11-28Fix a bug in compute_hash() which was passing the scalar value instead of thePavan Deolasee
2011-11-24Addition of system function pgxc_pool_checkMichael P
2011-11-24Improve connection info initialization for backend session and poolerMichael P
2011-11-22Fix for bug ID 3237769: pg_regress: aggregates, stack depth limit exceededAmit Khandekar
2011-11-22Fix for bug 3440635: expressions containing correlated subqueries error outAmit Khandekar