| Commit message (Expand) | Author | Age | Files | Lines |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 36 | -555/+556 |
* | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander | 2009-04-15 | 1 | -7/+2 |
* | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane | 2009-03-25 | 1 | -13/+13 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 1 | -1/+4 |
* | Use new cstring/text conversion functions in some additional places. | Tom Lane | 2008-05-04 | 1 | -6/+3 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -51/+14 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -2/+3 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 9 | -67/+70 |
* | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane | 2007-11-13 | 2 | -0/+12 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 2 | -0/+4 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 | 1 | -1/+1 |
* | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 | 1 | -2/+1 |
* | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 | 1 | -709/+0 |
* | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane | 2007-09-29 | 1 | -36/+111 |
* | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane | 2007-08-23 | 2 | -2/+16 |
* | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane | 2007-07-15 | 1 | -10/+10 |
* | Silence Solaris compiler warning, per buildfarm. | Tom Lane | 2007-07-15 | 1 | -2/+2 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
* | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 6 | -99/+35 |
* | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway | 2007-03-28 | 4 | -706/+477 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 2 | -18/+18 |
* | Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core. | Alvaro Herrera | 2007-01-14 | 2 | -8/+5 |
* | Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking | Neil Conway | 2006-11-10 | 2 | -65/+4 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 11 | -2196/+2641 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -6/+6 |
* | Silence compiler warnings about incompatible function pointer types. | Tom Lane | 2006-09-05 | 1 | -2/+4 |
* | Remove pgcrypto functions that were deprecated and slated for removal. | Tom Lane | 2006-09-05 | 5 | -106/+6 |
* | Fix references to the Options section in the pgcrypto documentation. | Neil Conway | 2006-08-05 | 1 | -5/+5 |
* | pgcrypto merge cleanup: | Neil Conway | 2006-07-19 | 3 | -10/+13 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 2 | -2/+2 |
* | Fix some pgcrypto portability issues, per Marko Kreen. | Tom Lane | 2006-07-15 | 2 | -22/+11 |
* | In PGP public key tests, encrypt the secret key with AES not CAST5, | Tom Lane | 2006-07-14 | 2 | -32/+32 |
* | Fix C++-style comment. | Neil Conway | 2006-07-13 | 1 | -2/+2 |
* | "Annual" pgcrypto update from Marko Kreen: | Neil Conway | 2006-07-13 | 22 | -374/+4397 |
* | Allow /contrib include files to compile on their own. | Bruce Momjian | 2006-07-10 | 1 | -1/+3 |
* | Add missing 3rd argument to open(). | Bruce Momjian | 2006-06-08 | 1 | -3/+3 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
* | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian | 2006-05-30 | 2 | -10/+20 |
* | Fix errors in fortuna PRNG reseeding logic that could cause a predictable | Tom Lane | 2006-05-21 | 1 | -5/+14 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 4 | -0/+8 |
* | Update /contrib regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 2 | -6/+6 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -35/+35 |
* | Patch from Marko Kreen: | Neil Conway | 2006-02-18 | 1 | -32/+70 |
* | Fix fallout from psql line-wrapping patch. | Tom Lane | 2006-02-10 | 1 | -26/+26 |
* | There is a signedness bug in Openwall gen_salt code that pgcrypto uses. | Tom Lane | 2006-01-03 | 1 | -9/+9 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 2 | -10/+10 |
* | pgcrypto documentation polishing from Marko Kreen, and a small amount | Tom Lane | 2005-11-03 | 1 | -25/+29 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 36 | -1211/+1509 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
* | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane | 2005-09-24 | 6 | -48/+61 |