]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_target.c
Fix for indexing problems.
[postgresql] / src / backend / parser / parse_target.c
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-26 Bruce MomjianFix for select bug.
1998-08-25 Bruce MomjianCleanup of target file.
1998-08-25 Bruce MomjianMake sure resdomno for update/insert match attribute...
1998-08-23 Bruce Momjiancleanup
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-05 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-07-20 Bruce MomjianCleanup makeTargetEntry and remove internal.c.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
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.