summaryrefslogtreecommitdiff
path: root/src/include/nodes/makefuncs.h
Commit message (Collapse)AuthorAgeFilesLines
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-4/+2
| | | | | | | | | | and fix_opids processing to a single recursive pass over the plan tree executed at the very tail end of planning, rather than haphazardly here and there at different places. Now that tlist Vars do not get modified until the very end, it's possible to get rid of the klugy var_equal and match_varid partial-matching routines, and just use plain equal() throughout the optimizer. This is a step towards allowing merge and hash joins to be done on expressions instead of only Vars ...
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
|
* pgindent run over code.Bruce Momjian1999-05-251-23/+23
|
* Change resjunk to a boolean.Bruce Momjian1999-05-171-2/+2
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* Fix for constbyval.Bruce Momjian1998-10-011-25/+24
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-11/+7
|
* makeTargetEntry cleanup.Bruce Momjian1998-07-201-1/+5
|
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-3/+3
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-5/+9
|
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-211-2/+2
|
* Pass around typmod as int16.Bruce Momjian1998-02-101-3/+3
|
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+3
|
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-9/+5
|
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-1/+2
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-5/+5
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-28/+32
|
* Cast constants to the type of the other binary operand.Bruce Momjian1997-01-221-2/+3
| | | | Invalidate vacuum relation cache to use new row counts from vacuum.
* Getting there, one by one...Marc G. Fournier1996-11-061-5/+3
|
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+48
- centralizing to simplify the -I's required to compile