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-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
Try and silence spurious Coverity warning.
Andrew Gierth
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-26
Update some obsolete comments.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-22
Fix wrong costing of Sort under Gather Merge.
Robert Haas
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-18
Iterate over the whole simple_rel_array in WITH RECURSIVE check
Tomas Vondra
2017-03-18
produce the same plans on replicated tables as XL 9.5
Tomas Vondra
2017-03-15
Fix failure to use clamp_row_est() for parallel joins.
Robert Haas
2017-03-14
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
Fix regression in parallel planning against inheritance tables.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
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-13
Silence unused variable compiler warning
Alvaro Herrera
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-03-07
Properly initialize variable.
Robert Haas
2017-03-07
Consider parallel merge joins.
Robert Haas
2017-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
Fix parallel hash join path search.
Robert Haas
2017-02-24
Look into the initPlans attached to lefttree of RemoteSubplan while deciding
Pavan Deolasee
2017-02-21
Suppress unused-variable warning.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
Remove duplicate code in planner.c.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-02-02
Fix mishandling of tSRFs at different nesting levels.
Tom Lane
2017-01-29
fix handling of inner/outer sortkeys in set_joinpath_distribution()
Tomas Vondra
2017-01-28
redistribute Limit nodes nested in MinMaxAggPath
Tomas Vondra
2017-01-27
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-23
Fix example plan in optimizer/README.
Tom Lane
[prev]
[next]