summaryrefslogtreecommitdiff
path: root/src/include/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing inequality searches to rbtreeAlexander Korotkov2022-07-081-0/+2
* Improve frontend error logging style.Tom Lane2022-04-081-2/+1
* dshash: revise sequential scan support.Andres Freund2022-04-041-1/+0
* dshash: Add sequential scan support.Andres Freund2022-03-101-0/+23
* Fix missing undefine in sort_template.hJohn Naylor2022-01-311-0/+1
* Update copyright for 2022Bruce Momjian2022-01-0714-14/+14
* Fix frontend version of sh_error() in simplehash.h.Tom Lane2021-10-221-5/+9
* Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane2021-10-211-1/+1
* Fix incorrect format placeholderPeter Eisentraut2021-09-291-1/+1
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-131-9/+5
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-8/+8
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-091-1/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+19
* Revert b6002a796David Rowley2021-04-011-19/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+19
* Allow users of simplehash.h to perform direct deletionsDavid Rowley2021-03-301-1/+61
* Add sort_template.h for making sort functions.Thomas Munro2021-03-031-0/+431
* Update copyright for 2021Bruce Momjian2021-01-0212-12/+12
* Correct comment in simplehash.h.Thomas Munro2020-08-031-1/+2
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-011-4/+69
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-6/+6
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-101-1/+1
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-081-23/+4
* Skip memcpy(x, x) in qunique().Noah Misch2020-01-041-4/+6
* Update copyrights for 2020Bruce Momjian2020-01-0112-12/+12
* simplehash: Allow for use in frontend code.Robert Haas2019-12-171-4/+12
* simplehash: Allow use of simplehash without MemoryContext.Robert Haas2019-12-171-0/+23
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-0/+65
* Make StringInfo available to frontend code.Andres Freund2019-11-051-3/+4
* Allow simplehash to use already-calculated hash values.Jeff Davis2019-08-011-9/+65
* Phase 2 pgindent run for v12.Tom Lane2019-05-228-25/+25
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-221-0/+24
* simplehash: Add support for resetting a hashtable's contents.Andres Freund2019-02-091-0/+11
* Update copyright for 2019Bruce Momjian2019-01-0210-10/+10
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-061-29/+29
* Code review for simplehash.h.Thomas Munro2018-08-281-3/+16
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Add Bloom filter implementation.Andres Freund2018-03-311-0/+27
* Minor clean-up in dshash.{c,h}.Andres Freund2018-03-011-1/+1
* Remove some inappropriate #includes.Tom Lane2018-02-161-1/+0
* Prevent growth of simplehash tables when they're "too empty".Andres Freund2018-01-291-4/+15
* Update copyright for 2018Bruce Momjian2018-01-029-9/+9
* Update typedefs.list and re-run pgindentRobert Haas2017-11-292-2/+2
* Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund2017-10-111-0/+8
* Remove pre-order and post-order traversal logic for red-black trees.Tom Lane2017-09-101-4/+1
* Suppress compiler warnings in dshash.c.Tom Lane2017-09-031-1/+1
* Consolidate the function pointer types used by dshash.c.Andres Freund2017-08-241-27/+10
* Hash tables backed by DSA shared memory.Andres Freund2017-08-221-0/+107
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-219-12/+12