summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_db.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run.Bruce Momjian2002-09-041-7/+7
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-271-1/+2
* Enable large file support.Peter Eisentraut2002-08-201-4/+4
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-181-5/+5
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-101-28/+4
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-061-109/+1
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-041-8/+8
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-291-5/+7
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-101-97/+39
* You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian2002-01-181-38/+40
* Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane2002-01-181-161/+194
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-22/+24
* Fix several problems with simple_prompt() --- the nastiest being thatTom Lane2001-10-181-31/+42
* Prompt for password from /dev/tty and fall back to stdin/stderr.Bruce Momjian2001-10-151-10/+32
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-211-8/+8