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_tar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-9
/
+10
*
Fix for recent Win32 pg_dump tar temp file patch.
Bruce Momjian
2006-06-27
1
-2
/
+3
*
On Win32, use loop to create pg_dump temporary tar file in the current
Bruce Momjian
2006-06-27
1
-1
/
+29
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-4
/
+1
*
Add strerror to pg_dump error messages where missing.
Peter Eisentraut
2006-05-22
1
-7
/
+5
*
Add MSVC support for utility commands and pg_dump.
Bruce Momjian
2006-02-12
1
-1
/
+4
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-37
/
+39
*
Correct some code in pg_restore when reading the header of a tar archive:
Neil Conway
2005-06-22
1
-9
/
+9
*
Fix breakage created by addition of separate 'acl pass' in pg_dump.
Tom Lane
2005-01-25
1
-2
/
+2
*
Add comment explaining possible compiler warning:
Bruce Momjian
2004-11-29
1
-1
/
+5
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
1
-3
/
+3
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
1
-2
/
+2
*
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2004-03-03
1
-2
/
+2
*
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane
2003-12-08
1
-3
/
+1
*
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-12-06
1
-4
/
+4
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Use calloc() to allocate empty structures.
Bruce Momjian
2003-10-08
1
-5
/
+6
*
pgindent run.
Bruce Momjian
2003-08-04
1
-10
/
+13
*
Apply message style guide to frontend programs.
Peter Eisentraut
2003-07-23
1
-6
/
+6
*
Add start time to pg_stat_activity
Bruce Momjian
2003-03-20
1
-10
/
+10
*
Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format
Tom Lane
2003-02-01
1
-3
/
+13
*
Add missing <limits.h> for INT64_IS_BUSTED case.
Tom Lane
2003-01-10
1
-1
/
+2
*
Allow fseeko in pg_dump only if fseeko() will work for all supported file
Bruce Momjian
2002-10-25
1
-3
/
+3
*
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-10-22
1
-9
/
+1
*
Fix portability problem (size_t != int).
Tom Lane
2002-09-10
1
-5
/
+7
*
Make sure the pg_dump tar archiver can handle members larger than 2 GB, but
Peter Eisentraut
2002-09-06
1
-21
/
+47
*
pgindent run.
Bruce Momjian
2002-09-04
1
-16
/
+25
*
Workaround for format strings that are concatenated from macros
Peter Eisentraut
2002-09-03
1
-12
/
+37
*
backend where a statically sized buffer is written to. Most of these
Bruce Momjian
2002-08-28
1
-4
/
+2
*
Enable large file support.
Peter Eisentraut
2002-08-20
1
-83
/
+81
*
More clearly document in pg_dump when we are dealing with an object name
Bruce Momjian
2002-07-04
1
-9
/
+9
*
Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane
2002-05-29
1
-41
/
+15
*
First pass at schema-fying pg_dump/pg_restore. Much to do still,
Tom Lane
2002-05-10
1
-2
/
+2
*
Speed improvement for large object restore.
Bruce Momjian
2002-04-24
1
-1
/
+7
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-3
/
+3
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-16
/
+8
*
For consistency with the rest of PostgreSQL, rename BLOBs to large objects
Peter Eisentraut
2001-09-21
1
-3
/
+3
*
More message munging and localization for pg_dump, especially the
Peter Eisentraut
2001-07-03
1
-9
/
+9
*
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-06-27
1
-43
/
+49
*
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
Philip Warner
2001-04-25
1
-1
/
+2
*
- Get view OID based on rule OID not base table OID
Philip Warner
2001-04-14
1
-3
/
+4
*
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-04-01
1
-5
/
+5
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-386
/
+474
*
- Added CVS headers to files
Philip Warner
2001-03-19
1
-0
/
+1
*
Fix pg_dump crashes caused by bogus use of va_start/va_end (only seen
Tom Lane
2001-02-23
1
-7
/
+5
*
- Fix help output: replace 'f' with 't' and change desc
Philip Warner
2001-02-13
1
-12
/
+39
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-3
/
+4
*
- Check ntuples == 1 for various SELECT statements.
Philip Warner
2001-01-12
1
-11
/
+41
*
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-12-03
1
-1
/
+1
[next]