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
/
optimizer
Age
Commit message (
Expand
)
Author
2012-01-05
In EXPLAIN command provide following boolean options
Ashutosh Bapat
2011-12-22
Add following GUCs related to optimizations during remote query planning
Ashutosh Bapat
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-22
Fix for bug ID 3237769: pg_regress: aggregates, stack depth limit exceeded
Amit Khandekar
2011-11-22
Support correlated subqueries. Correlated subqueries were not working because
Amit Khandekar
2011-11-17
Fix prepare issue regarding reducible node joins
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-08-19
Support for parameterised queries in XC. It has following changes.
Ashutosh Bapat
2011-08-08
Clean up compilation warnings
Michael P
2011-08-05
Support for temporary TABLE/VIEW
Michael P
2011-07-27
In function do_query() and ExecRemoteQuery() there is duplicated code
Ashutosh Bapat
2011-07-18
If the havingQuals in query contain aggregates, the aggregates and the VARs not
Ashutosh Bapat
2011-07-08
Improvement of expression push-down analysis to foreign servers
Michael P
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-28
The commit fixes two issues
Ashutosh Bapat
2011-06-21
The patch has following changes:
Ashutosh Bapat
2011-06-14
Push aggregations and GROUP BY clause to the datanode when query has aggregates
Ashutosh Bapat
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-08
Complain politely about access temp/unlogged tables during recovery.
Robert Haas
2011-06-06
Correct a couple of comments in optimizer
Michael P
2011-06-06
Push GROUP BY clause to the datanode for grouping without aggregation (i.e. when
Ashutosh Bapat
2011-06-06
In following cases, we push the aggregates and group by clauses to the datanode
Ashutosh Bapat
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-26
This patch adds support for the following data types to be used as distributi...
Abbas
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
Block GROUP BY Clause as long as it is not supported
Abbas
2011-05-24
Stabilize code for pg_regress tests
Michael P
2011-05-24
Fix for bug 3201711: Sequence view crash
Michael P
2011-05-24
GetRelationLocInfo can return NULL, this patch adds check for a NULL return a...
Abbas
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
Support for EXECUTE DIRECT
Michael P
2011-05-19
Support for correlated DELETE for replicated tables
Michael P
2011-05-19
Base code to support correlated DELETE and UPDATE
Michael P
2011-05-19
Allow only Remote Coordinator to use functionnalities introduced with SQL/MED
Michael P
2011-05-19
Improvement of performance with tuple scan
Michael P
2011-05-19
Fix a problem when more values are selected than total columns in
Mason Sharp
2011-05-19
Add support for INSERT SELECT.
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
Fixed bug where extra materialization nodes were being created.
Mason Sharp
2011-05-19
Initial support for multi-step queries, including cross-node joins.
M S
2011-05-19
Portal integration changes.
M S
2011-05-02
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-04-24
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
[next]