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
/
util
/
pathnode.c
Age
Commit message (
Expand
)
Author
2017-07-31
Copy distribution information correctly to ProjectSet path
Pavan Deolasee
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-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-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
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-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-18
Push recursive paths to remote nodes when construction the paths
Tomas Vondra
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-29
fix handling of inner/outer sortkeys in set_joinpath_distribution()
Tomas Vondra
2017-01-22
propagate distribution through UpperUniquePath and SetOpPath
Tomas Vondra
2017-01-22
properly redistribute WindowAgg input, fix plan change in window.out
Tomas Vondra
2017-01-22
make sure LockRows paths preserve distribution, update plans in xc_for_update
Tomas Vondra
2017-01-22
remove the 'distribution' field from SubqueryScanPath
Tomas Vondra
2017-01-20
fix the segfault crashes in 6de274a02
Tomas Vondra
2017-01-20
WIP: mark Sort push-down (through RemoteSubplan) work again correctly
Tomas Vondra
2017-01-20
make sure explicit Sorts in Merge Append are pushed to remote nodes
Tomas Vondra
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-15
set pathtarget and parallel_aware/safe flags in redistribute_path
Tomas Vondra
2017-01-14
mark RemoteSubplan paths with parallel_safe=false and parallel_aware=false
Tomas Vondra
2017-01-14
generate distributed grouping paths with a combine phase
Tomas Vondra
2017-01-14
make sure the distribution is propagated through grouping paths
Tomas Vondra
2017-01-11
generate correct plan for INSERT .. SELECT .. FROM generate_series()
Tomas Vondra
2017-01-10
move LIMIT push-down to planner.c (when constructing the path)
Tomas Vondra
2017-01-10
make DISTINCT ON plans work again (WIP)
Tomas Vondra
2017-01-10
make LIMIT/OFFSET plans work again
Tomas Vondra
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-19
Fix latent costing error in create_merge_append_path.
Tom Lane
2016-11-08
resolve (remove) a lot of conflicts in planner to make it compile
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
Rename RelationLocInfo->nodeList to RelationLocInfo->rl_nodeList to avoid using
Pavan Deolasee
2016-10-18
remove functions that are not used (or defined)
Tomas Vondra
2016-10-18
Add support for pushdown of Append and MergeAppend nodes.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Recheck health of a node before changing its status.
Pavan Deolasee
2016-10-18
Introduce a healthmap for tracking health status of all other nodes in the
Pavan Deolasee
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-07-01
Set consider_parallel correctly for upper planner rels.
Robert Haas
[next]