Commits

DateSubjectAuthorReleases
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-12-08 Remove operator_precedence_warning. Tom Lane 14.0
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.5.25
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.6.21
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 10.16
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 12.6
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 11.11
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 14.0
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 13.2
2020-11-19 Remove undocumented IS [NOT] OF syntax. Tom Lane 14.0
2020-11-14 Provide the OR REPLACE option for CREATE TRIGGER. Tom Lane 14.0
2020-11-04 Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 14.0
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 9.5.24
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 9.6.20
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 10.15
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 11.10
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 12.5
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 13.1
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 14.0
2020-09-19 Remove precedence hacks no longer needed without postfix operators. Tom Lane 14.0
2020-09-18 Allow most keywords to be used as column labels without requiring AS. Tom Lane 14.0
2020-09-17 Remove support for postfix (right-unary) operators. Tom Lane 14.0
2020-05-20 part_strategy does not need its very own keyword classification. Tom Lane 13.0
2020-03-06 Allow ALTER TYPE to change some properties of a base type. Tom Lane 13.0