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