summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAgeFilesLines
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-051-1/+3
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-131-4/+4
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-311-2/+13
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-021-0/+6
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-121-0/+5
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-121-0/+5
* Remove code sections obsoleted by node support automationPeter Eisentraut2022-07-091-531/+0
* Move a commentPeter Eisentraut2022-07-091-6/+0
* Automatically generate node support functionsPeter Eisentraut2022-07-091-0/+66
* Remove T_Join and T_PlanPeter Eisentraut2022-07-081-2/+0
* Implement List support for TransactionIdAlvaro Herrera2022-07-041-0/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+2
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-081-1/+2
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-051-0/+1
* JSON_TABLEAndrew Dunstan2022-04-041-0/+4
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-0/+1
* SQL JSON functionsAndrew Dunstan2022-03-301-0/+3
* SQL/JSON query functionsAndrew Dunstan2022-03-291-0/+7
* IS JSON predicateAndrew Dunstan2022-03-281-0/+1
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-1/+6
* SQL/JSON constructorsAndrew Dunstan2022-03-271-0/+8
* Common SQL/JSON clausesAndrew Dunstan2022-03-271-0/+4
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-221-4/+0
* Common SQL/JSON clausesAndrew Dunstan2022-03-221-0/+4
* Database-level collation version trackingPeter Eisentraut2022-02-141-0/+1
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-241-1/+0
* Add Boolean nodePeter Eisentraut2022-01-171-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+1
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-251-0/+1
* Add Cardinality typedefPeter Eisentraut2021-09-151-0/+1
* Remove T_ExprPeter Eisentraut2021-09-141-1/+0
* Remove Value node structPeter Eisentraut2021-09-091-2/+0
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-061-0/+1
* Remove T_MemoryContextPeter Eisentraut2021-08-071-1/+0
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-3/+3
* SQL-standard function bodyPeter Eisentraut2021-04-071-0/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+3
* Revert b6002a796David Rowley2021-04-011-3/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+3
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-0/+1
* Extended statistics on expressionsTomas Vondra2021-03-271-0/+1
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-271-0/+3
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-011-0/+2
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-2/+1
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-1/+0