Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daysChange internal queryid type from uint64 to int64David Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-01Convert node test compile-time settings into run-time parametersPeter 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-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-14Make parseNodeString() C idiom compatible with Visual Studio 2015.Noah Misch
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-03-19Avoid copying undefined data in _readA_Const().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-13Make Bitmapsets be valid Nodes.Tom Lane
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-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-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-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-06Fix wrong field order in _readMergeWhenClause().Tom Lane
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-04-12Make node output prefix match node structure namePeter Eisentraut
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
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-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-01-08Update copyright for 2022Bruce Momjian
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Remove unused includePeter Eisentraut
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut