summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_db.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-30/+29
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-241-1/+3
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-181-7/+17
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-051-6/+55
* Additional fixes for large object access control.Itagaki Takahiro2009-12-141-1/+18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-7/+13
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-251-3/+2
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-18/+29
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-161-34/+23
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-131-12/+7
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-261-3/+4
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-091-3/+3
* Get rid of client-code dependencies on the exact text of the no-passwordTom Lane2007-07-081-33/+23
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-4/+1
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-031-10/+17
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-121-1/+4
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-091-3/+5
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-051-11/+21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-40/+41
* Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane2005-09-111-199/+171
* Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway2005-07-271-2/+2
* Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian2005-07-011-2/+1
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-210/+6
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-061-1/+2
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-3/+3
* Don't assume PQdb() will return a valid result from a failed connection.Tom Lane2004-10-011-4/+4
* Fix some problems with restoring databases owned by non-superusers,Tom Lane2004-09-101-5/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-82/+91
* Fix high-bit comparison compiler warning in pg_dump.Bruce Momjian2004-08-281-8/+8
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-201-3/+16
* This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian2004-08-201-70/+196
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-221-3/+3
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-11/+18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Issue 'SET check_function_bodies = false' to suppress possible restoreTom Lane2003-10-031-6/+1
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-4/+4
* Use libpq's new logic to get the server version, instead of doing it ourselves.Tom Lane2003-06-221-13/+7
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-37/+2
* Make pg_dump/restore safer for autocommit=off in postgresql.conf.Bruce Momjian2003-02-141-1/+16
* [ dumping schemas ]Bruce Momjian2003-02-131-2/+2
* Cleaner solution to the problem of loading pre-7.3 dumps containingTom Lane2003-02-011-10/+39
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-221-9/+2
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-161-3/+25
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-071-12/+5