Commits

DateSubjectAuthorReleases
2026-04-19 Fix 64-bit shifting in dynahash.c Peter Eisentraut 19 (unreleased)
2026-04-05 Use the new shmem allocation functions in a few core subsystems Heikki Linnakangas 19 (unreleased)
2026-04-05 Introduce a new mechanism for registering shared memory areas Heikki Linnakangas 19 (unreleased)
2026-04-03 Remove HASH_DIRSIZE, always use the default algorithm to select it Heikki Linnakangas 19 (unreleased)
2026-04-03 Allocate all parts of shmem hash table from a single contiguous area Heikki Linnakangas 19 (unreleased)
2026-03-31 Change the signature of dynahash's alloc function Heikki Linnakangas 19 (unreleased)
2026-03-31 Remove HASH_SEGMENT option Heikki Linnakangas 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-09-10 Remove dynahash.h Michael Paquier 19 (unreleased)
2025-08-22 Change dynahash.c and hsearch.h to use int64 instead of long Michael Paquier 19 (unreleased)
2025-08-18 Remove HASH_DEBUG output from dynahash.c David Rowley 19 (unreleased)
2025-08-18 Use elog(DEBUG4) for dynahash.c statistics output David Rowley 19 (unreleased)
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 14.20
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 15.15
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 16.11
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 17.7
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 18.0
2025-08-15 Fix invalid format string in HASH_DEBUG code David Rowley 19 (unreleased)
2025-08-15 Fix failing -D HASH_STATISTICS builds David Rowley 17.7
2025-08-15 Fix failing -D HASH_STATISTICS builds David Rowley 18.0
2025-08-15 Fix failing -D HASH_STATISTICS builds David Rowley 19 (unreleased)
2025-08-03 Silence Valgrind leakage complaints in more-or-less-hackish ways. Tom Lane 19 (unreleased)
2025-07-25 Fix dynahash's HASH_FIXED_SIZE ("isfixed") option. Tom Lane 19 (unreleased)
2025-04-23 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 18.0
2025-04-23 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 16.9