-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support PostgreSQL v15 #229
base: master
Are you sure you want to change the base?
Commits on Jul 21, 2022
-
developments for postgresql v15
・Renamed the functions pg_start_backup()/pg_stop_backup() to pg_backup_start()/pg_backup_stop() and change the arguments of pg_backup_stop() pg_rman already supported non-exclusive mode, so we just renamed the function names and change the arguments to keeps the behavior. ・Default log_checkpoints for regression test is off. In PostgreSQL15, the default value of log_checkpoints is on. The checkpoints are automatically triggered when regression tests are run. The test failed because some log files was updated timestamp and the wrong log was deleted. So, we turned this feature off before running the test.
Configuration menu - View commit details
-
Copy full SHA for 0213aed - Browse repository at this point
Copy the full SHA 0213aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 683524f - Browse repository at this point
Copy the full SHA 683524fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f7203 - Browse repository at this point
Copy the full SHA 65f7203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21fd0ec - Browse repository at this point
Copy the full SHA 21fd0ecView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c25ff60 - Browse repository at this point
Copy the full SHA c25ff60View commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d466f13 - Browse repository at this point
Copy the full SHA d466f13View commit details
Commits on Aug 26, 2022
-
Add notes to take a backup at standby-site (ossc-db#223)
* Add notes to take a backup at standby-site * Unify 'standby site' to 'standby-site' Co-authored-by: Masahiro Ikeda <masahiro.ikeda.us@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 66bc214 - Browse repository at this point
Copy the full SHA 66bc214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6958642 - Browse repository at this point
Copy the full SHA 6958642View commit details
Commits on Sep 5, 2022
-
Fix the fail if a tablespace path has PGDATA(ossc-db#141) (ossc-db#210)
Previously, if the server has a tablespace and its path has PGDATA's path, the restore fails because mkdirs.sh doesn't work. For example, the following case fails to restore. * PGDATA path: /tmp/pgdata * tablespace path: /tmp/pgdata_tblspc So, this patch fixes the case. The root cause is the logic checking whether the file taking backup is in tablespace or PGDATA. Because it only considers their prefix, if the prefix path of tablespace is the same as PGDATA, it decides the file is in PGDATA. So, this patch changes the logic to check it has '/' after the prefix.
Configuration menu - View commit details
-
Copy full SHA for 31b1e57 - Browse repository at this point
Copy the full SHA 31b1e57View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 802c593 - Browse repository at this point
Copy the full SHA 802c593View commit details
Commits on Nov 16, 2022
-
developments for postgresql v15
・Renamed the functions pg_start_backup()/pg_stop_backup() to pg_backup_start()/pg_backup_stop() and change the arguments of pg_backup_stop() pg_rman already supported non-exclusive mode, so we just renamed the function names and change the arguments to keeps the behavior. ・Default log_checkpoints for regression test is off. In PostgreSQL15, the default value of log_checkpoints is on. The checkpoints are automatically triggered when regression tests are run. The test failed because some log files was updated timestamp and the wrong log was deleted. So, we turned this feature off before running the test.
Configuration menu - View commit details
-
Copy full SHA for e0c0036 - Browse repository at this point
Copy the full SHA e0c0036View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c8872 - Browse repository at this point
Copy the full SHA a2c8872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce8c2e - Browse repository at this point
Copy the full SHA 2ce8c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f359a - Browse repository at this point
Copy the full SHA b1f359aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05456ba - Browse repository at this point
Copy the full SHA 05456baView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc7e73 - Browse repository at this point
Copy the full SHA bdc7e73View commit details
Commits on Dec 9, 2022
-
Fix to work --hard-copy ossc-db#236 (ossc-db#237)
The following commit(17f7109) forgot to change the index of parameters although it adds a new parameter. It makes --hard-copy not work in restore. And there is no test code to check that the default option uses symbolic links. So add some test code and modified the manual about describe the -Z option.
Configuration menu - View commit details
-
Copy full SHA for 9050f90 - Browse repository at this point
Copy the full SHA 9050f90View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c2619c - Browse repository at this point
Copy the full SHA 9c2619cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e488d - Browse repository at this point
Copy the full SHA a0e488dView commit details -
developments for postgresql v15
・Renamed the functions pg_start_backup()/pg_stop_backup() to pg_backup_start()/pg_backup_stop() and change the arguments of pg_backup_stop() pg_rman already supported non-exclusive mode, so we just renamed the function names and change the arguments to keeps the behavior. ・Default log_checkpoints for regression test is off. In PostgreSQL15, the default value of log_checkpoints is on. The checkpoints are automatically triggered when regression tests are run. The test failed because some log files was updated timestamp and the wrong log was deleted. So, we turned this feature off before running the test.
Configuration menu - View commit details
-
Copy full SHA for 054bbaf - Browse repository at this point
Copy the full SHA 054bbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412f68d - Browse repository at this point
Copy the full SHA 412f68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c8d89 - Browse repository at this point
Copy the full SHA e1c8d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5150d2 - Browse repository at this point
Copy the full SHA b5150d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7587614 - Browse repository at this point
Copy the full SHA 7587614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0576a52 - Browse repository at this point
Copy the full SHA 0576a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f58d6 - Browse repository at this point
Copy the full SHA 16f58d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a0632 - Browse repository at this point
Copy the full SHA 90a0632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a99fb - Browse repository at this point
Copy the full SHA 05a99fbView commit details -
Merge branch 'test_pg15_bate1' of https://github.com/zwyan0/pg_rman i…
…nto test_pg15_bate1
Configuration menu - View commit details
-
Copy full SHA for 6ac01c2 - Browse repository at this point
Copy the full SHA 6ac01c2View commit details