]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_expr.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_expr.c
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Tom LanetransformExpr() was missing some cases it ought to...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-13 Tom LaneRecent changes in sublink representation require exprTy...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2002-12-27 Tom LaneDeliver better error message when a relation name is...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-04 Thomas G. LockhartImplement IS OF type predicate. Can now do queries...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-28 Tom LaneMake ruleutils.c use format_type for printing typenames...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-12 Tom LaneIf the alternatives for a CASE construct all have the...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-08 Tom LaneFix transformExpr() to not scribble on its input datast...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-20 Tom LaneSuppress gcc warning.
2001-09-20 Peter EisentrautProvide tunable knob for x = NULL -> x IS NULL transfor...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-05-21 Bruce MomjianPrint error on SELECT tab FROM tab:
2001-05-19 Bruce MomjianNew comment. This func/column things has always confus...
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16 Peter EisentrautAdd support for casting bit string constants.
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-25 Tom LaneModify raw parsetree representation returned by gram...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-19 Tom LanetransformExpr() did the Wrong Thing if applied to a...
2000-03-17 Tom LaneAdd safety check on expression nesting depth. Default...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-07 Tom LaneSomeone (probably me) forgot about handling of typecast...
2000-02-26 Tom LaneFix exprTypmod to recognize length-coercion function...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-16 Bruce MomjianFix passing of atttypmod that Tom found.
1999-12-24 Tom LaneClean up handling of explicit NULL constants. Cases...
1999-12-17 Bruce MomjianReverse out nextval patch.
1999-12-16 Bruce Momjian>Turning nextval and currval into keywords is not an...
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-09-13 Thomas G. LockhartAllow CASE statement to contain *only* untyped result...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-05 Tom LaneRevise parse_coerce() to handle coercion of int and...
1999-07-19 Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
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.
next