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
/
setrefs.c
Age
Commit message (
Expand
)
Author
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-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
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 XMLTABLE query expression
Alvaro Herrera
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-11-10
remove AggDistribution and Agg->aggdistribution
Tomas Vondra
2016-11-08
resolve (remove) a lot of conflicts in planner to make it compile
Tomas Vondra
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
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
There was a missing commit from when the repo was forked,
Mason Sharp
2016-07-24
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-08
Comment update for fdw_recheck_quals.
Robert Haas
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-15
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-07
Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance of
Pavan Deolasee
2015-11-19
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-10
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-07-29
Fix incorrect comment.
Robert Haas
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
[next]