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
/
include
/
optimizer
/
pathnode.h
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-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-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-21
Don't scan partitioned 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-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-10
make LIMIT/OFFSET plans work again
Tomas Vondra
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-08
resolve (remove) a lot of conflicts in planner to make it compile
Tomas Vondra
2016-11-07
fix trivial merge error in pathnode.h (missing comma)
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-21
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-17
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-08
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-21
Simplify API for initially hooking custom-path providers into the planner.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]