index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
hash
/
hashfunc.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-26
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-20
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Adopt Bob Jenkins' improved hash function for hash_any(). This changes the
Tom Lane
2009-02-09
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve hash_any() to use word-wide fetches when hashing suitably aligned
Tom Lane
2008-04-06
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix regex, LIKE, and some other second-rank text-manipulation functions
Tom Lane
2007-09-21
*
Fix several hash functions that were taking chintzy shortcuts instead of
Tom Lane
2007-06-01
*
Support enum data types. Along the way, use macros for the values of
Tom Lane
2007-04-02
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Give inet/cidr datatypes their own hash function that ignores the inet vs
Tom Lane
2004-06-13
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Revise hash join and hash aggregation code to use the same datatype-
Tom Lane
2003-06-22
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Code review for improved-hashing patch. Fix some portability issues
Tom Lane
2002-03-09
[next]