Commit Graph

71 Commits (00cdd83521cfdaaff0f566ebeadecc2cad4d51cf)

Author SHA1 Message Date
Tom Lane 00cdd83521 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Alvaro Herrera 0cd836a4e8 Measure string lengths only once 10 years ago
Tom Lane 32f628be74 Fix assorted inconsistencies in our calls of readlink(). 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andrew Dunstan 72d422a522 Map basebackup tablespaces using a tablespace_map file 10 years ago
Heikki Linnakangas 179cdd0981 Add macros to check if a filename is a WAL segment or other such file. 10 years ago
Peter Eisentraut 23a78352c0 Error when creating names too long for tar format 10 years ago
Andres Freund ff44fba46c Replace walsender's latch with the general shared latch. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 2c0a485896 Prevent WAL files created by pg_basebackup -x/X from being archived again. 11 years ago
Fujii Masao a26ae56f51 Fix typos in comments. 11 years ago
Magnus Hagander 8232d6df4c Ensure cleanup in case of early errors in streaming base backups 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 11 years ago
Stephen Frost 5592ebac55 Another round of Coverity fixes 11 years ago
Alvaro Herrera ef5856fd9b Allow BASE_BACKUP to be throttled 12 years ago
Robert Haas 278c94209b pg_basebackup: Skip only the *contents* of pg_replslot. 12 years ago
Fujii Masao 3e8554a54a Make pg_basebackup skip temporary statistics files. 12 years ago
Robert Haas 858ec11858 Introduce replication slots. 12 years ago
Fujii Masao dd515d4082 Change the suffix of auto conf temporary file from "temp" to "tmp". 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Magnus Hagander b168c5ef27 Avoid including tablespaces inside PGDATA twice in base backups 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Magnus Hagander db4ef73760 Don't crash when pg_xlog is empty and pg_basebackup -x is used 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 28ba260906 In base backup, only include our own tablespace version directory. 12 years ago
Peter Eisentraut 4f36292669 Add quotes to messages 13 years ago
Heikki Linnakangas 0b6329130e Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. 13 years ago
Heikki Linnakangas b0daba57bb Tolerate timeline switches while "pg_basebackup -X fetch" is running. 13 years ago
Magnus Hagander 794397ae1d Move tar function headers to pgtar.h 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Magnus Hagander f5d4bdd3a5 Unify some tar functionality across different parts 13 years ago
Heikki Linnakangas 36e4456d78 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Heikki Linnakangas abfd192b1b Allow a streaming replication standby to follow a timeline switch. 13 years ago
Heikki Linnakangas fd5942c18f Use the regular main processing loop also in walsenders. 13 years ago
Tom Lane 05b555d12b Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 13 years ago
Heikki Linnakangas 0ab9d1c4b3 Replace XLogRecPtr struct with a 64-bit integer. 13 years ago
Heikki Linnakangas dfda6ebaec Don't waste the last segment of each 4GB logical log file. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane ed61127be4 Cast some printf arguments to avoid possibly-nonportable behavior. 13 years ago
Simon Riggs 8366c7803e Allow pg_basebackup from standby node with safety checking. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 0d0ec527af Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 1f422db663 Avoid using readlink() on platforms that don't support it 14 years ago
Heikki Linnakangas b436c72f61 Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Magnus Hagander d1e25b78f9 Exclude postmaster.opts from base backups 14 years ago
Alvaro Herrera 86822df9b5 Split walsender.h in public/private headers 14 years ago
Alvaro Herrera 295e7dc929 Tweak string for uniformity 14 years ago