aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAge
* 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
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* 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
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-28
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update URL to Ross William's paper.Alvaro Herrera2008-08-25
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Include hash table name in all the internal-error elog messages inTom Lane2007-09-11
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-01
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Remove hash_destroy calls in hash_create's failure paths. As noted byTom Lane2006-08-14
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18