1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
Backup and recovery manager for PostgreSQL https://postgrespro.github.io/pg_probackup/
Go to file
itagaki.takahiro e3b9fd4e16 Use join_path_components() if possible.
git-svn-id: http://pg-rman.googlecode.com/svn/trunk@27 182aca00-e38e-11de-a668-6fd11605f5ce
2009-12-27 07:30:55 +00:00
data/sample_backup First import. 2009-12-08 00:21:28 +00:00
expected Support multiple versions of postgres servers with one pg_rman binary. 2009-12-13 08:54:34 +00:00
pgsql_src First import. 2009-12-08 00:21:28 +00:00
pgut Adjust to be able to build on 8.3 or older versions. 2009-12-18 02:26:19 +00:00
sql First import. 2009-12-08 00:21:28 +00:00
backup.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
catalog.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
COPYRIGHT First import. 2009-12-08 00:21:28 +00:00
data.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
delete.c Fix a critical bug that pg_rman cannot restore database from incremental backup. Backup itself worked correctly, but restore command broke database files. 2009-12-22 07:36:31 +00:00
dir.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
init.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
Makefile First import. 2009-12-08 00:21:28 +00:00
parray.c Adjust to be able to build on 8.3 or older versions. 2009-12-18 02:26:19 +00:00
parray.h First import. 2009-12-08 00:21:28 +00:00
pg_rman.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
pg_rman.h Fix typo and cleanup. 2009-12-22 22:47:10 +00:00
restore.c Use join_path_components() if possible. 2009-12-27 07:30:55 +00:00
show.c First import. 2009-12-08 00:21:28 +00:00
util.c First import. 2009-12-08 00:21:28 +00:00
validate.c Fix a critical bug that pg_rman cannot restore database from incremental backup. Backup itself worked correctly, but restore command broke database files. 2009-12-22 07:36:31 +00:00
xlog.c Fix typo and cleanup. 2009-12-22 22:47:10 +00:00