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
2017-10-19
Fix handling of root->distribution during redistribution
Tomas Vondra
2017-09-15
Fix incorrect planning of grouping sets
Tomas Vondra
2017-08-28
Do not add any distribution to a dummy append node
Pavan Deolasee
2017-08-22
Do not FQS NextValueExpr
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-08
Use sort_pathkeys instead of query_pathkeys in standard_planner
Tomas Vondra
2017-07-31
Copy distribution information correctly to ProjectSet path
Pavan Deolasee
2017-07-31
Refactor the construction of distributed grouping paths
Tomas Vondra
2017-07-24
When WCOs are present, disable direct foreign table modification.
Robert Haas
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-15
Ensure grouping sets get properly distributed data
Tomas Vondra
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-11
Ensure all partitions of a partitioned table has the same distribution.
Pavan Deolasee
2017-07-09
Properly redistribute results of Gather Merge nodes
Tomas Vondra
2017-06-28
Merge remote-tracking branch 'remotes/origin/master' into xl10devel
Pavan Deolasee
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-22
Document partitioned_rels in create_modifytable_path header comment.
Robert Haas
2017-06-22
Update comment to account for table partitioning.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-19
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-16
Handle NextValueExpr node correctly at various places.
Pavan Deolasee
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-15
Check for SQLValueFunction node in shippability walker
Pavan Deolasee
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-10
Restrict subplan nodes even for equal distributions
Tomas Vondra
2017-06-10
Disable aggregate paths with extra COMBINE phase
Tomas Vondra
2017-06-08
Add remote subquery step to recurse_set_operations
Tomas Vondra
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-06-03
Fix old corner-case logic error in final_cost_nestloop().
Tom Lane
2017-05-19
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-05
remove pgxcpath.c and RemoteQueryPath, which are both unused
Tomas Vondra
2017-05-05
remove optimizer/pgxcplan.h, mostly a duplicate of pgxc/planner.h
Tomas Vondra
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-20
Propagate the distribution up when (root->distribution==NULL).
Tomas Vondra
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-04-12
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-08
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
[next]