summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/tlist.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-091-3/+2
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-5/+1
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+6
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+7
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-7/+24
* Add:Bruce Momjian2000-01-261-2/+3
* Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane1999-08-261-2/+6
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-160/+19
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-50/+56
* Minor cleanups and code beautification; eliminate someTom Lane1999-08-101-38/+20
* Clean up tlist.c tree-walking routines withTom Lane1999-08-091-280/+88
* Final cleanup.Bruce Momjian1999-07-161-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-19/+25
* Change resjunk to a boolean.Bruce Momjian1999-05-171-4/+4
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+25
* Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane1999-05-061-86/+52
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* renameBruce Momjian1999-02-151-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-21/+21
* Optmizer cleanupBruce Momjian1999-02-101-2/+2
* Fix bracketing error in CaseExpr codeTom Lane1999-02-071-3/+4
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-2/+2
* Implement CASE expression.Thomas G. Lockhart1998-12-041-7/+23
* Fix for SELECT NOT boolfield FROM tableBruce Momjian1998-09-221-24/+13
* Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian1998-09-221-6/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-13/+13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-18/+18
* target list fixes.Bruce Momjian1998-07-201-21/+1
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-28/+14
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-13/+13
* Support for subselects.Vadim B. Mikheev1998-02-131-3/+4
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-4/+5
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-2/+4
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-19/+19
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-75/+75
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-396/+438
* More NOT_USEDsBruce Momjian1997-08-201-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+3