aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/tlist.c
Commit message (Expand)AuthorAge
* 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
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-09
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane1999-08-26
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Minor cleanups and code beautification; eliminate someTom Lane1999-08-10
* Clean up tlist.c tree-walking routines withTom Lane1999-08-09
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane1999-05-06
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* renameBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Optmizer cleanupBruce Momjian1999-02-10
* Fix bracketing error in CaseExpr codeTom Lane1999-02-07
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Implement CASE expression.Thomas G. Lockhart1998-12-04