index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
createplan.c
Age
Commit message (
Expand
)
Author
2016-05-26
Disable physical tlist if any Var would need multiple sortgroupref labels.
Tom Lane
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-18
Push scan/join target list beneath Gather when possible.
Robert Haas
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-09
Fix incorrect tlist generation in create_gather_plan().
Tom Lane
2016-03-08
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-02-18
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-02
Don't test for system columns on join relations
Alvaro Herrera
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Change Gather not to use a physical tlist.
Robert Haas
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-09
Comment update.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-08-11
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-16
Fix spelling error
Magnus Hagander
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-21
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-17
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-03-03
Fix long-obsolete code for separating filter conditions in cost_index().
Tom Lane
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-11
Fix planning of SELECT FOR UPDATE on child table with partial index.
Tom Lane
2014-11-22
Fix mishandling of system columns in FDW queries.
Tom Lane
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-20
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
Fix another oversight in CustomScan patch.
Tom Lane
[next]