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