Commit Graph

145 Commits (5da14938f7bfb96b648ee3c47e7ea2afca5bcc4a)

Author SHA1 Message Date
Tom Lane 066bc21c0e Simplify do_pg_start_backup's API by opening pg_tblspc internally. 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Simon Riggs 98267ee83e Exclude pg_internal.init from BASE_BACKUP 8 years ago
Andres Freund 31079a4a8e Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Alvaro Herrera ebd346caf4 Correct base backup throttling 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Robert Haas 19dc233c32 Add pg_current_logfile() function. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Magnus Hagander 10238fad03 Fix base backup rate limiting in presence of slow i/o 9 years ago
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Peter Eisentraut 6ad8ac6026 Exclude additional directories in pg_basebackup 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
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. 11 years ago
Peter Eisentraut 23a78352c0 Error when creating names too long for tar format 11 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 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Stephen Frost 5592ebac55 Another round of Coverity fixes 12 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