aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/clausesel.c
Commit message (Expand)AuthorAge
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-13
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Clean up bugs in clause_selectivity() cleanup.Tom Lane2017-04-08
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix planner to pass correct collation to operator selectivity estimators.Tom Lane2012-07-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge joinTom Lane2009-02-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-01
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Fix an old error in clause_selectivity: the default selectivity estimateTom Lane2008-01-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Save another little bit of planner overhead on simple queries, by havingTom Lane2007-11-24
* Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane2007-08-31
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Some further performance tweaks for planning large inheritance trees thatTom Lane2007-04-21
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07