index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Make pg_dump exclude unlogged table data on hot standby slaves
Magnus Hagander
2013-01-25
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
On second thought, use an empty string instead of "none" when not connected.
Heikki Linnakangas
2013-01-15
*
Don't pass NULL to fprintf, if not currently connected to a database.
Heikki Linnakangas
2013-01-15
*
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-09
*
Translation updates
Peter Eisentraut
2012-12-03
*
Fix psql crash while parsing SQL file whose encoding is different from
Tatsuo Ishii
2012-12-02
*
Fix pg_resetxlog to use correct path to postmaster.pid.
Tom Lane
2012-11-22
*
In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Tom Lane
2012-10-26
*
Fix pg_dump's handling of DROP DATABASE commands in --clean mode.
Tom Lane
2012-10-20
*
Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas
2012-10-18
*
Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas
2012-10-15
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
*
Fix typo in previous warning-silencing patch.
Heikki Linnakangas
2012-10-02
*
Silence compiler warning about pointer type mismatch on some platforms.
Heikki Linnakangas
2012-10-02
*
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-29
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Prevent emitting "ALTER VIEW foo SET ()".
Tom Lane
2012-09-24
*
Translation updates
Peter Eisentraut
2012-09-19
*
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
*
Translation updates
Peter Eisentraut
2012-09-06
*
Make psql's \d+ show reloptions for all relkinds.
Tom Lane
2012-09-03
*
Small punctuation fixes
Peter Eisentraut
2012-08-28
*
pg_basebackup: Correct error message
Peter Eisentraut
2012-08-27
*
Put options on man page and in help output in slightly better order
Peter Eisentraut
2012-08-24
*
Translation updates
Peter Eisentraut
2012-08-23
*
Fix dumping of security_barrier views with circular dependencies.
Tom Lane
2012-08-21
*
Translation updates
Peter Eisentraut
2012-08-14
*
Complain with proper error message if streaming stops prematurely
Magnus Hagander
2012-08-06
*
Translation updates
Peter Eisentraut
2012-08-02
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
*
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Alvaro Herrera
2012-07-31
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
pg_dump: Simplify mkdir() error checking
Peter Eisentraut
2012-07-20
*
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
Bruce Momjian
2012-07-06
*
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Have pg_dump in binary-upgrade mode properly drop user-created
Bruce Momjian
2012-07-04
*
Set the write location in the pg_receivexlog status messages
Magnus Hagander
2012-07-04
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
initdb: Update check_need_password for new options
Peter Eisentraut
2012-06-30
*
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-29
*
Make pg_dump emit more accurate dependency information.
Tom Lane
2012-06-25
*
Improve pg_dump's dependency-sorting logic to enforce section dump order.
Tom Lane
2012-06-25
*
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-18
*
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-06-18
*
Ensure pg_ctl behaves sanely when data directory is not specified.
Tom Lane
2012-06-11
*
Fix pg_dump output to a named tar-file archive.
Tom Lane
2012-06-11
*
pg_receivexlog: Rename option --dir to --directory
Peter Eisentraut
2012-06-12
*
Revert behaviour of -x/--xlog to 9.1 semantics
Magnus Hagander
2012-06-11
[next]