summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-6/+6
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-4/+4
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-081-7/+1
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-071-2/+3
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-3/+4
* Fix MinGW link failure with new libpgport processing.Bruce Momjian2004-10-041-1/+5
* Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian2004-10-041-2/+2
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-10/+6
* Make the locale location relocatable.Bruce Momjian2004-05-251-6/+5
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-241-2/+2
* Clean up failure to remove exec.o on 'make clean'.Tom Lane2004-05-221-6/+5
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-191-4/+8
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-181-8/+4
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-9/+9
* Allow build of timezone database on unix.Bruce Momjian2004-04-301-1/+3
* Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian2004-04-261-4/+4
* Add missing dependency, per Wade Klaver.Tom Lane2004-02-071-2/+2
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-231-1/+5
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-5/+5
* Don't force rebuild of all of backend/parser when we only needTom Lane2002-12-121-2/+2
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-271-12/+9
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-181-4/+12
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-15/+3
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-151-16/+3
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-061-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane2002-01-151-3/+2
* Disable pg_upgrade.Peter Eisentraut2001-03-241-2/+2
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-5/+16
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-4/+4
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-181-2/+3
* Make all commands that link a program look likePeter Eisentraut2000-11-301-3/+3
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-4/+3
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-7/+7
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-081-5/+6
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-8/+8
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-011-1/+1
* - no longer put ACLs at end of dumpPhilip Warner2000-07-241-1/+1
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-211-3/+3
* Fix broken pg_dump makefilePeter Eisentraut2000-07-041-7/+13
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-12/+11
* Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of rawPeter Eisentraut2000-07-031-4/+10
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-281-2/+2
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-0/+51
* Various fixes suggested by Gregor HoffleitMarc G. Fournier1997-02-091-48/+0
* Include main Makefile.global first so variables are not over-written.Bruce Momjian1997-02-061-2/+2
* Added pg_dumpall to source tree.Bruce Momjian1997-01-161-1/+2