1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-25 09:01:48 +02:00
Backup and recovery manager for PostgreSQL https://postgrespro.github.io/pg_probackup/
Go to file
Michael Paquier 83f4e80a74 Always return an error in case of incorrect backup mode
Some code paths allowed an invalid backup mode to be passed, something
rather crazy as they directly depended on that...
2013-12-16 00:50:36 +09:00
data/sample_backup Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
expected Update regression output after latest commit 2013-12-16 00:35:14 +09:00
pgut Remove outdated functions in pgut 2013-12-13 01:02:43 +09:00
sql Fix regression tests 2013-12-10 18:11:32 +09:00
.gitignore Add .gitignore for project 2013-12-10 02:32:17 +09:00
backup.c Simplify code related to HAVE_DATABASE, HAVE_ARCLOG, TOTAL_READ_SIZE 2013-12-16 00:30:49 +09:00
catalog.c Always return an error in case of incorrect backup mode 2013-12-16 00:50:36 +09:00
COPYRIGHT revised for pg_rman1.2.2 2011-11-28 04:22:05 +00:00
data.c Remove outdated versions of PageHeaderData 2013-12-13 01:07:43 +09: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
fetch.c Obtain timeline ID with control file and not XLOG system function 2013-12-13 03:55:39 +09:00
init.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
Makefile Obtain timeline ID with control file and not XLOG system function 2013-12-13 03:55:39 +09: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_rman.c Always return an error in case of incorrect backup mode 2013-12-16 00:50:36 +09:00
pg_rman.h Always return an error in case of incorrect backup mode 2013-12-16 00:50:36 +09:00
restore.c Simplify code related to HAVE_DATABASE, HAVE_ARCLOG, TOTAL_READ_SIZE 2013-12-16 00:30:49 +09:00
show.c Simplify code related to HAVE_DATABASE, HAVE_ARCLOG, TOTAL_READ_SIZE 2013-12-16 00:30:49 +09:00
status.c Fix server status not correctly fetched 2013-12-13 00:29:25 +09:00
util.c Convert newline characters from CRLF to LF. 2013-01-24 06:35:48 +00:00
validate.c Simplify code related to HAVE_DATABASE, HAVE_ARCLOG, TOTAL_READ_SIZE 2013-12-16 00:30:49 +09:00
xlog.c Begin cleanup of version-related code 2013-12-12 22:20:08 +09:00