]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_target.c
I made several adjustments to my earlier patch to handle the
[postgresql] / src / backend / parser / parse_target.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-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 MomjianParser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
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.