Commits

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

DateSubjectAuthorReleases
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.6 (unreleased)
2022-09-20 Suppress variable-set-but-not-used warnings from clang 15. Tom Lane 9.6 (unreleased)
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.6.21
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 9.6.20
2019-02-24 Fix ecpg bugs caused by missing semicolons in the backend grammar. Tom Lane 9.6.13
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 9.6.4
2017-02-15 Fix YA unwanted behavioral difference with operator_precedence_warning. Tom Lane 9.6.3
2016-10-02 Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade. Tom Lane 9.6.1
2016-08-12 Doc: clarify that DROP ... CASCADE is recursive. Tom Lane 9.6.0
2016-07-28 Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest. Tom Lane 9.6.0
2016-06-03 Fix grammar's AND/OR flattening to work with operator_precedence_warning. Tom Lane 9.6.0
2016-05-25 Remove option to write USING before opclass name in CREATE INDEX. Tom Lane 9.6.0
2016-03-19 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.6.0
2016-03-09 Fix copy-and-pasteo in comment. Tom Lane 9.6.0
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0
2015-10-22 Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al. Tom Lane 9.6.0
2015-08-09 Remove gram.y's precedence declaration for OVERLAPS. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0