index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
lib
/
simplehash.h
Age
Commit message (
Expand
)
Author
2020-08-03
Correct comment in simplehash.h.
Thomas Munro
2020-08-01
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-08
Modify various power 2 calculations to use new helper functions
David Rowley
2019-12-17
simplehash: Allow for use in frontend code.
Robert Haas
2019-12-17
simplehash: Allow use of simplehash without MemoryContext.
Robert Haas
2019-08-01
Allow simplehash to use already-calculated hash values.
Jeff Davis
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-09
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2018-08-28
Code review for simplehash.h.
Thomas Munro
2018-01-29
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
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
2017-06-17
Fix typos in comments
Magnus Hagander
2017-06-05
Fix comments in simplehash.h.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-06
Make simplehash.h grow hashtable in additional cases.
Andres Freund
2017-03-01
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Andres Freund
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Avoid redefining simplehash_allocate/simplehash_free.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-10-26
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-18
Fix a few typos in simplehash.h.
Andres Freund
2016-10-14
Add a macro templatized hashtable.
Andres Freund