summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-15Remove redundant spaces in _outA_Expr() outputPeter Eisentraut
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-11Add missing space in _outA_Const() outputPeter Eisentraut
2022-08-08Fix MSVC build script's check for obsolete node support functions.Tom Lane
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-07-20Dump more fields when dumping planner internal data structures.Tom Lane
2022-07-20Make serialization of Nodes' scalar-array fields more robust.Tom Lane
2022-07-18Add output directory option to gen_node_support.plAndres Freund
2022-07-14Tighten up parsing logic in gen_node_support.pl.Tom Lane
2022-07-13Remove artificial restrictions on which node types have out/read funcs.Tom Lane
2022-07-13Fix XID list support some moreAlvaro Herrera
2022-07-13Tidy up code in get_cheapest_group_keys_order()David Rowley
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-12Add copy/equal support for XID listsAlvaro Herrera
2022-07-11Rationalize order of input files for gen_node_support.pl.Tom Lane
2022-07-09Make assorted quality-of-life improvements in gen_node_support.pl.Tom Lane
2022-07-09Doc: rearrange high-level commentary about node support coverage.Tom Lane
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Fix vpath buildPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Adjust node serialization tag of A_Expr for consistencyPeter Eisentraut
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-06Fix wrong field order in _readMergeWhenClause().Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Fix errors in copyfuncs/equalfuncs support for JSON node types.Tom Lane
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-06-26Harden range_table_mutator() against null RangeTblEntry.subquery.Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-27Handle NULL fields in WRITE_INDEX_ARRAYPeter Eisentraut
2022-04-12Use WRITE_ENUM_FIELD for enum fieldPeter Eisentraut
2022-04-12Make node output prefix match node structure namePeter Eisentraut
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
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-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan