aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashfunc.c
Commit message (Expand)AuthorAge
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Further portability tweaks for float4/float8 hash functions.Tom Lane2021-09-04
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Update copyright for 2021Bruce Momjian2021-01-02
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Initial pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* 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