]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_expr.c
Update copyright for 2014
[postgresql] / src / backend / parser / parse_expr.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-06-09 Tom LaneRemove unnecessary restrictions about RowExprs in trans...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-05 Peter EisentrautMake some spelling more consistent
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Tom LanePrevent failure when RowExpr or XmlExpr is parse-analyz...
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-10-08 Heikki LinnakangasDon't let transform_null_equals=on affect CASE foo...
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-29 Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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.
next