index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
planmain.h
Age
Commit message (
Expand
)
Author
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-18
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-10
Refactor to reduce code duplication for function property checking.
Tom Lane
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-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
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-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-11-21
Rearrange CustomScan API.
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-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-07-16
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-05
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-03-09
Revise FDW planning API, again.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-03
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-04-24
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-01-15
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2010-01-01
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-12
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
[next]