Commits

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

DateSubjectAuthorReleases
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.5 (unreleased)
2022-09-20 Suppress variable-set-but-not-used warnings from clang 15. Tom Lane 9.5 (unreleased)
2020-12-01 Ensure that expandTableLikeClause() re-examines the same table. Tom Lane 9.5.25
2020-10-07 Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux. Tom Lane 9.5.24
2019-02-24 Fix ecpg bugs caused by missing semicolons in the backend grammar. Tom Lane 9.5.17
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 9.5.8
2017-02-15 Fix YA unwanted behavioral difference with operator_precedence_warning. Tom Lane 9.5.7
2016-12-11 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.5.6
2016-06-03 Fix grammar's AND/OR flattening to work with operator_precedence_warning. Tom Lane 9.5.4
2015-08-09 Remove gram.y's precedence declaration for OVERLAPS. Tom Lane 9.5.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-05-20 Another typo fix. Tom Lane 9.5.0
2015-03-22 Allow foreign tables to participate in inheritance. Tom Lane 9.5.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-02-24 Improve parser's one-extra-token lookahead mechanism. Tom Lane 9.5.0
2015-02-23 Further tweaking of raw grammar output to distinguish different inputs. Tom Lane 9.5.0
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. Tom Lane 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2015-02-22 Represent BETWEEN as a special node type in raw parse trees. Tom Lane 9.5.0
2014-07-10 Implement IMPORT FOREIGN SCHEMA. Tom Lane 9.5.0
2014-07-01 Refactor CREATE/ALTER DATABASE syntax so options need not be keywords. Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2014-06-16 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. Tom Lane 9.5.0