Commits

DateSubjectAuthorReleases
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 12.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-01-21 Add defenses against putting expanded objects into Const nodes. Tom Lane 9.6.0
2016-01-21 Add defenses against putting expanded objects into Const nodes. Tom Lane 9.5.1
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2012-03-27 Bend parse location rules for the convenience of pg_stat_statements. Tom Lane 9.2.0
2012-01-02 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. Tom Lane 9.1.3
2012-01-02 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. Tom Lane 9.2.0
2011-11-21 Further code review for range types patch. Tom Lane 9.2.0
2011-06-08 Allow domains over arrays to match ANYARRAY parameters again. Tom Lane 9.1.0
2011-04-08 Avoid an unnecessary syscache lookup in parse_coerce.c. Tom Lane 9.1.0
2011-03-26 Clean up a few failures to set collation fields in expression nodes. Tom Lane 9.1.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2010-10-21 Improve handling of domains over arrays. Tom Lane 9.1.0
2009-10-31 Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my Tom Lane 9.0.0
2009-05-12 Modify find_inheritance_children() and find_all_inheritors() to add the Tom Lane 8.4.0
2009-05-12 Do some minor code refactoring in preparation for changing the APIs of Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-14 Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an Tom Lane 8.3.6