summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
AgeCommit message (Expand)Author
2025-03-25Add support for custom_query_jumble as a node field attributeMichael Paquier
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-03-22Do not output actual value of location fields in node serialization by defaultPeter Eisentraut
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19Update comment for Cardinality typedefPeter Eisentraut
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-16Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-02Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-12Add defenses against unexpected changes in the NodeTag enum list.Tom Lane
2022-07-12Invent nodetag_only attribute for Nodes.Tom Lane
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Move a commentPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-30Optimize order of GROUP BY keysTomas Vondra
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-02-14Database-level collation version trackingPeter Eisentraut
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-09-15Add Cardinality typedefPeter Eisentraut
2021-09-14Remove T_ExprPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-07Remove T_MemoryContextPeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley