index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
clausesel.c
Commit message (
Expand
)
Author
Age
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
2017-04-08
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-02-06
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix an oversight in the code that makes transitive-equality deductions from
Tom Lane
2008-12-01
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Arrange to convert EXISTS subqueries that are equivalent to hashable IN
Tom Lane
2008-08-22
*
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-16
*
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
Tom Lane
2008-08-14
*
Fix an old error in clause_selectivity: the default selectivity estimate
Tom Lane
2008-01-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Save another little bit of planner overhead on simple queries, by having
Tom Lane
2007-11-24
*
Apply a band-aid fix for the problem that 8.2 and up completely misestimate
Tom Lane
2007-08-31
*
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
Tom Lane
2007-06-11
*
Some further performance tweaks for planning large inheritance trees that
Tom Lane
2007-04-21
*
Get rid of some old and crufty global variables in the planner. When
Tom Lane
2007-02-19
*
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
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
*
Remove the stub support we had for UNION JOIN; per discussion, this is
Tom Lane
2006-03-07
[next]