aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-16
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-13
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-27
* Add read support for some missing raw parse nodesPeter Eisentraut2022-09-24
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane2022-09-20
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-29
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-18
* Use an explicit state flag to control PlaceHolderInfo creation.Tom Lane2022-08-17
* Make PlaceHolderInfo lookup O(1).Tom Lane2022-08-17
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Dump more fields when dumping planner internal data structures.Tom Lane2022-07-20
* Convert planner's AggInfo and AggTransInfo structs to proper Nodes.Tom Lane2022-07-19
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-14
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-13
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-12
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-12
* Doc: rearrange high-level commentary about node support coverage.Tom Lane2022-07-09
* Mark Scan as an abstract node type, too.Tom Lane2022-07-09
* Mark PlanState as an abstract node type.Tom Lane2022-07-09
* 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
* Reformat some more node commentsPeter Eisentraut2022-07-08
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Reformat some node commentsPeter Eisentraut2022-07-02
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove JsonPathSpec typedefPeter Eisentraut2022-05-04
* Add missing enum tag in enum used in nodesPeter Eisentraut2022-05-04
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Allow asynchronous execution in more cases.Etsuro Fujita2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04