summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-04Use new cstring/text conversion functions in some additional places.Tom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-29Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-07-15Get rid of overly cute, unportable, probably not very efficient substituteTom Lane
2007-07-15Silence Solaris compiler warning, per buildfarm.Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-03-28Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-14Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.Alvaro Herrera
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-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-05Silence compiler warnings about incompatible function pointer types.Tom Lane
2006-09-05Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane
2006-08-05Fix references to the Options section in the pgcrypto documentation.Neil Conway
2006-07-19pgcrypto merge cleanup:Neil Conway
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-15Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane
2006-07-14In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane
2006-07-13Fix C++-style comment.Neil Conway
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
2006-06-08Add missing 3rd argument to open().Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian
2006-05-21Fix errors in fortuna PRNG reseeding logic that could cause a predictableTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-18Patch from Marko Kreen:Neil Conway
2006-02-10Fix fallout from psql line-wrapping patch.Tom Lane
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-03pgcrypto documentation polishing from Marko Kreen, and a small amountTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-08-13Remove API file.Bruce Momjian
2005-08-13The large one adds support for RSA keys and reorganizesBruce Momjian
2005-07-18pgcrypto documentation update. Marko KreenTom Lane