]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_clause.c
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / parser / parse_clause.c
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianMake postgres prompt backend>, and remove PARSEDEBUG.
1999-05-17 Bruce MomjianSkip junk nodes when comparing UNION target list lengths.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-13 Thomas G. LockhartSurround a variable declaration with ENABLE_OUTER_JOINS...
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-23 Thomas G. LockhartInclude some new code for outer joins. Disabled by...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Jan WieckFixed failed assertion happening in multiple action...
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-08-25 Bruce MomjianMake sure resdomno for update/insert match attribute...
1998-08-05 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-08-02 Thomas G. LockhartAllows the following query to succeed: "SELECT NULL...
1998-07-14 Thomas G. LockhartFix for UNION selects with constant NULL expressions...
1998-07-09 Thomas G. LockhartHandle case of GROUP BY target list column number out...
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
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.