Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-08-15 | Fix invalid format string in HASH_DEBUG code | David Rowley | 18.0 |
| 2025-08-15 | Fix failing -D HASH_STATISTICS builds | David Rowley | 18.0 |
| 2025-04-23 | Avoid possibly-theoretical OOM crash hazard in hash_create(). | Tom Lane | 18.0 |
| 2025-04-04 | Revert "Improve accounting for memory used by shared hash tables" | Tomas Vondra | 18.0 |
| 2025-04-02 | Improve accounting for memory used by shared hash tables | Tomas Vondra | 18.0 |
| 2025-03-13 | pg_noreturn to replace pg_attribute_noreturn() | Peter Eisentraut | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |
| 2024-08-08 | Add a caveat to hash_seq_init_with_hash_value() header comment | Alexander Korotkov | 18.0 |
| 2024-08-07 | Introduce hash_search_with_hash_value() function | Alexander Korotkov | 18.0 |