.. |
utils
|
Fix deadlock: properly unset loggin_in_progress
|
2018-04-27 12:49:21 +03:00 |
archive.c
|
Properly check that pglz is not supported
|
2018-01-30 16:09:24 +03:00 |
backup.c
|
Fix deadlock: unlock before pthread_exit()
|
2018-04-26 16:30:52 +03:00 |
catalog.c
|
Add more recovery options for restore/validate:
|
2018-03-20 15:49:43 +03:00 |
configure.c
|
PGPRO-584: Save and load unit name for replica-timeout
|
2017-11-22 19:21:30 +03:00 |
data.c
|
fix PGPRO-1507: null-sized files were not copied to backup
|
2018-03-16 11:53:43 +03:00 |
delete.c
|
small fix for do_retention_purge
|
2018-01-24 05:09:36 +03:00 |
dir.c
|
PGPRO-1376: Do not mark fork files as datafile
|
2018-04-27 17:12:29 +03:00 |
fetch.c
|
Fix CVE-2018-1058. Use schema name explicitly in all function calls.
|
2018-03-02 19:20:40 +03:00 |
help.c
|
set default recovery target to pause, minor fixes for help, tests coverage
|
2018-03-23 13:23:17 +03:00 |
init.c
|
Fix directory check. Now pg_probackup init uses postgresql cross platform function pg_check_dir to ensure that backup catalog is empty
|
2018-02-02 21:02:18 +03:00 |
parsexlog.c
|
fix PGPRO-1507: null-sized files were not copied to backup
|
2018-03-16 11:53:43 +03:00 |
pg_probackup.c
|
Issue #26: Lock mutex accurately, the approach wasnt thread safe
|
2018-04-25 17:24:24 +03:00 |
pg_probackup.h
|
Merge branch 'master' into pgpro_1053_697
|
2018-04-11 02:25:11 +03:00 |
restore.c
|
Merge branch 'master' into pgpro_1053_697
|
2018-04-11 02:25:11 +03:00 |
show.c
|
Make compiler happy
|
2018-02-12 18:39:50 +03:00 |
status.c
|
move sources to src/ subdir, update copyright
|
2017-06-20 12:37:10 +03:00 |
util.c
|
Add more recovery options for restore/validate:
|
2018-03-20 15:49:43 +03:00 |
validate.c
|
PGPRO-1311: Do not call exit() for thread, use pthread_exit() instead
|
2018-04-05 18:58:40 +03:00 |