aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAge
* 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
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement reindex commandHiroshi Inoue2000-02-18
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-17
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Put back erroneously removed zeroing of sentinel elementsTom Lane2000-01-12
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Combine index_info and find_secondary_indexes into a single routine thatTom Lane1999-11-21
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane1999-09-09
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Fix for \do and ceil()/float.Bruce Momjian1999-07-07
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* cleanupsBruce Momjian1999-03-18
* Fix OR index selectivity problem.Bruce Momjian1999-03-08
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Allow 8-key indexes.Bruce Momjian1998-09-23
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19