1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-04-25 21:11:48 +02:00

3601 Commits

Author SHA1 Message Date
vshepard af1711edc9 tests 2.8.2 2024-09-05 16:41:28 +02:00
vshepard 4239e7bc17 tests 2.8.2 2024-09-04 13:21:53 +02:00
vshepard 09da114fe2 Add s3 tests - fix json parsing in show 2024-05-03 15:37:54 +02:00
vshepard 99eec6e4e2 Add s3 tests 2024-05-03 10:54:40 +02:00
Alexey Savchkov 2b9c9b1880 Merge branch 'REL_2_5' 2023-11-26 21:42:53 +07:00
Alexey Savchkov 41f5baae72 Switch to the new GPG key in the Debian installation 2023-11-26 21:42:06 +07:00
Alexey Savchkov c9396ee5bc Merge REL_2_5 into master 2023-11-24 19:05:01 +07:00
Alexey Savchkov 76d2562039 Merge branch 'REL_2_5' 2023-11-24 18:12:32 +07:00
Alexey Savchkov f6f5bfa291 PBCKP-816 Update a link 2023-11-24 18:09:01 +07:00
Alexey Savchkov b5fca40c1a PBCKP-816 Store the GPG key in the recommended way 2023-11-24 17:50:21 +07:00
Daria Lepikhova b52b4d9fcb PBCKP-816: Remove version 10 from pg_probackup docs 2023-11-24 16:03:19 +07:00
Alexey Savchkov 72a9605217 Fix a typo 2023-11-23 11:08:30 +07:00
Daniel Shelepanov 363024d5f8 Documentation hot fix 2023-11-22 14:13:35 +07:00
Elena Indrupskaya 7c29b63e2f [DOC] [PGPRO-7104] Remove outdated options and PostgreSQL versions from documentation [skip travis] 2023-11-22 14:05:51 +07:00
Alexey Savchkov 623b659fe8 Add the installation steps on various systems 2023-11-22 12:06:56 +07:00
Alexey Savchkov 8408753f8d Cherry-pick Add the 16th version in Readme 2023-11-22 11:56:44 +07:00
Alexey Savchkov 3963f39ce6 PBCKP-624 Remove outdated installation instructions for Standard and Enterprise 2023-11-22 11:49:28 +07:00
Yura Sokolov de531e62e4 PBCKP-797: fix race condition by waiting
and filling same amount of rows.
2023-11-13 15:26:23 +03:00
Yura Sokolov 70b97d8516 declare XID_FMT for PGPRO_EE if not defined 2023-11-13 15:23:07 +03:00
oleg gurev 3207d6c636 PBCKP-782 doc added note in Remote Mode section 2023-11-08 13:44:51 +03:00
Alexey Savchkov eb16026625 Add psycopg2 to the testing environment 2023-11-02 00:35:38 +07:00
Alexey Savchkov 006344366a Merge master into REL_2_5 2023-11-02 00:29:01 +07:00
Alexey Savchkov 48efe9086f Add the 16th version in Readme 2.5.13 2023-10-28 19:28:33 +07:00
Alexey Savchkov c7ca6cb9c7 Up version 2023-10-28 09:05:31 +07:00
Viktoriia Shepard 915d066554 fix tests for Pg16 and EE16 2023-10-27 19:50:03 +02:00
z.kasymalieva 4868daae34 [PBCKP-770] The line informing that the remote mode parameters are added to PG_PROBACKUP.CONF has been removed; the set_config command must be used instead. 2023-10-18 15:50:14 +03:00
Victor Spirin eb5ccf91b8 PBCKP-751: Fixed for PG 16 build and removed some compilation warnings. 2023-09-21 17:32:59 +03:00
Sergey Fukanchik 9762426ce9 PBCKP-732 ignore PGDATA setting in catchup mode as we use --source-pgdata instead 2023-09-21 11:08:24 +00:00
Sergey Fukanchik a29e378f34 PBCKP-698 allow relative paths in dir_create_dir 2023-09-18 19:48:22 +03:00
Viktoria Shepard db12a039f6 PBCKP-604 doc add option --destroy-all-other-dbs 2023-05-26 19:38:57 +03:00
Yuriy Sokolov c9fc20b898 PBCKP-604: Allow partial incremental restore only with a flag --destroy-all-other-dbs 2023-05-26 19:36:05 +03:00
Alexey Savchkov 754f02228e PBCKP-624 Remove outdated installation instructions for Standard and Enterprise 2023-05-24 20:28:04 +07:00
Victor Spirin 0690f8d10e [PBCKP-602] Added saving full size for non data files. 2023-04-24 18:22:28 +03:00
Yura Sokolov d6721662ec Use _chsize_s on windows to grow file
Looks like "seek after file end and write" doesn't work
correctly in Windows. We have to grow file before.

Met occasionally on GitHub actions run. Could not reproduce
locally.
2.5.12
2023-04-18 21:48:05 +03:00
Yura Sokolov b7551bd2bf PBCKP-91: delete "\r" in windows command output. 2023-04-18 21:25:30 +03:00
Yura Sokolov 279c98140f PGPRO-552: use uint32 in some places 2023-04-15 14:48:17 +03:00
Alexey Savchkov a04f00aacc Up version 2023-03-28 17:23:44 +07:00
s.fukanchik c0b8eb7c20 PBCKP-91 fix grammar in probackup's log messages 2023-03-27 21:47:17 +03:00
Victor Spirin 91ebe718ba [PBCKP-528] Fixed memory leaks and some minor bugs. 2023-03-16 12:47:03 +03:00
s.fukanchik 2e6d20dba0 PBCKP-191 serialize wal segment push finalization 2023-03-12 19:59:17 +03:00
Daria Lepikhova 9727a98976 PBCKP-422: Fix is_enterprise checking for upstream and pgpro. Add is_pgpro checking 2023-03-10 18:24:46 +03:00
Yura Sokolov 3c111262af compatibility tests: skip if PGPROBACKUPBIN_OLD is not set 2023-03-07 18:23:48 +03:00
Sergey Fukanchik be2b90bd3f PBCKP-553 fix a typo in merge preconditions check 2023-03-06 13:34:53 +03:00
Vyacheslav Makarov 7249b10be0 [PBCKP-247]: typo in the option_get_value function. 2023-03-06 12:26:55 +03:00
v.shepard 4c001e86f4 Style and typo fixes in pg_probackup.c, pg_probackup.h 2023-03-06 11:58:03 +03:00
Yura Sokolov cbf2bf9dde Merge remote-tracking branch 'origin/REL_2_5' into REL_2_5 2023-02-28 22:58:09 +03:00
Daniel Shelepanov a2387b5134 [PBCKP-211] got rid of timezone hack, tzset() allowed on every platform
Now if UTC is true in time2iso we just use strftime to format string and
add +00 timezone
2023-02-28 21:56:07 +03:00
Yura Sokolov 297dd2a7eb test for previous commit 2023-02-10 15:07:25 +03:00
Yura Sokolov c8909b825e Fix warning in get_backup_filelist
pg_multixact contains files which looks like db files,
but they are not.

get_backup_filelist should not pass to set_forkname files
not in db folder nor `global` folder.
2023-02-09 15:33:10 +03:00
Yura Sokolov 92a4d56cd5 Merge remote-tracking branch 'origin/REL_2_5' into REL_2_5 2023-01-20 04:08:41 +03:00