Commits

DateSubjectAuthorReleases
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-11-12 Use correct text domain for translating errcontext() messages. Heikki Linnakangas 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-08-08 Merge parser's p_relnamespace and p_varnamespace lists into a single list. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.0
2011-02-08 Per-column collation support Peter Eisentraut 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-10-21 Improve handling of domains over arrays. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-10-31 Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my Tom Lane 9.0.0
2009-10-27 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; Tom Lane 8.4.2
2009-10-27 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; Tom Lane 9.0.0
2009-10-21 Remove add_missing_from GUC and associated parser support for "implicit RTEs". Tom Lane 9.0.0
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 8.4.2
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 9.0.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0