aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgcrypto
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane2012-05-30
* Fix misleading commentsPeter Eisentraut2012-05-08
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-02
* Lots of doc corrections.Robert Haas2012-04-23
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-27
* pgcrypto: Remove inappropriate const qualifierPeter Eisentraut2012-01-15
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Don't quote language nameAlvaro Herrera2011-11-17
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-21
* Support "make check" in contribPeter Eisentraut2011-04-25
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas2010-10-20
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Update a number of broken links in comments.Magnus Hagander2010-04-02
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-22
* Fix some more regression tests (missed these because they're onlyTom Lane2009-08-04
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove beer-ware license from crypt-md5.c, perMagnus Hagander2009-04-15
* Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane2009-03-25
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-04
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-13
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-13
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-11
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane2007-09-29
* Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane2007-08-23
* Get rid of overly cute, unportable, probably not very efficient substituteTom Lane2007-07-15
* Silence Solaris compiler warning, per buildfarm.Tom Lane2007-07-15
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-06
* Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway2007-03-28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27