| Age | Commit message (Expand) | Author |
| 2001-05-15 | Well, the correct code - that corresponds to current | Bruce Momjian |
| 2001-05-13 | update. | Bruce Momjian |
| 2001-05-03 | Initial checkin of a contributed type that handles passwords efficiently. | D'Arcy J.M. Cain |
| 2001-04-19 | Pass -D option to pg_ctl because export PGDATA won't be preserved across | Peter Eisentraut |
| 2001-04-04 | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane |
| 2001-04-03 | Provide snprintf() if system hasn't got it. | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Run pgindent on _int.c, for Tom Lane. I had skipped this file because | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-20 | Repair intarray's problems with TOASTed input, avoid scribbling on | Tom Lane |
| 2001-03-18 | Restore include-file updates, and fix some of the more glaring macro | Tom Lane |
| 2001-03-18 | Restore Peter's makefile fixes. | Tom Lane |
| 2001-03-17 | Update contrib intarray to Jan 25 version. | Bruce Momjian |
| 2001-03-16 | Documentation update from Marko Kreen. | Tom Lane |
| 2001-03-16 | Resetting the XLOG can't include rewinding it to logical position zero, | Tom Lane |
| 2001-03-14 | First cut at XLOG file reset utility. | Tom Lane |
| 2001-03-13 | 'test -e' isn't portable. Use 'test -f'. | Peter Eisentraut |
| 2001-03-13 | Update for new pg_control format. | Tom Lane |
| 2001-03-11 | Add uninstall target to Java build. | Peter Eisentraut |
| 2001-03-06 | Update my2pg, new version. | Bruce Momjian |
| 2001-03-05 | Hmmm, a conflict with V1.104 of configure.in remained and broke configure | Peter Mount |
| 2001-03-05 | First batch of the tools merged in... | Peter Mount |
| 2001-03-04 | Update mysql converter, new version released. | Bruce Momjian |
| 2001-02-27 | start of an admin tool for FreeBSD to help configure shared memory for | Marc G. Fournier |
| 2001-02-25 | Doesn't need libpq. | Peter Eisentraut |
| 2001-02-25 | Remove binary files. | Peter Eisentraut |
| 2001-02-23 | I had a need to read such things as the backend locale and the catalog | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-20 | Changes: | Bruce Momjian |
| 2001-02-17 | Fix README in Japanese to sync with README.pgbench updated by Tom. | Tatsuo Ishii |
| 2001-02-16 | Update README's install instructions to agree with current reality. | Tom Lane |
| 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 // -> /* */ mapping to pgindent. | Bruce Momjian |
| 2001-02-12 | Add #include <unistd.h> | Bruce Momjian |
| 2001-02-11 | Add to Makefile. | Bruce Momjian |
| 2001-02-11 | Add pg_logger to /contrib. | Bruce Momjian |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-02-10 | cleanup | Bruce Momjian |
| 2001-02-10 | Add URL for my2pg.pl. | Bruce Momjian |
| 2001-02-10 | Add description. | Bruce Momjian |
| 2001-02-10 | Add both conversion utilities. | Bruce Momjian |
| 2001-02-10 | cleanup | Bruce Momjian |
| 2001-02-10 | Add other mysql conversion utility for comparisons. | Bruce Momjian |
| 2001-02-10 | Update findoidjoins notes for 7.1. | Tom Lane |
| 2001-02-10 | Compile a little more cleanly. | Tom Lane |
| 2001-02-10 | Add oid2name subdirectory to contrib Makefile. | Tom Lane |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-10 | Add new FreeBSD start script that makes use of new pg_ctl functionality. | Peter Eisentraut |