index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2016-01-28
Assert that create_unique_path returns non-NULL.
Robert Haas
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-18
Add explicit cast to amcostestimate call.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-18
Re-pgindent a few files.
Tom Lane
2016-01-14
Fix build_grouping_chain() to not clobber its input lists.
Tom Lane
2016-01-11
Remove obsolete comment.
Robert Haas
2016-01-08
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-08
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-29
Add some comments about division of labor between rewriter and planner.
Tom Lane
2015-12-23
Change Gather not to use a physical tlist.
Robert Haas
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-12-15
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
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
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-02
Add handling for GatherPath to print_path.
Robert Haas
2015-11-19
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-09
Comment update.
Robert Haas
2015-11-05
Improve implementation of GEQO's init_tour() function.
Tom Lane
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-16
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-09
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-01
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-29
Comment update for join pushdown.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-10
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-13
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-10
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-07
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
Fix old oversight in join removal logic.
Tom Lane
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-04
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
[next]