pullrequests Search Results · repo:postgrespro/pg_probackup language:Python
Filter by
147 results
(125 ms)147 results
inpostgrespro/pg_probackup (press backspace or delete to remove)Add compression and decompression of ptrack.map using internal libraries.
kr1llin
- 1
- Opened 29 days ago
- #658
Added support for compression and decompression of ptrack.map. Compression during backup, decompression during restore.
kr1llin
- Opened on Sep 14
- #657
Alexpux
- 1
- Opened on Jul 2
- #653
When I build pg_probackup with PostgreSQL REL_17_STABLE, I encountered the following warning:
$ make USE_PGXS=1 top_srcdir=/home/japin/Codes/pg/REL_17_STABLE -s
src/utils/file.c: In function ‘fio_gzread’: ...
japinli
- 1
- Opened on Jun 4
- #652
If we use segsize 4GB, e.g. ./configure --prefix=/store2/Workspace/bin/pg16 --enable-debug --with-segsize=5 CFLAGS=-O2
the backup or restore will be failed in the validate step:
INFO: Database backup ...
ThinkJ001
- Opened on Oct 17, 2024
- #638
demonolock
- Opened on Sep 11, 2024
- #635
New names: full2_id [was fulle2_id] full1_conf_file [was fulle1_conf_file] full2_conf_file [was fulle2_conf_file]
New asserts:
- self.show_pb(backup_dir, node , full1_id)[ status ] is CORRUPT
- self.show_pb(backup_dir, ...
dmitry-lipetsk
- 1
- Opened on Jul 25, 2024
- #633
test_corrupt_backup_content generates an incorrect assert message that was gotten (through copy paste) from
test_remove_instance_config.
Both messages in test_remove_instance_config and test_corrupt_backup_content ...
dmitry-lipetsk
- Opened on Jul 25, 2024
- #632
It is a fix for python tests execution error:
ModuleNotFoundError: No module named distutils
See issue #628 for details.
dmitry-lipetsk
- Opened on Jul 24, 2024
- #629
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.
Fixes #585
funny-falcon
- Opened on Feb 9, 2023
- #586