aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* Track more precisely query locations for nested statementsMichael Paquier2024-10-24
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* JSON_TABLE: Add support for NESTED paths and columnsAmit Langote2024-04-08
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Add a const decorationPeter Eisentraut2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane2023-10-20
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-17
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Update comment in gramparse.hJohn Naylor2022-08-18
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* 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
* 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