aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAge
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas2011-10-08
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-29
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas2009-11-13
* When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas2009-11-13
* Fix WHERE CURRENT OF to work as designed within plpgsql. The argumentTom Lane2009-11-09
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane2008-10-26
* Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane2008-10-25
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-06
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-30
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Remove typename from A_Const.Alvaro Herrera2008-04-29
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-20
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-29