summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pgsql.c
AgeCommit message (Expand)Author
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