1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00
Commit Graph

3516 Commits

Author SHA1 Message Date
Mikhail A. Kulagin
03ad0d092a Version 2.5.7 2022-08-19 11:44:58 +03:00
Elena Indrupskaya
fffebdc0b3 [DOC] [PGPRO-6635] Update pg_probackup documentation for version 2.5.7 [skip travis] 2022-08-17 16:05:44 +03:00
Vyacheslav Makarov
cba05ddb4a Merge branch 'PBCKP-169' into REL_2_5 2022-08-16 12:53:01 +03:00
Vyacheslav Makarov
1e6cf10c87 [PBCKP-169]: adding json format for logs.
Added 2 flags.
  --log-format-console=plain|json
  --log-format-file=plain|json

  Option 'log-format-console' set only from terminal.
2022-08-16 12:50:38 +03:00
Ivan Lazarev
f88410e5d7 [PBCKP-220] hotfix for PtrackTest 2022-08-16 12:42:46 +03:00
Daniel Shelepanov
9f2ded020b
Merge pull request #506 from postgrespro/PBCKP-216-float_locale
Pbckp 216 float locale
2022-08-09 12:51:59 +03:00
Daniel Shelepanov
c0c07ac2ff [PBCKP-216] Setting C locale globally, env locale is only set while doing while printing big tables
...in order to impose dot-based floating point representation on logging and JSON-representation

tags: pg_probackup
2022-08-08 13:00:42 +03:00
Ivan Lazarev
88b50dabc5
Merge pull request #517 from postgrespro/PBCKP-220-ptracktest-hotfix
[PBCKP-220] hotfix for PtrackTest
2022-08-05 15:39:46 +03:00
dlepikhova
2bc096bdf0
Merge pull request #515 from postgrespro/PBCKP-170
PBCKP-170
2022-08-04 20:56:34 +05:00
Mikhail A. Kulagin
2e1950a7ff
[PBCKP-129] change catchup logging levels (#473)
* [PBCKP-129] change catchup logging level verbosity:
INFO – common information
LOG – same as INFO + info about files
VERBOSE – same as LOG + info about block and SQL queries
2022-08-04 17:16:17 +03:00
dlepikhova
a2811effa4
Merge pull request #514 from postgrespro/PBCKP-155
PBCKP-155
2022-08-04 19:06:37 +05:00
Ivan Lazarev
6d1d739400 [PBCKP-220] hotfix for PtrackTest 2022-08-04 16:15:40 +03:00
dlepikhova
a0484a2d19
Merge branch 'REL_2_5' into PBCKP-155 2022-08-04 13:22:29 +05:00
dlepikhova
786ccf0564
Merge pull request #501 from postgrespro/enable_nls_check
Add checking enable-nls option in configure
2022-08-03 18:55:43 +05:00
d.lepikhova
7591667ff8 Merge branch 'release_2_5_7' into REL_2_5 2022-08-03 18:48:13 +05:00
d.lepikhova
8ce27c9713 Add warning about using --start-time option 2022-08-03 11:51:41 +05:00
d.lepikhova
65345f20a0 Revert "Add --start-time option into help message"
This reverts commit c81c54be4c.
2022-08-01 19:59:39 +05:00
dlepikhova
9cd25f2ae8
Merge pull request #500 from postgrespro/PBCKP-153
PBCKP-153
2022-07-29 16:22:51 +05:00
Sokolov Yura
2f19f6d56d
Merge pull request #508 from postgrespro/PBCKP-231
[PBCKP-231] hotfix for python2
2022-07-12 21:17:43 +03:00
Ivan Lazarev
81c53ea0bb [PBCKP-231] hotfix for python2 2022-07-12 15:04:21 +03:00
Yura Sokolov
3071cec4f6 fix ArchiveTest.test_pgpro434_4 2022-07-11 14:50:22 +03:00
Sokolov Yura
c34a79f61f
Merge pull request #502 from postgrespro/PBCKP-220
[PBCKP-220] fix PGPROBAKUP_GDB=ON check
2022-07-11 12:44:38 +03:00
d.lepikhova
94caeb1793 Shorthand return-expression 2022-07-08 15:51:09 +05:00
Ivan Lazarev
3724401950 [PBCKP-220] final junk cleanup 2022-07-04 14:37:36 +03:00
Ivan Lazarev
3e8a08edd5 [PBCKP-220] removed FULL tests, PGPROBACKUP=ON and other flags added on CI 2022-07-04 06:04:17 +03:00
Ivan Lazarev
125c9292a6 [PBCKP-220] ALL tests with PGPROBACKUP=ON on CI 2022-07-04 02:37:38 +03:00
Ivan Lazarev
9c6e3ce3f7 [PBCKP-220] all gdb tests fixup 2022-07-01 13:52:20 +03:00
Ivan Lazarev
26939d67c4 [PBCKP-220] removed inheritance GDBObj->ProbackupTest 2022-07-01 04:00:05 +03:00
Ivan Lazarev
32aae17928 [PBCKP-220] minor updates for gdb checks, checking CI tests 2022-06-30 02:28:29 +03:00
d.lepikhova
f544da1ecd Shorthand return-expression 2022-06-29 22:18:07 +05:00
d.lepikhova
55d3fa8979 Rename enable_nls() function in ptrack_helpers.p is_nls_enabled() 2022-06-29 11:08:05 +05:00
d.lepikhova
a3ac7d5e7a Add grants for pgpro_edition 2022-06-24 17:12:26 +05:00
Victor Spirin
61cd620977 [PBCKP-153] global variable waldir_path renamed to gl_waldir_path 2022-06-24 11:36:56 +03:00
d.lepikhova
039e3c8678 Add checking enable-nls option in configure For correct work test_help_6 we need skip this test if PostgreSQL configured without --enable-nls 2022-06-22 17:04:55 +05:00
avaness
7e16642b66
[PBCKP-165] get_control_value() int64 buffer vulnerability fix (#496)
* [PBCKP-165] get_control_value() int64 buffer vulnerability fix
- added output buffer size limit check
- splitted to get_get_control_value_str() & get_control_value_int64() api
- included <assert.h> for windows build

Co-authored-by: Ivan Lazarev <i.lazarev@postgrespro.ru>
2022-06-22 12:54:20 +03:00
Sofia Kopikova
55238d572f [PBCKP-120] skip partitioned indexes for checkdb --amcheck
Tags: pg_probackup
2022-06-20 14:46:56 +03:00
Victor Spirin
e11ca786b1 [PBCKP-153] Changed expected/option_help.out and option_help_ru.out files for the tests.option.OptionTest.test_help_1 and help_6 2022-06-16 12:02:27 +03:00
avaness
acc8edcd62
minor hotfix for OptionTest.test_help_6, OptionTest.test_version_2 and tests/Readme.md FAQ (#494)
Co-authored-by: Ivan Lazarev <i.lazarev@postgrespro.ru>
2022-06-16 11:46:19 +03:00
Sokolov Yura
e72feb6813
rapid agent close + disable ssh control master. (#493) 2022-06-16 09:26:02 +03:00
Victor Spirin
48a2c835d1 [PBCKP-153] Added a test for the waldir option for the restore command 2022-06-08 17:40:49 +03:00
Victor Spirin
41855701c7 [PBCKP-153] Added waldir option for location for the write-ahead log directory (-X, --waldir=WALDIR) 2022-06-08 00:38:51 +03:00
d.lepikhova
1b75b4ed62 Add tests for --start-time option on the one and few nodes 2022-06-07 14:29:44 +05:00
Mikhail A. Kulagin
8bb0a618fb Version 2.5.6 2022-06-01 10:59:19 +03:00
dlepikhova
884e8b09f3
[pbckp-128] dry-run option for catchup (#477)
* Added dry-run option for catchup. Run catchup without affect on the files and WAL
2022-06-01 10:49:09 +03:00
d.lepikhova
c81c54be4c Add --start-time option into help message 2022-05-31 18:35:54 +05:00
d.lepikhova
3c74ebf2f9 Add --start-time option for backup 2022-05-31 18:06:14 +05:00
d.lepikhova
5f2283c8de Add backup start time as parameter for do_backup 2022-05-31 15:31:43 +05:00
d.lepikhova
55a74902fd Fix test_checkdb_with_least_privileges. Add GRANT EXECUTE on function pgpro_edition for amcheck indexes 2022-05-31 12:49:20 +05:00
d.lepikhova
02aef65853 Fix is_enterprise checking in ptrack_helpers.py 2022-05-31 11:21:59 +05:00
avaness
7be2e738a9
PBCKP-145: added check of unlogged table is restored as empty table (#490) 2022-05-27 18:56:38 +03:00