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
*
simplehash: Add support for resetting a hashtable's contents.
Andres Freund
2019-02-09
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
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
*
Make simplehash.h grow hashtable in additional cases.
Andres Freund
2017-03-06
*
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Andres Freund
2017-03-01
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
*
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-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-26
*
Fix a few typos in simplehash.h.
Andres Freund
2016-10-18
*
Add a macro templatized hashtable.
Andres Freund
2016-10-14
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-23
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Fix a bug in pairing heap removal code.
Heikki Linnakangas
2015-02-17
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-17
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-22
*
Use a pairing heap for the priority queue in kNN-GiST searches.
Heikki Linnakangas
2014-12-22
[next]