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