Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysChange internal queryid type from uint64 to int64David Rowley
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-03-22Do not output actual value of location fields in node serialization by defaultPeter Eisentraut
2024-03-22Make RangeTblEntry dump order consistentPeter Eisentraut
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-05Improve field order in RangeTblEntryPeter Eisentraut
2024-02-22Remove custom Constraint node read/write implementationsPeter Eisentraut
2024-02-13Use a safer outfuncs/readfuncs representation for BitStrings.Tom Lane
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
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-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-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-13Remove artificial restrictions on which node types have out/read funcs.Tom Lane
2022-07-13Fix XID list support some moreAlvaro Herrera
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-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-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-04Implement List support for TransactionIdAlvaro Herrera
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