]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_expr.c
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / parser / parse_expr.c
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Tom LaneSupport subscripts on bare column names.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-11 Tom LaneIgnore resjunk targetlist entries when matching argumen...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-18 Tom LaneAdd Aggref and ArrayRef to the set of node types that...
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Thomas G. LockhartHandle conversion of floating point constants to intern...
1999-04-23 Bruce MomjianAdd disk space message to "can not extend" message.
1999-04-19 Tom LaneFix problems seen when result of a subselect was used...
1999-04-18 Tom LaneAfter transforming a CASE expr with a default argument,
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1998-12-13 Thomas G. LockhartImprove CASE statement support.
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-02 Bruce Momjian the following little patch adds array reference...
1998-10-01 Bruce MomjianFix for constbyval.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
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-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-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-03-26 Bruce MomjianBETWEEN and LIKE patch from Thomas
1998-02-27 Vadim B. MikheevIn '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. Mikheevgram.y: ALL_SUBLINK type was returned for x Op (subquery).
1998-02-13 Vadim B. MikheevFix for EXISTS.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-06 Bruce MomjianFIx hasSubLinks for Vadim.
1998-02-05 Bruce MomjianFix for varchar functions, and indextyple j-1 fix.
1998-02-03 Bruce MomjianParser cleanup for expr and subqueries.
1998-02-01 Bruce MomjianFix for psort. fixes regression tests.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianFix problem with nodes handling.
1998-01-19 Bruce MomjianAdded code so SubLinks make it to optimizer.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
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 aggs on views and complex ones. I missed one...
1997-12-23 Thomas G. LockhartFix up some elog error messages.
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.