index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_backup.h
Commit message (
Expand
)
Author
Age
*
pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,
Tom Lane
2003-09-23
*
pg_dump and pg_restore -r had managed to diverge on the ordering of
Tom Lane
2003-08-28
*
pgindent run.
Bruce Momjian
2002-09-04
*
Reimplement pg_dumpall in C. Currently no change in functionality,
Peter Eisentraut
2002-08-27
*
Enable large file support.
Peter Eisentraut
2002-08-20
*
Make pg_dump output more portable and more pleasing to look at.
Peter Eisentraut
2002-08-18
*
More clearly document in pg_dump when we are dealing with an object name
Bruce Momjian
2002-07-04
*
First pass at schema-fying pg_dump/pg_restore. Much to do still,
Tom Lane
2002-05-10
*
Be more wary about mixed-case database names and user names. Get
Tom Lane
2002-02-11
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Consistently use gcc's __attribute__((format)) to check sprintf-style
Tom Lane
2001-10-03
*
Add option to output SET SESSION AUTHORIZATION commands rather than
Peter Eisentraut
2001-08-22
*
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-06-27
*
Add -U and -W options to pg_dump and friends to support non-interactive
Peter Eisentraut
2001-05-17
*
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
Philip Warner
2001-04-25
*
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-04-01
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
- Added CVS headers to files
Philip Warner
2001-03-19
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Remove -k unix socketpath option from client side, allow hostname with
Bruce Momjian
2000-11-13
*
UUNET is looking into offering PostgreSQL as a part of a managed web
Bruce Momjian
2000-11-13
*
- Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)
Philip Warner
2000-08-01
*
Some pedantic compile syntax errors to fix with the following patch
Bruce Momjian
2000-07-27
*
- Support for BLOB output from pg_dump and input via pg_restore
Philip Warner
2000-07-21
*
pg_dump patch from Philip Warner
Bruce Momjian
2000-07-04