aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/preptlist.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Avoid redundant relation lock grabs during planning, and make sureTom Lane2005-05-23
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* This patch moves some code for preprocessing FOR UPDATE fromNeil Conway2005-03-17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* Update copyright to 2004.Bruce Momjian2004-08-29
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* 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
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Update copyrights to 2003.Bruce Momjian2003-08-04