aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/hash/dynahash.c
Commit message (Expand)AuthorAge
* Code review for dynahash change.Thomas Munro2020-09-19
* Remove large fill factor support from dynahash.c.Thomas Munro2020-09-19
* Improve programmer docs for simplehash and dynahash.Thomas Munro2020-08-01
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Modify various power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Put all the prototypes for hashfn.c into the same header file.Robert Haas2020-02-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier2019-04-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane2017-08-02
* Improve comments about partitioned hash table freelists.Tom Lane2017-07-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
* Adjust outdated comment.Robert Haas2017-04-25
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Copyedit comments and documentation.Noah Misch2016-04-01
* Partition the freelist for shared dynahash tables.Robert Haas2016-03-23
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas2015-10-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-14
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-11
* Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane2012-10-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas2011-04-11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01