]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_node.c
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / parser / parse_node.c
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-01 Bruce MomjianFix for constbyval .
1998-09-25 Thomas G. LockhartClean up code in analyze.c for SERIAL data type.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-20 Bruce MomjianRemove un-needed references to Name.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.