summaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-281-1/+2
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+1
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+8
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-0/+1
* Make Vars be outer-join-aware.Tom Lane2023-01-302-1/+10
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-231-0/+2
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-1/+1
* Update copyright for 2023Bruce Momjian2023-01-0222-22/+22
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-2/+3
* Rework query relation permission checkingAlvaro Herrera2022-12-062-1/+12
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-171-0/+2
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-161-1/+1
* Introduce SYSTEM_USERMichael Paquier2022-09-291-0/+1
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-221-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-204-5/+5
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-142-76/+0
* Revert SQL/JSON featuresAndrew Dunstan2022-09-012-29/+0
* Update comment in gramparse.hJohn Naylor2022-08-181-1/+1
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-201-2/+5
* Make STRING an unreserved_keyword.Tom Lane2022-05-301-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-122-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-082-3/+3
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-0/+1
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-051-0/+1
* JSON_TABLEAndrew Dunstan2022-04-042-0/+6
* SQL JSON functionsAndrew Dunstan2022-03-301-1/+3
* SQL/JSON query functionsAndrew Dunstan2022-03-291-0/+11
* IS JSON predicateAndrew Dunstan2022-03-281-0/+1
* Add support for MERGE SQL commandAlvaro Herrera2022-03-285-3/+33
* SQL/JSON constructorsAndrew Dunstan2022-03-271-0/+6
* Common SQL/JSON clausesAndrew Dunstan2022-03-271-0/+2
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-221-2/+0
* Common SQL/JSON clausesAndrew Dunstan2022-03-221-0/+2
* Add parse_analyze_withcb()Peter Eisentraut2022-03-091-0/+5
* Add pg_analyze_and_rewrite_varparams()Peter Eisentraut2022-03-071-1/+1
* Parse/analyze function renamingPeter Eisentraut2022-03-042-5/+5
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-291-0/+1
* Update copyright for 2022Bruce Momjian2022-01-0722-22/+22
* Remove Value node structPeter Eisentraut2021-09-091-2/+1
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-081-1/+1
* Cleanup some aggregate code in the executorDavid Rowley2021-07-041-5/+0
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-101-0/+1
* SQL-standard function bodyPeter Eisentraut2021-04-071-0/+2
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-071-1/+3
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-071-0/+1
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-312-1/+5
* Add p_names field to ParseNamespaceItemPeter Eisentraut2021-03-311-2/+8
* Extended statistics on expressionsTomas Vondra2021-03-272-0/+3
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-0/+1
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+1