1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
pg_probackup/sql
Michael Paquier f2c523b1ee Remove un-needed WAL segments from archive at backup deletion
During the execution of the "delete" command, the oldest start LSN is saved
and used to determine what is the oldest WAL segment that needs to be kept
for the existing backups. Like pg_archivecleanup, the implemented logic
ignores the timeline part of the WAL segment name, ensuring that a segment
from a parent timeline will not be removed prematurely. This logic could
be made more complicated regarding this matter, but in order to take backups
from a node on a given timeline this is far enough.
2016-01-18 16:11:47 +09:00
..
backup.sh Make regression tests more verbose 2016-01-15 13:29:19 +09:00
backup.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
common.sh Page-level backup using block tracking in WAL records 2016-01-15 23:47:38 +09:00
delete.sh Remove --compress-data/-Z 2016-01-14 15:19:38 +09:00
delete.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
init.sh Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
init.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
option.sh Remove un-needed WAL segments from archive at backup deletion 2016-01-18 16:11:47 +09:00
option.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
restore.sh Make regression tests more verbose 2016-01-15 13:29:19 +09:00
restore.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00
show.sh Remove --compress-data/-Z 2016-01-14 15:19:38 +09:00
show.sql Incorporate new test facility in pg_arman 2016-01-13 14:57:51 +09:00