]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_expr.c
Add an "argisrow" field to NullTest nodes, following a plan made way back in
[postgresql] / src / backend / parser / parse_expr.c
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-11-13 Heikki LinnakangasA better fix for the "ARRAY[...]::domain" problem....
2009-11-13 Heikki LinnakangasWhen you do "ARRAY[...]::domain", where domain is a...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-10-26 Tom LaneBetter solution to the IN-list issue: instead of having...
2008-10-25 Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
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.
next