summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
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
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add p_names field to ParseNamespaceItemPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Implement GROUP BY DISTINCTTomas Vondra