summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgcrypto.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2025-01-24pgcrypto: Add function to check FIPS modeDaniel Gustafsson
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-07-03Forbid gen_random_uuid() with --disable-strong-randomHeikki Linnakangas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-17Add gen_random_uuid() to contrib/pgcrypto.Tom Lane
2012-01-28Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-11-10Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
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 <[email protected]>Peter Eisentraut