aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAge
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-02
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-01
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Just about there on de-FastList-ification.Tom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-12
* Revert previous change --- turns out the underlying problem affectsTom Lane2003-05-11
* Disable the recently-added use_physical_tlist optimization in casesTom Lane2003-05-11
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08
* 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
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Make planner safe for recursive calls --- needed for cases whereTom Lane2000-07-27
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Make inheritance planning logic a little simpler and clearer,Tom Lane2000-06-20
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Clean up #include's.Bruce Momjian2000-06-15
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30