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
*
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
*
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-27
*
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-25
*
Fix base backup streaming xlog from standby
Magnus Hagander
2012-05-25
*
Add missing PQfinish() calls
Magnus Hagander
2012-05-23
*
Prevent pg_basebackup when integer_datetimes flag doesn't match.
Robert Haas
2012-05-22
*
pg_ctl: Sort signal list in --help output
Peter Eisentraut
2012-05-21
*
Realign some --help output to have better spacing between columns
Peter Eisentraut
2012-05-18
*
pg_ctl: Improve --help output
Peter Eisentraut
2012-05-14
*
Only attempt to show collations on servers >= 9.1.
Magnus Hagander
2012-05-10
*
psql: Add variable to control keyword case in tab completion
Peter Eisentraut
2012-05-08
*
Tweak psql to print row counts when \x auto chooses non-expanded output.
Robert Haas
2012-05-01
*
psql: Tab completion updates
Peter Eisentraut
2012-04-26
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
psql: Add tab completion for CREATE/ALTER ROLE name WITH
Peter Eisentraut
2012-04-18
*
Don't override arguments set via options with positional arguments.
Andrew Dunstan
2012-04-17
*
Add missing descriptions about '--timeout' and '--mode' to help
Tatsuo Ishii
2012-04-15
*
Consistently quote encoding and locale names in messages
Peter Eisentraut
2012-04-13
*
psql: Improve tab completion of WITH
Peter Eisentraut
2012-04-10
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Put back code inadvertently deleted from exit_nicely.
Robert Haas
2012-04-05
*
Update obsolete comment.
Tom Lane
2012-04-05
*
Remove useless PGRES_COPY_BOTH "support" in psql.
Tom Lane
2012-04-04
*
Arrange for on_exit_nicely to be thread-safe.
Robert Haas
2012-04-03
[next]