Commits

DateSubjectAuthorReleases
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-08 Make ResourceOwners more easily extensible. Heikki Linnakangas 17.0
2023-10-05 Push attidentity and attgenerated handling into BuildDescForRelation() Peter Eisentraut 17.0
2023-10-05 Move BuildDescForRelation() from tupdesc.c to tablecmds.c Peter Eisentraut 17.0
2023-09-27 Add TupleDescGetDefault() Peter Eisentraut 17.0
2023-09-26 MergeAttributes() and related variable renaming Peter Eisentraut 17.0
2023-03-28 Save a few bytes in pg_attribute Peter Eisentraut 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-13 Refactor aclcheck functions Peter Eisentraut 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-07-04 Refactor sending of RowDescription messages in replication protocol Peter Eisentraut 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-26 Update comments Peter Eisentraut 15.0
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-23 Re-order pg_attribute columns to eliminate some padding space. Tom Lane 14.0
2021-04-06 Clean up treatment of missing default and CHECK-constraint records. Tom Lane 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-06-15 Fix some comments referring to past features Michael Paquier 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-11 Move hash_any prototype from access/hash.h to utils/hashutils.h Alvaro Herrera 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0