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