]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_expr.c
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
[postgresql] / src / backend / parser / parse_expr.c
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-17 Tom LaneOoops, got only one of the two ArrayExpr variants corre...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-12 Peter EisentrautFix compiler warning
2007-01-12 Peter EisentrautAllow for arbitrary data types as content in XMLELEMENT...
2007-01-08 Peter EisentrautPrevent duplicate attribute names in XMLELEMENT.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-04 Bruce MomjianAdd comment for multi-byte computation.
2005-05-24 Tatsuo IshiiInserting 5 characters into char(10) does not produce...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-01-19 Neil ConwayRefactor transformExpr() by creating separate functions...
2005-01-12 Tom LaneRe-allow an untyped literal as the test expression...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-17 Tom LaneFix ARRAY[] construct so that in multidimensional case...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
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...
next