summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run for 9.4Bruce Momjian2014-05-061-14/+14
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-6/+6
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-141-8/+19
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-131-0/+144
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-111-11/+38
* Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane2012-10-191-16/+30
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-282-516/+1
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-013-3/+3
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-012-3/+0
* Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas2011-04-111-0/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-013-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+2
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-4/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-023-6/+6
* Update copyright for 2009.Bruce Momjian2009-01-013-6/+6
* Update URL to Ross William's paper.Alvaro Herrera2008-08-251-2/+2
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-2/+3
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-013-6/+6