aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-21
* Make some indentation in gram.y consistentPeter Eisentraut2023-07-08
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Fix publication syntax error messageAlvaro Herrera2023-05-10
* Fix typos in commentsMichael Paquier2023-05-02
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* No need to add FORMAT to the keyword precedence listAlvaro Herrera2023-03-31
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-20
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* Fix compiler warning on MSVCDavid Rowley2022-11-08
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Fix a few issues with REINDEX grammarMichael Paquier2022-07-26
* Rework grammar for REINDEXAlvaro Herrera2022-07-22
* parser: centralize common auxiliary productionsAlvaro Herrera2022-07-22
* Make the name optional in CREATE STATISTICS.Dean Rasheed2022-07-21
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-19
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30