]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
I made several adjustments to my earlier patch to handle the
[postgresql] / src / backend / parser / parse_clause.c
1998-06-05 Bruce MomjianI made several adjustments to my earlier patch to handl...
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-21 Marc G. FournierFrom: David Hartwig <daveh@insightdist.com>
1998-03-31 Bruce MomjianMerge rename name page into alter table. Fix UNION...
1998-03-18 Bruce MomjianAdd checks for UNION target fields, and add optional...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-20 Bruce MomjianFIx for regression-test found bug.
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-06 Bruce MomjianFix sorting of multiple fields broken with UNION.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianFix for ORDER BY in UNION.
1997-12-29 Bruce MomjianUNION cleanup again.
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
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.