index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2012-04-10
Addition of integer node identifier as part of tuple information
Michael P
2012-03-29
This commit adds GUC parameter xc_maintenance_mode. This is needed to control
Koichi Suzuki
2012-03-27
Honor collations while handling results at the coordinator. This fixes a part of
Pavan Deolasee
2012-03-26
This commit adds builtin function pgxc_is_committed() to test if given trans...
Koichi Suzuki
2012-03-09
Fix for bug ID 3500214 : Plancache revalidation does not work correctly on da...
Amit Khandekar
2012-01-12
Change file headers to 2012
Michael P
2011-12-19
Add support for UPDATE/DELETE WHERE CURRENT OF
Abbas
2011-12-08
Simplify node DDL grammar and supress slave management part
Michael P
2011-12-01
Support for dynamic pooler/session connection information cache reload
Michael P
2011-11-24
Addition of system function pgxc_pool_check
Michael P
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-10-04
Fix a server crash is query deparsing. PostgreSQL has introduced a new
Pavan Deolasee
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-06-16
Support for START TRANSACTION
Michael P
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-24
This patch makes the group by on XC work. The changes are as follows
Abbas
2011-05-24
This patch solves bug ID 3237805
Abbas
2011-05-24
Fix a cache leak WARNING with system cache
Michael P
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
maintenance for 2011, change header files
Michael P
2011-05-19
The patch implements multiple insert syntax in PGXC.
Michael P
2011-05-19
Add support for single-step prepared statements.
Mason Sharp
2011-05-19
Fix PGXC macro usage
Mason Sharp
2011-05-19
1. Support for UPDATE and DELETE WHERE CURRENT OF for
Mason Sharp
2011-05-19
Improve performance of "multi-step" queries (an on-going process).
Mason Sharp
2011-05-19
Added support for two new pieces of functionality.
Michael P
2011-05-19
Support for Global timestamp in Postgres-XC.
Michael P
2011-05-19
Add support for ORDER BY adn DISTINCT.
Mason S
2011-05-19
Added support for basic aggregate handling.
Mason S
2011-05-19
This is the first of some planned changes to recognize more "Postgres-XC safe"
Mason S
2011-05-19
Postgres-XC version 0.9
Michael P
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-11
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-26
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-14
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-03
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
[next]