| Age | Commit message (Expand) | Author |
| 2006-02-23 | Fix vacuumlo to avoid unnecessary use of backslash in search pattern. | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-06-23 | Cleanup the contrib/lo module: there is no need anymore to implement | Tom Lane |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-09 | This patch makes some cleanups to contrib/ to silence some sparse | Neil Conway |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-24 | Add positive defense against dropped columns, per suggestion from | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Remove simple_prompt from /contrib C files, now that it is in /port. | Bruce Momjian |
| 2003-08-04 | Update vacuumlo to be properly schema-aware. Improve documentation. | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2002-12-10 | Following patch avoids removing oids in the temporary table from the | Bruce Momjian |
| 2002-12-03 | Fix off-by-one bug in usage check. | Tom Lane |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-10-03 | It's just a cosmetic change, fixes the help screen. Should be applied in | Bruce Momjian |
| 2002-09-05 | Fix compile warning. | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-24 | I've improved the contributed vacuumlo command, now it behaves like all other | Bruce Momjian |
| 2001-09-17 | Change vacuumlo to take 'lo' type into account. | Hiroshi Inoue |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-04 | Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETA | Tom Lane |
| 2000-11-21 | Code review and cleanup. | Tom Lane |
| 2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-06-19 | Remove old README files. | Bruce Momjian |
| 2000-06-19 | Add missing /contrib files | Bruce Momjian |
| 2000-06-19 | Update to /contrib from Karel. | Bruce Momjian |
| 2000-06-16 | Cleanup README Makefile installs. | Bruce Momjian |
| 2000-06-15 | /contrib patch from Karel. | Bruce Momjian |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-04-10 | vacuumlo deals with large objects not referenced by any tables and removes them. | Peter Mount |