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
/
backend
/
nodes
Age
Commit message (
Expand
)
Author
2011-12-15
Support CTAS for node subsets and add documentation
Michael P
2011-12-14
Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTO
Pavan Deolasee
2011-12-01
Manually forward-ported a commit that went in REL0_9_6_STABLE branch.
Amit Khandekar
2011-11-24
Improve connection info initialization for backend session and pooler
Michael P
2011-11-22
Support correlated subqueries. Correlated subqueries were not working because
Amit Khandekar
2011-11-15
Support for data distribution among a subset of datanodes
Michael P
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-10-19
The member is_single_step in RemoteQuery node is only assigned values to but
Ashutosh Bapat
2011-08-19
Support for parameterised queries in XC. It has following changes.
Ashutosh Bapat
2011-08-17
Addition of pgxc_prepared_xacts
Michael P
2011-08-08
Clean up compilation warnings
Michael P
2011-07-29
Allow commands PREPARE and EXECUTE to prepare a statement and execute it resp.
Ashutosh Bapat
2011-07-27
In function do_query() and ExecRemoteQuery() there is duplicated code
Ashutosh Bapat
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-06-29
Since aggregation can work without collection function, user need not provide
Ashutosh Bapat
2011-06-24
Merge branch 'pgxc-barrier-rebase' into PGXC-master
Pavan Deolasee
2011-06-21
The patch has following changes:
Ashutosh Bapat
2011-06-17
Correction of spelling mistakes
Michael P
2011-06-17
First cut implementation of BARRIER for PITR and global consistent recovery
Pavan Deolasee
2011-06-06
In following cases, we push the aggregates and group by clauses to the datanode
Ashutosh Bapat
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
Base code to support correlated DELETE and UPDATE
Michael P
2011-05-19
Add support for single-step prepared statements.
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
Initial support for cursors (DECLARE, FETCH).
Mason Sharp
2011-05-19
Postgres-XC version 0.9
Michael P
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-17
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-12
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
[next]