index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
lib
Commit message (
Expand
)
Author
Age
*
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-07-06
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Fix frontend version of sh_error() in simplehash.h.
Tom Lane
2021-10-22
*
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-08-13
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Allow users of simplehash.h to perform direct deletions
David Rowley
2021-03-30
*
Add sort_template.h for making sort functions.
Thomas Munro
2021-03-03
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Correct comment in simplehash.h.
Thomas Munro
2020-08-03
*
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-08-01
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Skip memcpy(x, x) in qunique().
Noah Misch
2020-01-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
simplehash: Allow for use in frontend code.
Robert Haas
2019-12-17
*
simplehash: Allow use of simplehash without MemoryContext.
Robert Haas
2019-12-17
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
*
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
*
Allow simplehash to use already-calculated hash values.
Jeff Davis
2019-08-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add IntegerSet, to hold large sets of 64-bit ints efficiently.
Heikki Linnakangas
2019-03-22
*
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2019-02-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Code review for simplehash.h.
Thomas Munro
2018-08-28
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Add Bloom filter implementation.
Andres Freund
2018-03-31
*
Minor clean-up in dshash.{c,h}.
Andres Freund
2018-03-01
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Prevent growth of simplehash tables when they're "too empty".
Andres Freund
2018-01-29
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-10-11
*
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-10
*
Suppress compiler warnings in dshash.c.
Tom Lane
2017-09-03
*
Consolidate the function pointer types used by dshash.c.
Andres Freund
2017-08-24
*
Hash tables backed by DSA shared memory.
Andres Freund
2017-08-22
*
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
2017-06-21
*
Fix typos in comments
Magnus Hagander
2017-06-17
*
Fix comments in simplehash.h.
Heikki Linnakangas
2017-06-05
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2017-05-10
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
[next]