aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAge
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* 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
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-15
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix an oversight I made in a cleanup patch over a year ago:Tom Lane2008-04-01
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Fix logical errors in constraint exclusion: we cannot assume that a CHECKTom Lane2008-01-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Change build_index_pathkeys() so that the expressions it builds to representTom Lane2007-05-31
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-25
* Some further performance tweaks for planning large inheritance trees thatTom Lane2007-04-21
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-20
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-18
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Extend relation_excluded_by_constraints() to check for mutuallyTom Lane2006-08-05
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-04
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23