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_basebackup
/
pg_basebackup.c
Commit message (
Expand
)
Author
Age
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Sort pg_basebackup options better
Peter Eisentraut
2017-09-26
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Remove useless empty string initializations
Peter Eisentraut
2017-09-08
*
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Add missing serial comma
Peter Eisentraut
2017-06-14
*
Generate pg_basebackup temporary slot name using backend pid
Magnus Hagander
2017-05-31
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert changes to pg_basebackup and pg_waldump usage() code.
Tom Lane
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Fix typo in comment
Magnus Hagander
2017-05-15
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Avoid slow shutdown of pg_basebackup.
Tom Lane
2017-04-27
*
Write "waiting for checkpoint" on regular progress row
Magnus Hagander
2017-04-01
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Add missing progname prefix to some messages
Magnus Hagander
2017-02-26
*
Clarify the role of checkpoint at the begininng of base backups
Magnus Hagander
2017-02-26
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix help message for pg_basebackup -R
Magnus Hagander
2017-02-18
*
Replace reference to "xlog-method" with "wal-method" in error message.
Fujii Masao
2017-02-15
*
Rename command line options for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Add compression support to pg_receivexlog
Magnus Hagander
2017-01-17
*
Fix incorrect comparison due to bad merge
Magnus Hagander
2017-01-16
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
*
Use an enum instead of two bools to indicate wal inclusion in base backups
Magnus Hagander
2017-01-09
*
Make wal streaming the default mode for pg_basebackup
Magnus Hagander
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Forbid invalid combination of options in pg_basebackup.
Fujii Masao
2016-12-21
*
Add missing newline in message
Magnus Hagander
2016-12-15
*
Free walmethods before exiting
Magnus Hagander
2016-10-25
*
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-10-23
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
initdb pg_basebackup: Rename --noxxx options to --no-xxx
Peter Eisentraut
2016-10-19
*
pg_basebackup: Add --nosync option
Peter Eisentraut
2016-09-29
*
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
pg_basebackup: Clean created directories on failure
Peter Eisentraut
2016-09-12
*
Retire escapeConnectionParameter().
Noah Misch
2016-08-21
*
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-08-01
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Fix order of MemSet arguments
Magnus Hagander
2016-03-13
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
pg_basebackup: Add --slot option
Peter Eisentraut
2015-07-28
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
[next]