summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/tidpath.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-1/+13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-261-34/+77
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Clean up some very old and crufty code for TID scan planning. Not muchTom Lane2005-08-231-140/+103
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-2/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-4/+4
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-14/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-5/+5
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-33/+20
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-41/+1
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-051-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-12/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-72/+87
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-23/+16
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-10/+10
* Add:Bruce Momjian2000-01-261-2/+3
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-13/+10
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-0/+296