aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* Do not output actual value of location fields in node serialization by defaultPeter Eisentraut2024-03-22
* gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut2024-03-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Update comment for Cardinality typedefPeter Eisentraut2023-12-19
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera2023-12-16
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-13
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-31
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-12
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-12
* Remove code sections obsoleted by node support automationPeter Eisentraut2022-07-09
* Move a commentPeter Eisentraut2022-07-09
* Automatically generate node support functionsPeter Eisentraut2022-07-09
* Remove T_Join and T_PlanPeter Eisentraut2022-07-08
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Add Boolean nodePeter Eisentraut2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-25
* Add Cardinality typedefPeter Eisentraut2021-09-15
* Remove T_ExprPeter Eisentraut2021-09-14
* Remove Value node structPeter Eisentraut2021-09-09
* Add PublicationTable and PublicationRelInfo structsAlvaro Herrera2021-09-06
* Remove T_MemoryContextPeter Eisentraut2021-08-07
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31