index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pgcrypto
/
pgp-pgsql.c
Commit message (
Expand
)
Author
Age
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
pgcrypto: support changing S2K iteration count
Alvaro Herrera
2016-03-09
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
pgcrypto: Code cleanup for decrypt_internal.
Robert Haas
2015-02-04
*
Docs: fix incorrect spelling of contrib/pgcrypto option.
Tom Lane
2014-11-03
*
Add functions for dealing with PGP armor header lines to pgcrypto.
Heikki Linnakangas
2014-10-01
*
Refactor space allocation for base64 encoding/decoding in pgcrypto.
Heikki Linnakangas
2014-09-25
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
pgcrypto: fix memset() calls that might be optimized away
Bruce Momjian
2014-04-17
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Use new cstring/text conversion functions in some additional places.
Tom Lane
2008-05-04
*
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
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings in contrib.
Tom Lane
2005-09-24
*
The large one adds support for RSA keys and reorganizes
Bruce Momjian
2005-08-13
*
Fortuna fixes. Marko Kreen
Tom Lane
2005-07-18
*
More pgcrypto fixes: avoid bogus alignment assumptions in sha2,
Tom Lane
2005-07-11
*
Add missing pgcrypto files from previous commit.
Bruce Momjian
2005-07-10