Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 10.23
2022-09-20 Suppress variable-set-but-not-used warnings from clang 15. Tom Lane 10.23
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 10.16
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 10.15
2019-02-24 Fix ecpg bugs caused by missing semicolons in the backend grammar. Tom Lane 10.8
2018-04-23 Fix handling of partition bounds for boolean partitioning columns. Tom Lane 10.4
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 10.0
2017-05-29 Code review focused on new node types added by partitioning support. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-03-07 Remove vestigial grammar support for CHARACTER ... CHARACTER SET option. Tom Lane 10.0
2017-02-15 Fix YA unwanted behavioral difference with operator_precedence_warning. 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-12-23 Replace enum InhOption with simple boolean. Tom Lane 10.0
2016-11-22 Improve handling of "UPDATE ... SET (column_list) = row_constructor". Tom Lane 10.0
2016-10-02 Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade. Tom Lane 10.0
2016-09-07 Support renaming an existing value of an enum type. Tom Lane 10.0
2016-08-17 Improve parsetree representation of special functions such as CURRENT_DATE. Tom Lane 10.0