Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-03-04 Remove unused #include's from backend .c files 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-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-03 Resolve partition strategy during early parsing Alvaro Herrera 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-07-14 Remove unused function parameter in get_qual_from_partbound John Naylor 15.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 11.11
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-25 Allow whole-row Vars to be used in partitioning expressions. Tom Lane 13.0
2019-12-25 Load relcache entries' partitioning data on-demand, not immediately. Tom Lane 13.0
2019-08-07 Fix typo in comment. Etsuro Fujita 11.6
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-04-13 Prevent memory leaks associated with relcache rd_partcheck structures. Tom Lane 12.0
2019-04-13 Prevent memory leaks associated with relcache rd_partcheck structures. Tom Lane 11.3
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0