summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-26Don't lose precision for float fields of Nodes.Peter Eisentraut
2022-09-26Fix write/read of empty string fields in Nodes.Peter Eisentraut
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Fix reading of BitString nodesPeter Eisentraut
2022-09-24Fix reading of most-negative integer value nodesPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
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