aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* 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
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Handle sequences in preprocess_pubobj_listTomas Vondra2022-03-25
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Add Boolean nodePeter Eisentraut2022-01-17
* Rename value node fieldsPeter Eisentraut2022-01-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-03
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-30
* Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson2021-12-30