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
*
Add C comment about new \c parameter requirement for crashed connections.
Bruce Momjian
2012-08-15
*
In psql, if the is no connection object, e.g. due to a server crash,
Bruce Momjian
2012-08-15
*
Properly escape usernames in initdb, so names with single-quotes are
Bruce Momjian
2012-08-15
*
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-10
*
Make psql -1 < file behave as expected.
Robert Haas
2012-08-09
*
Complain with proper error message if streaming stops prematurely
Magnus Hagander
2012-08-06
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
*
Tab complete table names after ALTER TABLE x [NO] INHERIT.
Robert Haas
2012-07-26
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
pg_dump: Simplify mkdir() error checking
Peter Eisentraut
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Print the name of the WAL file containing latest REDO ptr in pg_controldata.
Heikki Linnakangas
2012-07-14
*
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
*
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-12
*
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
*
Fix function argument tab completion for schema-qualified or quoted function ...
Magnus Hagander
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
*
Increase the maximum initdb-configured value for shared_buffers to 128MB.
Robert Haas
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
*
Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.
Heikki Linnakangas
2012-06-26
*
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
*
Unbreak pg_resetxlog -l.
Robert Haas
2012-06-25
*
Fix warning for 64-bit literal on 32-bit build.
Kevin Grittner
2012-06-25
*
I missed some references to xlogid/xrecoff in Win32-only code. Fix.
Heikki Linnakangas
2012-06-24
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
*
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-19
*
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
*
Make \conninfo print SSL information.
Robert Haas
2012-06-14
*
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
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix pg_basebackup/pg_receivexlog for floating point timestamps
Magnus Hagander
2012-06-10
*
Error message capitalization fix
Magnus Hagander
2012-06-10
*
Message style improvements
Peter Eisentraut
2012-06-07
*
Use strerror(errno) instead of %m
Magnus Hagander
2012-06-05
*
Fix memory leaks in failure paths in buildACLCommands and parseAclItem.
Tom Lane
2012-06-03
*
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-05-29
*
Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.
Tom Lane
2012-05-28
*
psql: Remove notice about readline from --version output
Peter Eisentraut
2012-05-27
[next]