summaryrefslogtreecommitdiff
path: root/src/include/optimizer/plancat.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-31tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund
2019-03-30Generated columnsPeter Eisentraut
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-18Directly modify foreign tables.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-09Fix planner to pass correct collation to operator selectivity estimators.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-19Improve relation width estimation for subqueries.Tom Lane
2010-10-08Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-12Do some minor code refactoring in preparation for changing the APIs ofTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-08-16Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-04-01Fix an oversight I made in a cleanup patch over a year ago:Tom Lane
2008-03-15Change hash index creation so that rather than always establishing exactlyTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-05-25Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-19Improve usage of effective_cache_size parameter by assuming that all theTom Lane
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-04Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane
2005-07-23Simple constraint exclusion. For now, only child tables of inheritanceTom Lane