aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* 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
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* 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
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane2009-04-05
* Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane2009-03-10
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Actually ... it's pretty silly that parse_oper.c doesn't set up theTom Lane2007-11-22
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when theTom Lane2007-08-26
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27