summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash/dynahash.c
AgeCommit message (Expand)Author
2025-09-10Remove dynahash.hMichael Paquier
2025-08-22Change dynahash.c and hsearch.h to use int64 instead of longMichael Paquier
2025-08-18Remove HASH_DEBUG output from dynahash.cDavid Rowley
2025-08-18Use elog(DEBUG4) for dynahash.c statistics outputDavid Rowley
2025-08-15Fix invalid format string in HASH_DEBUG codeDavid Rowley
2025-08-15Fix failing -D HASH_STATISTICS buildsDavid Rowley
2025-08-03Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane
2025-07-25Fix dynahash's HASH_FIXED_SIZE ("isfixed") option.Tom Lane
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-04Revert "Improve accounting for memory used by shared hash tables"Tomas Vondra
2025-04-02Improve accounting for memory used by shared hash tablesTomas Vondra
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-08-08Add a caveat to hash_seq_init_with_hash_value() header commentAlexander Korotkov
2024-08-07Introduce hash_search_with_hash_value() functionAlexander Korotkov
2024-03-17Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane
2024-03-14Refactor initial hash lookup in dynahash.cMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-09-19Code review for dynahash change.Thomas Munro
2020-09-18Remove large fill factor support from dynahash.c.Thomas Munro
2020-08-01Improve programmer docs for simplehash and dynahash.Thomas Munro
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-24Put all the prototypes for hashfn.c into the same header file.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-02Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane
2017-07-22Improve comments about partitioned hash table freelists.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-25Adjust outdated comment.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian