index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_backup_archiver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-24
/
+24
*
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-18
1
-4
/
+1
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
1
-24
/
+24
*
Fix up pg_dump to do string escaping fully correctly for client encoding
Tom Lane
2006-05-28
1
-1
/
+4
*
Fix pg_restore to properly discard COPY data when trying to continue
Tom Lane
2006-02-05
1
-2
/
+3
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-20
/
+18
*
Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands
Tom Lane
2005-09-11
1
-13
/
+15
*
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-07-27
1
-2
/
+2
*
pg_dump can now dump large objects even in plain-text output mode, by
Tom Lane
2005-06-21
1
-8
/
+2
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
1
-4
/
+4
*
Fix breakage created by addition of separate 'acl pass' in pg_dump.
Tom Lane
2005-01-25
1
-2
/
+9
*
Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit
Tom Lane
2004-11-06
1
-3
/
+12
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-15
/
+18
*
They are two different problems; the TOC entry is important for any
Bruce Momjian
2004-08-20
1
-1
/
+15
*
This patch allows pg_restore to recognize $-quotes in SQL queries. It
Bruce Momjian
2004-08-20
1
-2
/
+5
*
Please find attached a small patch so that "pg_restore" ignores some sql
Bruce Momjian
2004-04-22
1
-1
/
+2
*
Use the new GUC variable default_with_oids in pg_dump, rather than using
Bruce Momjian
2004-03-24
1
-4
/
+7
*
Cause pg_dump to emit a 'SET client_encoding' command at the start of
Tom Lane
2004-02-24
1
-2
/
+1
*
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane
2003-12-08
1
-6
/
+9
*
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-12-06
1
-18
/
+14
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Issue 'SET check_function_bodies = false' to suppress possible restore
Tom Lane
2003-10-03
1
-3
/
+7
*
pgindent run.
Bruce Momjian
2003-08-04
1
-5
/
+7
*
Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format
Tom Lane
2003-02-01
1
-2
/
+2
*
Allow fseeko in pg_dump only if fseeko() will work for all supported file
Bruce Momjian
2002-10-25
1
-1
/
+3
*
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-10-22
1
-3
/
+13
*
pgindent run.
Bruce Momjian
2002-09-04
1
-5
/
+5
*
Enable large file support.
Peter Eisentraut
2002-08-20
1
-15
/
+15
*
Make sure all clients have the same understanding of default user name
Peter Eisentraut
2002-08-10
1
-5
/
+1
*
More clearly document in pg_dump when we are dealing with an object name
Bruce Momjian
2002-07-04
1
-2
/
+2
*
First pass at schema-fying pg_dump/pg_restore. Much to do still,
Tom Lane
2002-05-10
1
-18
/
+8
*
Speed improvement for large object restore.
Bruce Momjian
2002-04-24
1
-1
/
+5
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-2
/
+2
*
- Fix compiler warning in pg_restore
Philip Warner
2001-11-04
1
-2
/
+2
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-8
/
+9
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-19
/
+17
*
Add option to output SET SESSION AUTHORIZATION commands rather than
Peter Eisentraut
2001-08-22
1
-2
/
+2
*
More message munging and localization for pg_dump, especially the
Peter Eisentraut
2001-07-03
1
-3
/
+3
*
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-06-27
1
-2
/
+5
*
Add -U and -W options to pg_dump and friends to support non-interactive
Peter Eisentraut
2001-05-17
1
-2
/
+3
*
- Don't dump COMMENTs in data-only dumps
Philip Warner
2001-05-12
1
-2
/
+2
*
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
Philip Warner
2001-04-25
1
-2
/
+2
*
- Get view OID based on rule OID not base table OID
Philip Warner
2001-04-14
1
-2
/
+2
*
Don't dump CHECK constraints with same source and names both
Philip Warner
2001-04-04
1
-2
/
+2
*
- Handle overridden attrs as per discussions 2-Apr-2001
Philip Warner
2001-04-03
1
-2
/
+2
*
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-04-01
1
-16
/
+23
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-183
/
+204
*
- Added CVS headers to files
Philip Warner
2001-03-19
1
-1
/
+2
*
- Only disable triggers in DataOnly (or implied data-only) restores.
Philip Warner
2001-03-06
1
-1
/
+1
*
- Fix help output: replace 'f' with 't' and change desc
Philip Warner
2001-02-13
1
-1
/
+1
[next]