summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/px-crypt.c
AgeCommit message (Expand)Author
2025-04-05Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-06-21Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-08-13The large one adds support for RSA keys and reorganizesBruce Momjian
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-03-21pgcrypto update:Neil Conway
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
2001-11-20Duh, my regexp's missed bunch of them. Here's next batch, thisBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce 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-21Add missing pgcrypto file.Bruce Momjian