Commits

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

DateSubjectAuthorReleases
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.2 (unreleased)
2022-09-21 Suppress more variable-set-but-not-used warnings from clang 15. Tom Lane 9.2 (unreleased)
2017-05-29 Allow NumericOnly to be "+ FCONST". Tom Lane 9.2.22
2016-12-11 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.2.20
2014-05-28 Revert "Fix bogus %name-prefix option syntax in all our Bison files." Tom Lane 9.2.9
2014-05-28 Fix bogus %name-prefix option syntax in all our Bison files. Tom Lane 9.2.9
2014-02-18 Remove broken code that tried to handle OVERLAPS with a single argument. Tom Lane 9.2.8
2014-01-21 Tweak parse location assignment for CURRENT_DATE and related constructs. Tom Lane 9.2.7
2013-06-05 Put analyze_keyword back in explain_option_name production. Tom Lane 9.2.5
2013-06-03 Allow type_func_name_keywords in some places where they weren't before. Tom Lane 9.2.5
2013-01-30 Fix grammar for subscripting or field selection from a sub-SELECT result. Tom Lane 9.2.3
2012-12-23 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. Tom Lane 9.2.3
2012-08-27 Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 9.2.0
2012-07-16 Avoid pre-determining index names during CREATE TABLE LIKE parsing. Tom Lane 9.2.0
2012-06-13 Deprecate use of GLOBAL and LOCAL in temp table creation. Tom Lane 9.2.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0
2012-02-14 Preserve column names in the execution-time tupledesc for a RowExpr. Tom Lane 9.2.0
2011-11-25 Fix unsupported options in CREATE TABLE ... AS EXECUTE. Tom Lane 9.2.0
2011-10-22 Support synchronization of snapshots through an export/import procedure. Tom Lane 9.2.0
2011-06-15 Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. Tom Lane 9.2.0