Commits

DateSubjectAuthorReleases
2022-12-27 Convert the reg* input functions to report (most) errors softly. Tom Lane 16.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-01-27 Use castNode() in a bunch of statement-list-related code. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. 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-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.3.0
2011-04-08 Avoid an unnecessary syscache lookup in parse_coerce.c. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-08-30 Fix the raw-parsetree representation of star (as in SELECT * FROM or Tom Lane 8.4.0
2008-04-29 Some minor further cleanup around A_Const. Don't attach a typecast in Tom Lane 8.4.0
2008-04-11 Add some debug support code to try to catch future mistakes in the area of Tom Lane 8.4.0
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-06-15 Tweak the API for per-datatype typmodin functions so that they are passed Tom Lane 8.3.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0