summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Clean up after pg_dump test runs.Tom Lane2016-05-061-0/+1
* Remove MODULES_big from test_pg_dumpStephen Frost2016-05-061-0/+3
* Add TAP tests for pg_dumpStephen Frost2016-05-061-0/+3
* Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane2016-03-241-1/+1
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-3/+4
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-231-12/+7
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move some pg_dump function around.Heikki Linnakangas2013-03-271-2/+2
* Add parallel pg_dump option.Andrew Dunstan2013-03-241-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-3/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* pg_dump: Remove undocumented "files" output formatPeter Eisentraut2012-03-201-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-291-2/+2
* pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut2011-11-291-1/+1
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-261-3/+3
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-251-4/+4
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-231-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-021-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-121-4/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-4/+4
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-071-14/+12
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* 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