summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/preptlist.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-38/+69
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-16/+11
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-191-2/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-151-1/+26
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-2/+2
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-211-3/+4
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-1/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-1/+4
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-191-2/+2
* 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-5/+5
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+38
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-5/+5
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-16/+17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-55/+50
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-2/+3
* Avoid redundant relation lock grabs during planning, and make sureTom Lane2005-05-231-4/+6
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-6/+6
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-41/+27
* This patch moves some code for preprocessing FOR UPDATE fromNeil Conway2005-03-171-5/+62
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+3
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-7/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-111-3/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-12/+12
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-4/+5
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-121-14/+44
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-4/+5
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-3/+3
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-7/+3
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-3/+4
* pgindent run.Bruce Momjian2002-09-041-12/+13
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-1/+7
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-7/+20
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Undo not-so-hot decision to postpone insertion of default values intoTom Lane2002-04-051-263/+49
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-021-6/+1