| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 2 | -4/+5 |
| * | Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). | Tom Lane | 2012-05-30 | 1 | -1/+2 |
| * | Fix misleading comments | Peter Eisentraut | 2012-05-08 | 1 | -1/+1 |
| * | Even more duplicate word removal, in the spirit of the season | Peter Eisentraut | 2012-05-02 | 1 | -1/+1 |
| * | Lots of doc corrections. | Robert Haas | 2012-04-23 | 3 | -3/+3 |
| * | Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). | Tom Lane | 2012-01-27 | 1 | -4/+4 |
| * | pgcrypto: Remove inappropriate const qualifier | Peter Eisentraut | 2012-01-15 | 2 | -2/+2 |
| * | Standardize treatment of strcmp() return value | Peter Eisentraut | 2011-12-27 | 5 | -7/+7 |
| * | Don't quote language name | Alvaro Herrera | 2011-11-17 | 1 | -1/+1 |
| * | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 | 2 | -0/+6 |
| * | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 | 4 | -18/+18 |
| * | Add missing format attributes | Peter Eisentraut | 2011-09-10 | 1 | -1/+2 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 8 | -9/+0 |
| * | Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). | Tom Lane | 2011-06-21 | 2 | -10/+17 |
| * | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 | 1 | -0/+2 |
| * | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 | 3 | -16/+4 |
| * | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 | 1 | -33/+33 |
| * | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 | 8 | -71/+47 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 7 | -19/+19 |
| * | If pk is NULL, the backend would segfault when accessing ->algo and the | Heikki Linnakangas | 2010-10-20 | 1 | -1/+3 |
| * | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 | 1 | -0/+2 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 50 | -50/+50 |
| * | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 26 | -35/+2 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -2/+2 |
| * | Update a number of broken links in comments. | Magnus Hagander | 2010-04-02 | 5 | -11/+11 |
| * | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 | 3 | -36/+36 |
| * | Fix some more regression tests (missed these because they're only | Tom Lane | 2009-08-04 | 6 | -0/+12 |
| * | Ooops, missed that a couple of contrib modules have calls to byteacmp. | Tom Lane | 2009-08-04 | 12 | -19/+44 |
| * | 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 |