aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAge
* Improve accounting for memory used by shared hash tablesTomas Vondra2025-04-02
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Add a caveat to hash_seq_init_with_hash_value() header commentAlexander Korotkov2024-08-08
* Introduce hash_search_with_hash_value() functionAlexander Korotkov2024-08-07
* Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane2024-03-17
* Refactor initial hash lookup in dynahash.cMichael Paquier2024-03-15
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Make some minor improvements in memory-context infrastructure.Tom Lane2022-10-14
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Code review for dynahash change.Thomas Munro2020-09-19
* Remove large fill factor support from dynahash.c.Thomas Munro2020-09-19
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Adapt hashfn.c and hashutils.h for frontend use.Robert Haas2020-02-24
* Put all the prototypes for hashfn.c into the same header file.Robert Haas2020-02-24
* Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas2020-02-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-16
* Fix incidental warnings from cpluspluscheck.Tom Lane2019-08-18
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-19
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane2017-08-02
* Improve comments about partitioned hash table freelists.Tom Lane2017-07-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Adjust outdated comment.Robert Haas2017-04-25
* Spelling fixes in code commentsPeter Eisentraut2017-03-14