Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2023-06-14 Make parseNodeString() C idiom compatible with Visual Studio 2015. Noah Misch 16.0
2023-06-14 Retain relkind too in RTE_SUBQUERY entries for views. Amit Langote 16.0
2023-04-12 Revert "Catalog NOT NULL constraints" and fallout Alvaro Herrera 16.0
2023-04-07 Catalog NOT NULL constraints Alvaro Herrera 16.0
2023-03-19 Avoid copying undefined data in _readA_Const(). Tom Lane 16.0
2023-01-18 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-12 Revert "Get rid of the "new" and "old" entries in a view's rangetable." Tom Lane 16.0
2023-01-12 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-05 Fix calculation of which GENERATED columns need to be updated. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-06 Rework query relation permission checking Alvaro Herrera 16.0
2022-11-13 Make Bitmapsets be valid Nodes. Tom Lane 16.0
2022-09-26 Fix write/read of empty string fields in Nodes. Peter Eisentraut 16.0
2022-09-24 Add read support for some missing raw parse nodes Peter Eisentraut 16.0
2022-07-20 Make serialization of Nodes' scalar-array fields more robust. Tom Lane 16.0
2022-07-13 Remove artificial restrictions on which node types have out/read funcs. Tom Lane 16.0
2022-07-09 Doc: rearrange high-level commentary about node support coverage. Tom Lane 16.0
2022-07-09 Remove code sections obsoleted by node support automation Peter Eisentraut 16.0
2022-07-09 Automatically generate node support functions Peter Eisentraut 16.0
2022-07-08 Remove T_Join and T_Plan Peter Eisentraut 16.0
2022-07-06 Fix wrong field order in _readMergeWhenClause(). Tom Lane 16.0