index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
hash
Age
Commit message (
Expand
)
Author
2025-04-23
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-04
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-02
Improve accounting for memory used by shared hash tables
Tomas Vondra
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-08-12
Add user-callable CRC functions.
Nathan Bossart
2024-08-08
Add a caveat to hash_seq_init_with_hash_value() header comment
Alexander Korotkov
2024-08-07
Introduce hash_search_with_hash_value() function
Alexander Korotkov
2024-03-17
Mark hash_corrupted() as pg_attribute_noreturn.
Tom Lane
2024-03-14
Refactor initial hash lookup in dynahash.c
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-09-19
Code review for dynahash change.
Thomas Munro
2020-09-18
Remove large fill factor support from dynahash.c.
Thomas Munro
2020-08-01
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-07-14
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-08
Modify various power 2 calculations to use new helper functions
David Rowley
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-24
Adapt hashfn.c and hashutils.h for frontend use.
Robert Haas
2020-02-24
Put all the prototypes for hashfn.c into the same header file.
Robert Haas
2020-02-24
Move bitmap_hash and bitmap_match to bitmapset.c.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-19
Fix most -Wundef warnings
Peter Eisentraut
2019-10-16
Refresh some incorrect links in pg_crc.c/h
Michael Paquier
2019-08-18
Fix incidental warnings from cpluspluscheck.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-08-02
Remove broken and useless entry-count printing in HASH_DEBUG code.
Tom Lane
2017-07-22
Improve comments about partitioned hash table freelists.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
[next]