index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Age
Commit message (
Expand
)
Author
2018-08-03
Use correct path for tablspaces while creating a basebackup
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-19
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-28
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-05-28
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-02-24
Error when creating names too long for tar format
Peter Eisentraut
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2014-06-11
Fix typos in comments.
Fujii Masao
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-25
pg_basebackup: Skip only the *contents* of pg_replslot.
Robert Haas
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-27
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-08-24
Don't crash when pg_xlog is empty and pg_basebackup -x is used
Magnus Hagander
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-02-23
Add quotes to messages
Peter Eisentraut
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
[next]