summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgcrypto.c
AgeCommit message (Expand)Author
2006-09-05Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-03-21pgcrypto update:Neil Conway
2005-03-21* construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway
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
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-11-20pgcrypto uses non-standard type uint, which causes compileBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-23Big thanks to Solar Designer who pointed out a bug in bcryptBruce 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-02-06Well, learned the hard way...Bruce Momjian
2001-01-24I would like to do a interface change in pgcrypto. (GoodBruce Momjian
2001-01-09The KAME files md5.* and sha1.* have the following changelogBruce Momjian
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-10-31Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut