summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-8/+8
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-121-78/+1
* Teach the planner to support index access methods that only implementTom Lane2009-03-051-1/+3
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-151-6/+7
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-071-6/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-18/+6
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-3/+3
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-161-4/+6
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-011-6/+9
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-3/+4
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-151-4/+2
* Fix logical errors in constraint exclusion: we cannot assume that a CHECKTom Lane2008-01-121-5/+37
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-11/+12
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-1/+16
* Change build_index_pathkeys() so that the expressions it builds to representTom Lane2007-05-311-8/+11
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-251-1/+12
* Some further performance tweaks for planning large inheritance trees thatTom Lane2007-04-211-2/+5
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-061-1/+2
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-201-7/+9
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-17/+39
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-4/+4
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-181-2/+9
* pgindent run for 8.2.Bruce Momjian2006-10-041-16/+16
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-191-6/+18
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+13
* Extend relation_excluded_by_constraints() to check for mutuallyTom Lane2006-08-051-6/+43
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-4/+19
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-9/+18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-041-2/+50
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-19/+5
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-66/+66
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-231-1/+81
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-2/+3
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-5/+5
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-2/+2
* Add support for FUNCTION RTEs to build_physical_tlist(), so that theTom Lane2005-05-301-3/+34