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
*
Avoid dangling-pointer usage in pg_basebackup progress reports.
Tom Lane
2022-02-17
*
Add missing binary-upgrade guard.
Robert Haas
2022-02-17
*
Remove command checks in tests of pg_basebackup and pg_receivewal
Michael Paquier
2022-02-15
*
Fix thinko with subdirectories generated by pg_upgrade for internal files
Michael Paquier
2022-02-15
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Add ./configure check for "lz4" command
Michael Paquier
2022-02-14
*
Silence minor compiler warnings.
Tom Lane
2022-02-13
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
*
pg_basebackup: Allow client-side LZ4 (de)compression.
Robert Haas
2022-02-11
*
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-11
*
Make pg_ctl stop/restart/promote recheck postmaster aliveness.
Tom Lane
2022-02-10
*
Remove unnecessary resetPQExpBuffer call
Peter Eisentraut
2022-02-10
*
psql: Rename results to result when only a single one is meant
Peter Eisentraut
2022-02-10
*
Further tweaks for psql's new tab-completion logic.
Tom Lane
2022-02-09
*
Free temporary memory when reading TOC
Daniel Gustafsson
2022-02-09
*
Add (void) cast in front of rmtree() call at the end of pg_upgrade
Michael Paquier
2022-02-07
*
pg_upgrade: Move all the files generated internally to a subdirectory
Michael Paquier
2022-02-06
*
Authorize new user in pg_basebackup tests
Andrew Dunstan
2022-02-03
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-02-02
*
Improve psql tab-completion tests.
Tom Lane
2022-02-02
*
Fix server crash bug in 'server' backup target.
Robert Haas
2022-02-02
*
Treat case of tab-completion keywords a bit more carefully.
Tom Lane
2022-02-01
*
psql: improve tab-complete's handling of variant SQL names.
Tom Lane
2022-01-30
*
Add bbstreamer_gzip.c to Mkvcbuild.pm.
Robert Haas
2022-01-28
*
Tab-complete ALTER PUBLICATION ADD TABLE with list of tables
Alvaro Herrera
2022-01-28
*
Remove superfluous variable.
Robert Haas
2022-01-28
*
pg_basebackup: Cleaner handling when compression is multiply specified.
Robert Haas
2022-01-28
*
Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.
Robert Haas
2022-01-28
*
Allow server-side compression to be used with -Fp.
Robert Haas
2022-01-28
*
Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.
Robert Haas
2022-01-27
*
pg_basebackup: Fix a couple of recently-introduced bugs.
Robert Haas
2022-01-27
*
psql: Add tab completion for ALTER COLLATION / REFRESH VERSION
Peter Eisentraut
2022-01-27
*
Tidy up a few cosmetic issues related to pg_basebackup.
Robert Haas
2022-01-25
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Unbreak pg_verifybackup/t/008_untar.pl on msys
Andrew Dunstan
2022-01-24
*
Server-side gzip compression.
Robert Haas
2022-01-24
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
*
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Andrew Dunstan
2022-01-24
*
pg_basebackup: Skip a few more fsyncs if --no-sync is specified.
Andres Freund
2022-01-23
*
pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Tom Lane
2022-01-23
*
Clean up recent Coverity complaints.
Tom Lane
2022-01-23
*
Extend the options of pg_basebackup to control compression
Michael Paquier
2022-01-21
*
Support base backup targets.
Robert Haas
2022-01-20
*
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-18
*
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-17
*
tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.
Andres Freund
2022-01-17
[next]