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
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve estimation of ANDs under ORs using extended statistics.
Dean Rasheed
2020-12-08
*
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
*
Fixup some misusages of bms_num_members()
David Rowley
2020-08-26
*
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
[next]