summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2012-04-10Addition of integer node identifier as part of tuple informationMichael P
2012-03-29This commit adds GUC parameter xc_maintenance_mode. This is needed to controlKoichi Suzuki
2012-03-27Honor collations while handling results at the coordinator. This fixes a part ofPavan Deolasee
2012-03-26 This commit adds builtin function pgxc_is_committed() to test if given trans...Koichi Suzuki
2012-03-09Fix for bug ID 3500214 : Plancache revalidation does not work correctly on da...Amit Khandekar
2012-01-12Change file headers to 2012Michael P
2011-12-19Add support for UPDATE/DELETE WHERE CURRENT OFAbbas
2011-12-08Simplify node DDL grammar and supress slave management partMichael P
2011-12-01Support for dynamic pooler/session connection information cache reloadMichael P
2011-11-24Addition of system function pgxc_pool_checkMichael P
2011-10-27Support for Node and Node Group DDLMichael P
2011-10-04Fix a server crash is query deparsing. PostgreSQL has introduced a newPavan Deolasee
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-06-16Support for START TRANSACTIONMichael P
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-05-24This patch makes the group by on XC work. The changes are as followsAbbas
2011-05-24This patch solves bug ID 3237805Abbas
2011-05-24Fix a cache leak WARNING with system cacheMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19The patch implements multiple insert syntax in PGXC.Michael P
2011-05-19Add support for single-step prepared statements.Mason Sharp
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-19Added support for two new pieces of functionality.Michael P
2011-05-19Support for Global timestamp in Postgres-XC.Michael P
2011-05-19Add support for ORDER BY adn DISTINCT.Mason S
2011-05-19Added support for basic aggregate handling.Mason S
2011-05-19This is the first of some planned changes to recognize more "Postgres-XC safe"Mason S
2011-05-19Postgres-XC version 0.9Michael P
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-25Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Teach pattern_fixed_prefix() about collations.Tom Lane
2011-04-11Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-05Add casts from int4 and int8 to numeric.Robert Haas
2011-04-01Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-03-26Clean up a few failures to set collation fields in expression nodes.Tom Lane
2011-03-14Remove duplicate time-based macros recently added.Bruce Momjian
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-03-12Use macros for time-based constants, rather than constants.Bruce Momjian
2011-03-09Adjust the permissions required for COMMENT ON ROLE.Tom Lane
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-03Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane