summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
AgeCommit message (Expand)Author
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane
2012-05-08Fix misleading commentsPeter Eisentraut
2012-05-02Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-01-28Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane
2012-01-15pgcrypto: Remove inappropriate const qualifierPeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-11-17Don't quote language nameAlvaro Herrera
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-21Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-20If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-02Update a number of broken links in comments.Magnus Hagander
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-08-04Fix some more regression tests (missed these because they're onlyTom Lane
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-15Remove beer-ware license from crypt-md5.c, perMagnus Hagander
2009-03-25Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane
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