| Commit message (Expand) | Author | Age |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Clean up the mess around EXPLAIN and materialized views. | Tom Lane | 2013-04-12 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. | Tom Lane | 2013-01-21 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. | Tom Lane | 2012-12-23 |
* | Get rid of COERCE_DONTCARE. | Tom Lane | 2012-10-12 |
* | Make equal() ignore CoercionForm fields for better planning with casts. | Tom Lane | 2012-10-12 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Preserve column names in the execution-time tupledesc for a RowExpr. | Tom Lane | 2012-02-14 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Fix unsupported options in CREATE TABLE ... AS EXECUTE. | Tom Lane | 2011-11-24 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | More collations cleanup, from trawling for missed collation assignments. | Tom Lane | 2011-03-26 |
* | Revise collation derivation method and expression-tree representation. | Tom Lane | 2011-03-19 |
* | Split CollateClause into separate raw and analyzed node types. | Tom Lane | 2011-03-11 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane | 2008-10-06 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Actually ... it's pretty silly that parse_oper.c doesn't set up the | Tom Lane | 2007-11-22 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Make ARRAY(SELECT ...) return an empty array, rather than a NULL, when the | Tom Lane | 2007-08-26 |
* | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane | 2007-06-11 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane | 2007-03-27 |