aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAge
* Support for subselects.Vadim B. Mikheev1998-02-13
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashesMarc G. Fournier1998-01-25
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-15
* Cleanup of outnodes.Bruce Momjian1998-01-07
* Cleanup of outnode stuff.Bruce Momjian1998-01-07
* Cleanup of outnode stuff.Bruce Momjian1998-01-07
* Cleanup of outnode stuff.Bruce Momjian1998-01-07
* Cleanup of sort nodes and use of strtoul .Bruce Momjian1998-01-06
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-27
* Add routines to print AExpr, Ident, and AConst parsing structures.Thomas G. Lockhart1997-12-23
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-18
* Add some printing capability for a few more node types (CreateStmt,Thomas G. Lockhart1997-12-04
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* I have this annoying habit (among others) of puttingBruce Momjian1996-12-26
* Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson1996-12-11
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Compile and warning cleanupBruce Momjian1996-11-08
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09