Commits

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

DateSubjectAuthorReleases
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.3 (unreleased)
2022-09-21 Suppress more variable-set-but-not-used warnings from clang 15. Tom Lane 9.3 (unreleased)
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 9.3.18
2016-12-11 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.3.16
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 9.3.5
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 9.3.5
2014-02-18 Remove broken code that tried to handle OVERLAPS with a single argument. Tom Lane 9.3.4
2014-01-21 Tweak parse location assignment for CURRENT_DATE and related constructs. Tom Lane 9.3.3
2013-06-05 Put analyze_keyword back in explain_option_name production. Tom Lane 9.3.0
2013-06-03 Allow type_func_name_keywords in some places where they weren't before. Tom Lane 9.3.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-03-12 Allow default expressions to be attached to columns of foreign tables. Tom Lane 9.3.0
2013-02-09 Add support for ALTER RULE ... RENAME TO. Tom Lane 9.3.0
2013-01-30 Fix grammar for subscripting or field selection from a sub-SELECT result. Tom Lane 9.3.0
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 9.3.0
2012-10-04 Fix parse location tracking for lists that can be empty. Tom Lane 9.3.0
2012-10-03 Support CREATE SCHEMA IF NOT EXISTS. Tom Lane 9.3.0
2012-09-27 Add new EVENT keyword to unreserved_keyword production. Tom Lane 9.3.0
2012-08-27 Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.3.0
2012-06-18 Refer to the default foreign key match style as MATCH SIMPLE internally. Tom Lane 9.3.0