summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
AgeCommit message (Expand)Author
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-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-08-12Add user-callable CRC functions.Nathan Bossart
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-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
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-24Adapt hashfn.c and hashutils.h for frontend use.Robert Haas
2020-02-24Put all the prototypes for hashfn.c into the same header file.Robert Haas
2020-02-24Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-16Refresh some incorrect links in pg_crc.c/hMichael Paquier
2019-08-18Fix incidental warnings from cpluspluscheck.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
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