index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
pgcrypto.c
Commit message (
Expand
)
Author
Age
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add gen_random_uuid() to contrib/pgcrypto.
Tom Lane
2014-01-17
*
Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().
Tom Lane
2012-01-27
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking
Neil Conway
2006-11-10
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove pgcrypto functions that were deprecated and slated for removal.
Tom Lane
2006-09-05
*
"Annual" pgcrypto update from Marko Kreen:
Neil Conway
2006-07-13
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings in contrib.
Tom Lane
2005-09-24
*
pgcrypto update:
Neil Conway
2005-03-21
*
* construct "struct {} list [] = {}" confuses pgindent - split those.
Neil Conway
2005-03-21
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
Make sure that all <ctype.h> routines are called with unsigned char
Tom Lane
2001-12-30
*
pgcrypto uses non-standard type uint, which causes compile
Bruce Momjian
2001-11-20
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Big thanks to Solar Designer who pointed out a bug in bcrypt
Bruce Momjian
2001-09-23
*
/contrib/pgcrypto:
Bruce Momjian
2001-08-21
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Well, learned the hard way...
Bruce Momjian
2001-02-06
*
I would like to do a interface change in pgcrypto. (Good
Bruce Momjian
2001-01-24
*
The KAME files md5.* and sha1.* have the following changelog
Bruce Momjian
2001-01-09
*
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-20
*
Hashing functions from Marko Kreen <marko@l-t.ee>
Peter Eisentraut
2000-10-31