summaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-10/+4
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-4/+10
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-301-1/+1
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+107
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-0/+1
* Update commentPeter Eisentraut2023-03-081-2/+1
* Refine query jumbling handling for CallStmtMichael Paquier2023-03-081-2/+6
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-131-0/+5
* Fix typo in parsenodes.hMichael Paquier2023-02-101-1/+1
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-071-1/+1
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-311-58/+76
* Make Vars be outer-join-aware.Tom Lane2023-01-301-0/+8
* Rework format of comments in headers for nodesMichael Paquier2023-01-211-56/+114
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-5/+13
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-13/+5
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-5/+13
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-051-10/+0
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-3/+2
* Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera2022-12-121-5/+0
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-091-0/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-34/+60
* Re-pgindent a few files.Tom Lane2022-12-041-2/+2
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-1/+3
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-231-3/+3
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-031-7/+8
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-241-2/+2
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-271-0/+1
* Add read support for some missing raw parse nodesPeter Eisentraut2022-09-241-3/+3
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-287/+0
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-251-1/+1
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-051-0/+1
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-141-14/+14
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-131-7/+3
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-131-0/+1
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-121-0/+4
* Automatically generate node support functionsPeter Eisentraut2022-07-091-2/+17
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-4/+4
* Reformat some node commentsPeter Eisentraut2022-07-021-1/+2
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-35/+37
* Remove JsonPathSpec typedefPeter Eisentraut2022-05-041-7/+1
* Add missing enum tag in enum used in nodesPeter Eisentraut2022-05-041-1/+1
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-0/+1
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-6/+2
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-2/+3
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-051-0/+42
* JSON_TABLEAndrew Dunstan2022-04-041-0/+48
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-311-0/+2
* SQL JSON functionsAndrew Dunstan2022-03-301-0/+35
* SQL/JSON query functionsAndrew Dunstan2022-03-291-0/+59