aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib
Commit message (Expand)AuthorAge
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Fix various typos in code and testsMichael Paquier2023-02-09
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-25
* Add detached node functions to ilistAndres Freund2023-01-18
* Constify the arguments of ilist.c/h functionsPeter Eisentraut2023-01-12
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-30
* Fix wording in commentDaniel Gustafsson2022-11-17
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Rename shadowed local variablesDavid Rowley2022-10-05
* Add missing inequality searches to rbtreeAlexander Korotkov2022-07-08
* Improve frontend error logging style.Tom Lane2022-04-08
* dshash: revise sequential scan support.Andres Freund2022-04-04
* dshash: Add sequential scan support.Andres Freund2022-03-10
* Fix missing undefine in sort_template.hJohn Naylor2022-01-31
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix frontend version of sh_error() in simplehash.h.Tom Lane2021-10-22
* Doc: clarify a critical and undocumented aspect of simplehash.h.Tom Lane2021-10-21
* Fix incorrect format placeholderPeter Eisentraut2021-09-29
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Allow users of simplehash.h to perform direct deletionsDavid Rowley2021-03-30
* Add sort_template.h for making sort functions.Thomas Munro2021-03-03
* Update copyright for 2021Bruce Momjian2021-01-02
* Correct comment in simplehash.h.Thomas Munro2020-08-03
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Skip memcpy(x, x) in qunique().Noah Misch2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* simplehash: Allow for use in frontend code.Robert Haas2019-12-17
* simplehash: Allow use of simplehash without MemoryContext.Robert Haas2019-12-17
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Allow simplehash to use already-calculated hash values.Jeff Davis2019-08-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add IntegerSet, to hold large sets of 64-bit ints efficiently.Heikki Linnakangas2019-03-22
* simplehash: Add support for resetting a hashtable's contents.Andres Freund2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Code review for simplehash.h.Thomas Munro2018-08-28
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Add Bloom filter implementation.Andres Freund2018-03-31