aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/plancat.h
Commit message (Expand)AuthorAge
* 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
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-03
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-09
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Combine index_info and find_secondary_indexes into a single routine thatTom Lane1999-11-21
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-25
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13