summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/crypt-md5.c
AgeCommit message (Expand)Author
2020-10-16Add missing error check in pgcrypto/crypt-md5.c.Tom Lane
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-02Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-04-15Remove beer-ware license from crypt-md5.c, perMagnus Hagander
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-21Add missing pgcrypto file.Bruce Momjian