| Age | Commit message (Expand) | Author |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-05-30 | Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). | Tom Lane |
| 2012-05-08 | Fix misleading comments | Peter Eisentraut |
| 2012-05-02 | Even more duplicate word removal, in the spirit of the season | Peter Eisentraut |
| 2012-04-24 | Lots of doc corrections. | Robert Haas |
| 2012-01-28 | Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). | Tom Lane |
| 2012-01-15 | pgcrypto: Remove inappropriate const qualifier | Peter Eisentraut |
| 2011-12-27 | Standardize treatment of strcmp() return value | Peter Eisentraut |
| 2011-11-17 | Don't quote language name | Alvaro Herrera |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-10 | Add missing format attributes | Peter Eisentraut |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-06-21 | Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). | Tom Lane |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-04-11 | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-10-20 | If pk is NULL, the backend would segfault when accessing ->algo and the | Heikki Linnakangas |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-04-02 | Update a number of broken links in comments. | Magnus Hagander |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-08-04 | Fix some more regression tests (missed these because they're only | Tom Lane |
| 2009-08-04 | Ooops, missed that a couple of contrib modules have calls to byteacmp. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-15 | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander |
| 2009-03-25 | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-04 | Use new cstring/text conversion functions in some additional places. | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-09-29 | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane |
| 2007-08-23 | Fix combo_decrypt() to throw an error for zero-length input when using a | Tom Lane |
| 2007-07-15 | Get rid of overly cute, unportable, probably not very efficient substitute | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warning, per buildfarm. | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-03-28 | Replace 4-clause licensed blf.[ch] with blowfish implementation | Neil Conway |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |