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
/
path
/
allpaths.c
Age
Commit message (
Expand
)
Author
2017-10-19
Fix handling of root->distribution during redistribution
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
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-03-21
Don't scan partitioned tables.
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-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
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-02-21
Make more use of castNode()
Peter Eisentraut
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-01-19
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Factor out logic for computing number of parallel workers.
Robert Haas
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
do not use Append with redistributed childrels as a partial path
Tomas Vondra
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-29
Fix incorrect variable type in set_rel_consider_parallel().
Tom Lane
2016-11-07
fix set_subquery_pathlist()
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2016-10-18
Redesign tablesample method API, and do extensive code review.
Tom Lane
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-09-27
Disallow pushing volatile quals past set-returning functions.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-08-19
Guard against parallel-restricted functions in VALUES expressions.
Tom Lane
2016-08-19
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-07-03
Typo fix.
Tom Lane
2016-07-03
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-06-16
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-10
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-04-30
Small improvements to OPTIMIZER_DEBUG code.
Tom Lane
2016-04-30
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-21
Support parallel aggregation.
Robert Haas
[next]