aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib
Commit message (Expand)AuthorAge
* simplehash: Add support for resetting a hashtable's contents.Andres Freund2019-02-09
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Add Bloom filter implementation.Andres Freund2018-03-31
* Minor clean-up in dshash.{c,h}.Andres Freund2018-03-01
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Prevent growth of simplehash tables when they're "too empty".Andres Freund2018-01-29
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund2017-10-11
* Remove pre-order and post-order traversal logic for red-black trees.Tom Lane2017-09-10
* Suppress compiler warnings in dshash.c.Tom Lane2017-09-03
* Consolidate the function pointer types used by dshash.c.Andres Freund2017-08-24
* Hash tables backed by DSA shared memory.Andres Freund2017-08-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
* Fix typos in commentsMagnus Hagander2017-06-17
* Fix comments in simplehash.h.Heikki Linnakangas2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-10
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Make simplehash.h grow hashtable in additional cases.Andres Freund2017-03-06
* Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund2017-03-01
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-09
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-07
* Avoid redefining simplehash_allocate/simplehash_free.Robert Haas2017-02-07
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Avoid using a C++ keyword in header filePeter Eisentraut2016-10-26
* Fix a few typos in simplehash.h.Andres Freund2016-10-18
* Add a macro templatized hashtable.Andres Freund2016-10-14
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Remove mergeHyperLogLog.Robert Haas2016-04-27
* Add two HyperLogLog functionsAlvaro Herrera2016-01-19
* Update copyright for 2016Bruce Momjian2016-01-02
* Avoid use of float arithmetic in bipartite_match.c.Tom Lane2015-08-23
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Fix a bug in pairing heap removal code.Heikki Linnakangas2015-02-17
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Advance backend's advertised xmin more aggressively.Heikki Linnakangas2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-22
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-22