summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAgeFilesLines
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-6/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-6/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-13/+15
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-4/+4
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-291-39/+66
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-45/+35
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-121-3/+17
* Revert previous change --- turns out the underlying problem affectsTom Lane2003-05-111-17/+3
* Disable the recently-added use_physical_tlist optimization in casesTom Lane2003-05-111-3/+17
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+4
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-3/+3
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-031-121/+127
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-6/+7
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-1/+5
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-3/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-28/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-13/+13
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-15/+9
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-2/+2
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-48/+103
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-19/+19
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-21/+27
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-11/+8
* Make planner safe for recursive calls --- needed for cases whereTom Lane2000-07-271-51/+7
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-2/+4
* Make inheritance planning logic a little simpler and clearer,Tom Lane2000-06-201-8/+22
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-26/+34
* Clean up #include's.Bruce Momjian2000-06-151-2/+3
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-091-8/+13
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+24
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-33/+27
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-21/+21
* Implement reindex commandHiroshi Inoue2000-02-181-2/+7
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-171-18/+19
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-211/+2
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-3/+3
* Put back erroneously removed zeroing of sentinel elementsTom Lane2000-01-121-1/+3
* More cleanups. Still doesn't work.Bruce Momjian2000-01-111-3/+1
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-269/+206
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2