summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pgsql.c
AgeCommit message (Expand)Author
2024-02-13pgcrypto: Fix incorrect argument vs PG_GETARG*() mappingsMichael Paquier
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2020-12-21Refactor logic to check for ASCII-only characters in stringMichael Paquier
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
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-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-04pgcrypto: Code cleanup for decrypt_internal.Robert Haas
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2014-09-25Refactor space allocation for base64 encoding/decoding in pgcrypto.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-04Use new cstring/text conversion functions in some additional places.Tom 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
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
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-18Fortuna fixes. Marko KreenTom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian