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
/
plan
/
createplan.c
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
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-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-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
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-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-01
Fire per-statement triggers on partitioned tables.
Robert Haas
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
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
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-29
Cast result of copyObject() to correct type
Peter Eisentraut
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-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
Update overlooked comment for Gather Merge.
Robert Haas
2017-03-14
Remove some bogus logic from create_gather_merge_plan.
Robert Haas
2017-03-09
Fix a couple of planner bugs in Gather Merge.
Robert Haas
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-21
Make more use of castNode()
Peter Eisentraut
2017-02-03
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-01-28
redistribute Limit nodes nested in MinMaxAggPath
Tomas Vondra
2017-01-20
fix the segfault crashes in 6de274a02
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-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-15
fix grouping sets planning by removing XL changes from make_sort()
Tomas Vondra
2017-01-10
move LIMIT push-down to planner.c (when constructing the path)
Tomas Vondra
2017-01-08
make find_push_down_plan/find_delete_push_down_plan static in createplan.c
Tomas Vondra
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-10
remove AggDistribution and Agg->aggdistribution
Tomas Vondra
2016-11-10
sync nodeAgg.c to upstream as of b5bce6c1ec
Tomas Vondra
2016-11-10
remove the collect function/type from pg_aggregate
Tomas Vondra
2016-11-07
fix some of the compilation errors in planner (pathification etc.)
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
[next]