aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashfunc.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove triggerable Assert in hashname().Tom Lane2016-12-26
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane2016-01-26
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Consistently use unsigned arithmetic for alignment calculations.Noah Misch2013-10-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-21
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-01
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09