Commits

DateSubjectAuthorReleases
2026-04-05 Add infrastructure for pg_get_*_ddl functions Andrew Dunstan 19 (unreleased)
2026-01-07 Add data type oid8, 64-bit unsigned identifier Michael Paquier 19 (unreleased)
2025-11-12 Move code specific to pg_dependencies to new file Michael Paquier 19 (unreleased)
2025-11-12 Move code specific to pg_ndistinct to new file Michael Paquier 19 (unreleased)
2025-08-18 Move SQL-callable code related to multixacts into its own file Michael Paquier 19 (unreleased)
2025-07-02 Move code for the bytea data type from varlena.c to new bytea.c Michael Paquier 19 (unreleased)
2025-04-04 Add nbtree skip scan optimization. Peter Geoghegan 18.0
2024-12-03 Perform provider-specific initialization in new functions. Jeff Davis 18.0
2024-10-14 Move libc-specific code from pg_locale.c into pg_locale_libc.c. Jeff Davis 18.0
2024-10-14 Move ICU-specific code from pg_locale.c into pg_locale_icu.c. Jeff Davis 18.0
2024-06-28 Create waitfuncs.c for pg_isolation_test_session_is_blocked(). Noah Misch 17.0
2024-03-27 Add functions to generate random numbers in a specified range. Dean Rasheed 17.0
2023-11-06 Remove distprep Peter Eisentraut 17.0
2022-09-04 Build all Flex files standalone John Naylor 16.0
2022-03-24 Refactor code related to pg_hba_file_rules() into new file Michael Paquier 15.0
2021-04-13 Use "-I." in directories holding Bison parsers, for Oracle compilers. Noah Misch 12.7
2021-04-13 Use "-I." in directories holding Bison parsers, for Oracle compilers. Noah Misch 13.3
2021-04-13 Use "-I." in directories holding Bison parsers, for Oracle compilers. Noah Misch 14.0
2021-01-31 Implementation of subscripting for jsonb Alexander Korotkov 14.0
2020-12-20 Multirange datatypes Alexander Korotkov 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-04 Rename cryptohashes.c to cryptohashfuncs.c Michael Paquier 14.0
2020-11-04 Revert pg_relation_check_pages() Michael Paquier 14.0
2020-10-28 Add pg_relation_check_pages() to check on-disk pages of a relation Michael Paquier 14.0
2020-09-07 Apply auto-vectorization to the inner loop of numeric multiplication. Tom Lane 14.0