Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-02-16 Use new overflow-safe integer comparison functions. Nathan Bossart 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-04-20 Fix list_copy_head() with empty Lists David Rowley 15.3
2023-04-19 Fix list_copy_head() with empty Lists David Rowley 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-10-20 Use proper macro to access TransactionId Alvaro Herrera 16.0
2022-07-13 Tidy up code in get_cheapest_group_keys_order() David Rowley 15.0
2022-07-13 Tidy up code in get_cheapest_group_keys_order() David Rowley 16.0
2022-07-04 Implement List support for TransactionId Alvaro Herrera 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-06 Doc: add some notes about performance of the List functions. Tom Lane 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 14.1
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 13.5
2021-03-18 Implement GROUP BY DISTINCT Tomas Vondra 14.0
2021-01-20 Implement support for bulk inserts in postgres_fdw Tomas Vondra 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-09-28 Minor mop-up for List improvements. Tom Lane 14.0
2020-04-08 Modify additional power 2 calculations to use new helper functions David Rowley 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-10-06 Avoid trying to release a List's initial allocation via repalloc(). Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-17 Avoid using lcons and list_delete_first where it's easy to do so. Tom Lane 13.0