index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
prep.h
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
2017-08-15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-08
*
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-12
*
Improve pull_up_subqueries logic so that it doesn't insert unnecessary
Tom Lane
2009-04-28
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Get rid of adjust_appendrel_attr_needed(), which has been broken ever since
Tom Lane
2008-11-11
*
Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top
Tom Lane
2008-08-17
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Arrange to "inline" SQL functions that appear in a query's FROM clause,
Tom Lane
2008-03-18
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach planner to convert simple UNION ALL subqueries into append relations,
Tom Lane
2006-02-03
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
[next]