aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgcrypto.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add gen_random_uuid() to contrib/pgcrypto.Tom Lane2014-01-17
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-27
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-10
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane2006-09-05
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-13
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-24
* pgcrypto update:Neil Conway2005-03-21
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* pgcrypto uses non-standard type uint, which causes compileBruce Momjian2001-11-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Big thanks to Solar Designer who pointed out a bug in bcryptBruce Momjian2001-09-23
* /contrib/pgcrypto:Bruce Momjian2001-08-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Well, learned the hard way...Bruce Momjian2001-02-06
* I would like to do a interface change in pgcrypto. (GoodBruce Momjian2001-01-24
* The KAME files md5.* and sha1.* have the following changelogBruce Momjian2001-01-09
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-31