aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/plancat.h
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund2019-03-30
* Generated columnsPeter Eisentraut2019-03-30
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Directly modify foreign tables.Robert Haas2016-03-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Update copyright for 2015Bruce Momjian2015-01-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
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improve relation width estimation for subqueries.Tom Lane2010-11-19
* Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane2010-10-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-25
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-04
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29