summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Make some minor improvements in memory-context infrastructure.Tom Lane2022-10-141-9/+4
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+4
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-24/+59
* Code review for dynahash change.Thomas Munro2020-09-191-4/+3
* Remove large fill factor support from dynahash.c.Thomas Munro2020-09-191-14/+6
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-011-1/+11
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-141-1/+10
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+4
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-1/+1
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-081-7/+7
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-273-694/+1
* Adapt hashfn.c and hashutils.h for frontend use.Robert Haas2020-02-241-28/+24
* Put all the prototypes for hashfn.c into the same header file.Robert Haas2020-02-241-0/+1
* Move bitmap_hash and bitmap_match to bitmapset.c.Robert Haas2020-02-241-24/+0
* Update copyrights for 2020Bruce Momjian2020-01-013-3/+3
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-7/+7
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-161-1/+1
* Fix incidental warnings from cpluspluscheck.Tom Lane2019-08-181-8/+8
* Initial pgindent run for v12.Tom Lane2019-05-221-0/+1
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-191-1/+1
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-2/+630
* Update copyright for 2019Bruce Momjian2019-01-023-3/+3
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-5/+7
* Update copyright for 2018Bruce Momjian2018-01-023-3/+3
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-3/+5
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-4/+4
* Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane2017-08-021-3/+2
* Improve comments about partitioned hash table freelists.Tom Lane2017-07-221-35/+70
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Adjust outdated comment.Robert Haas2017-04-251-3/+1
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-033-3/+3
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Copyedit comments and documentation.Noah Misch2016-04-011-1/+1
* Partition the freelist for shared dynahash tables.Robert Haas2016-03-231-47/+137
* Update copyright for 2016Bruce Momjian2016-01-023-3/+3
* Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas2015-10-161-32/+27
* Don't include low level locking code from frontend code.Andres Freund2015-08-071-0/+1
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-142-1/+98
* Update copyright for 2015Bruce Momjian2015-01-062-2/+2
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-182-5/+37