| Age | Commit message (Expand) | Author |
| 2007-12-11 | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane |
| 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-07-25 | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane |
| 2007-07-15 | Change a couple of exit(0) to return 0 to suppress complaints from | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2006-10-19 | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 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-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2004-12-02 | Fix a potential free() of string literal in oid2name, per report from | Neil Conway |
| 2004-11-12 | Remove now-redundant description of Postgres file layout, in favor of | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-09-17 | Here is a patch bringing oid2name into the 21st century. | Tom Lane |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-03-03 | Seems the usage message for oid2name calls it pg_oid2name. Fixed. | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-27 | Updatge to skip composite types. | Bruce Momjian |
| 2003-07-27 | Adjust oid2name to skip certain row types, per Tom. | Bruce Momjian |
| 2003-07-27 | Here is 4 file in tgz: | Bruce Momjian |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-10-12 | Update README for oid2name. | Bruce Momjian |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2002-07-05 | Cleanup. | Bruce Momjian |
| 2002-06-21 | Add mention of segmented files to oid2name. | Bruce Momjian |
| 2002-06-13 | Mention vacuum for relpages. | Bruce Momjian |
| 2002-06-13 | Add script to show disk space per db. | Bruce Momjian |
| 2002-06-12 | Improve query. | Bruce Momjian |
| 2002-06-12 | Add mention of query showing pages used. | Bruce Momjian |
| 2002-06-12 | Add -q option to oid2name. Add sample session to README. | Bruce Momjian |
| 2002-03-05 | Currently, contrib/oid2name doesn't bother to free() the memory that it | Bruce Momjian |
| 2002-01-25 | Fix typo in usage message, per Oleg. | Tom Lane |
| 2002-01-10 | The result of getopt() should be compared to -1, not EOF, per | Tom Lane |
| 2001-11-15 | Read getopt() into an int, not char. | Bruce Momjian |
| 2001-10-02 | Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as to | Tom Lane |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 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-02-12 | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian |
| 2001-02-12 | Add stdio to file. | Bruce Momjian |
| 2001-02-12 | Add #include <unistd.h> | Bruce Momjian |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Oops, got binary in there too. | Bruce Momjian |
| 2001-01-24 | Oops, had .o file in there. | Bruce Momjian |