Commits

DateSubjectAuthorReleases
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-13 Make attstattarget nullable Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-07-20 Add missing ObjectIdGetDatum() in syscache lookup calls for Oids Michael Paquier 17.0
2023-07-14 Allow the use of a hash index on the subscriber during replication. Amit Kapila 17.0
2023-06-30 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 11.21
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-18 Don't read MCV stats needlessly in eqjoinsel(). Tom Lane 16.0
2022-08-02 Move common catalog cache access routines to lsyscache.c Amit Kapila 16.0
2022-03-11 Restore the previous semantics of get_constraint_index(). Tom Lane 15.0
2022-03-11 Restore the previous semantics of get_constraint_index(). Tom Lane 14.3
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-30 Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use Daniel Gustafsson 15.0
2021-07-27 Use the "pg_temp" schema alias in EXPLAIN and related output. Tom Lane 15.0
2021-02-10 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY Michael Paquier 12.7
2021-02-10 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY Michael Paquier 13.3
2021-02-10 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY Michael Paquier 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-20 Multirange datatypes Alexander Korotkov 14.0
2020-12-11 Provide an error cursor for "can't subscript" error messages. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-09 Change get_constraint_index() to use pg_constraint.conindid Peter Eisentraut 14.0
2020-11-19 Hash support for row types Peter Eisentraut 14.0