summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/md5.c
AgeCommit message (Expand)Author
2020-12-10Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier
2019-02-14Resolve one unconstify usePeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2004-08-29Replace bcopy by memmove for more portability.Tom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2001-11-29* When postgres.h does not define BYTE_ENDIAN pgcryptoBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-08-21/contrib/pgcrypto:Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-09The KAME files md5.* and sha1.* have the following changelogBruce Momjian
2000-12-04Eliminate some of the more blatant platform-dependencies ... it builds here n...Tom Lane
2000-10-31Hashing functions from Marko Kreen <[email protected]>Peter Eisentraut