summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
2024-10-24Track more precisely query locations for nested statementsMichael Paquier
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-01-25Add a const decorationPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-18Update comment in gramparse.hJohn Naylor
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27SQL/JSON constructorsAndrew Dunstan