1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00
Backup and recovery manager for PostgreSQL https://postgrespro.github.io/pg_probackup/
Go to file
Michael Paquier 1bc0f9baff Support pg_rman for PG_VERSION_NUM >= 9.3
In Postgres 9.3, XLogRecPtr has been changed to a unique uint64, making
the old structure based on two uint32 obsolete. Note that this makes
pg_rman incompatible with PG <= 9.2.
2013-12-10 03:21:07 +09:00
data/sample_backup Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
expected - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
pgsql_src Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
pgut - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
script Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
SPECS - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
sql - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
.gitignore Add .gitignore for project 2013-12-10 02:32:17 +09:00
backup.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00
catalog.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00
clean.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
COPYRIGHT revised for pg_rman1.2.2 2011-11-28 04:22:05 +00:00
data.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00
db.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
delete.c - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
dir.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00
file.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
init.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
Makefile revised for pg_rman1.2.2 2011-11-28 04:22:05 +00:00
parray.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
parray.h Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
pg_crc.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
pg_ctl.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
pg_rman.c - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
pg_rman.h - Fix possible broken backup which is getting from standby. 2013-09-09 09:00:13 +00:00
queue.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
restore.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00
show.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
util.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
utils.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
validate.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
verify.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
xlog.c Support pg_rman for PG_VERSION_NUM >= 9.3 2013-12-10 03:21:07 +09:00