| Age | Commit message (Expand) | Author |
| 2005-03-25 | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2004-11-08 | Allow win32/cygwin link against the first matching library symbol rather | Bruce Momjian |
| 2004-10-07 | Improve pgindent processing of comment after 'else'. | Bruce Momjian |
| 2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian |
| 2004-10-04 | Fix MinGW link failure with new libpgport processing. | Bruce Momjian |
| 2004-10-04 | Readd -DFRONTEND to client makefiles because it still affects win32.h | Bruce Momjian |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-05-25 | Make the locale location relocatable. | Bruce Momjian |
| 2004-05-24 | Remove a few $filter() calls that were not needed. | Bruce Momjian |
| 2004-05-22 | Clean up failure to remove exec.o on 'make clean'. | Tom Lane |
| 2004-05-19 | Re-add elog() to exec.c, per Tom. | Bruce Momjian |
| 2004-05-18 | Move find_my_exec() way up into main.c so it is available to the | Bruce Momjian |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-04-30 | Allow build of timezone database on unix. | Bruce Momjian |
| 2004-04-26 | Add $(X) for cross-compiling. Seems the mingw compiler running on | Bruce Momjian |
| 2004-02-07 | Add missing dependency, per Wade Klaver. | Tom Lane |
| 2003-12-23 | Fix a number of places where reconfiguring with a different installation | Tom Lane |
| 2003-12-06 | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-08-08 | Move simple_prompt()/sprompt.c into /port. | Bruce Momjian |
| 2002-12-12 | Don't force rebuild of all of backend/parser when we only need | Tom Lane |
| 2002-08-27 | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut |
| 2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-07-06 | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-01-15 | pg_upgrade doesn't live here anymore. Remove dangling references. | Tom Lane |
| 2001-03-24 | Disable pg_upgrade. | Peter Eisentraut |
| 2001-02-27 | Massive commits for SunOS4 port. | Tatsuo Ishii |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-18 | Add copyright mentions, per Tom Lane. | Bruce Momjian |
| 2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-09-08 | Make building scripts kind of consistent in look and feel, kind of immune | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-01 | - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) | Philip Warner |
| 2000-07-24 | - no longer put ACLs at end of dump | Philip Warner |
| 2000-07-21 | - Support for BLOB output from pg_dump and input via pg_restore | Philip Warner |
| 2000-07-04 | Fix broken pg_dump makefile | Peter Eisentraut |
| 2000-07-04 | pg_dump patch from Philip Warner | Bruce Momjian |
| 2000-07-03 | Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw | Peter Eisentraut |
| 2000-06-28 | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut |
| 2000-06-27 | Makefile cleanup for bin and pl subtrees. They should now support | Peter Eisentraut |
| 1997-02-09 | Various fixes suggested by Gregor Hoffleit | Marc G. Fournier |
| 1997-02-06 | Include main Makefile.global first so variables are not over-written. | Bruce Momjian |
| 1997-01-16 | Added pg_dumpall to source tree. | Bruce Momjian |
| 1996-11-28 | Make strdup work for Ultrix. Thanks Erik Bertelsen | Bryan Henderson |