aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/tlist.c
Commit message (Expand)AuthorAge
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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
* Clean up collation processing in prepunion.c.Tom Lane2011-04-16
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Provide hashing support for arrays.Tom Lane2010-10-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make anyTom Lane2008-08-07
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix EquivalenceClass code to handle volatile sort expressions in a moreTom Lane2007-11-08
* Last week's patch for make_sort_from_pathkeys wasn't good enough: it hasTom Lane2007-11-08
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane2006-02-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* 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
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-25
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-29
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-15
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25