summaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-18/+1
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-7/+1
* Add a few other parser-only nodes for debugging help.Thomas G. Lockhart1999-02-231-22/+32
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-4/+4
* otherrels is now unjoined_relsBruce Momjian1999-02-151-3/+3
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-8/+8
* Fix optimizer and make faster.Bruce Momjian1999-02-121-3/+2
* More optimizer speedups.Bruce Momjian1999-02-111-11/+11
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-11/+11
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-15/+15
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-2/+49
* Optimizer cleanup.Bruce Momjian1999-02-051-2/+2
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-5/+5
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-15/+15
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+9
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-5/+5
* FOR UPDATE is in parser & rules.Vadim B. Mikheev1999-01-211-1/+15
* Hi!Bruce Momjian1999-01-181-1/+4
* finished cleaning up outnodes.c ...Marc G. Fournier1998-12-201-117/+61
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-181-70/+52
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1998-12-171-2/+2
* More cleanups ... this is one big file *sigh*Marc G. Fournier1998-12-151-306/+139
* Correct some typos...Marc G. Fournier1998-12-151-7/+5
* More cleanups of appendStringInfo() function calls...Marc G. Fournier1998-12-151-209/+119
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-57/+36
* Many more cleanups...Marc G. Fournier1998-12-141-3/+1
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-141-2/+2
* Implement CASE expression.Thomas G. Lockhart1998-12-041-1/+86
* Fix using indices in OR.Vadim B. Mikheev1998-11-221-1/+4
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-221-1/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-9/+9
* Make attalign match type alignment.Bruce Momjian1998-08-261-3/+3
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-6/+6
* Allow index use with OR clauses.Bruce Momjian1998-08-011-3/+3
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-5/+5
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-8/+8
* Major man page update from Tom Lane. cBruce Momjian1998-07-141-6/+2
* Fix for AS name quotation problem.Bruce Momjian1998-07-131-2/+5
* Fix for views that use AS with two words.Bruce Momjian1998-07-091-3/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* Add some more node print routines for debugging onlyThomas G. Lockhart1998-05-091-2/+61
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-271-62/+62
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-19/+19
* Add handling for new RangeTblEntry column name.Bruce Momjian1998-02-211-4/+11
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-211-5/+5
* Support for subselects.Vadim B. Mikheev1998-02-131-2/+35
* Pass around typmod as int16.Bruce Momjian1998-02-101-2/+2