Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: postgrespro/ptrack

Tags

2.4.3

Toggle 2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
Merge pull request#37 from postgrespro/PBCKP-544-linkPBCKP-544 remove crc32c source patch for windows

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
Merge pull request#36 from postgrespro/PBCKP-564[PBCKP-564] Don't spam with "skip empty file" message

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
[PBKP-531] hotfix (#33)[PBKP-531] hotfixPGPROEE11 now supports ptrack for CFS---------Co-authored-by: Daniel Shelepanov <d.shelepanov@postgrespro.ru>

2.4.0

Toggle 2.4.0's commit message
Version upgrade to 2.4

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
[PGPRO-5691] move mmapped ptrack map into shared postgres memory (#19)

2.2.0

Toggle 2.2.0's commit message
Release 2.2.0TL;DR Since version 2.2 we use a different algorithm for tracking changed pages. Thus, data recorded in the `ptrack.map` using pre 2.2 versions of `ptrack` is incompatible with newer versions. After extension upgrade and server restart old `ptrack.map` will be discarded with `WARNING` and initialized from the scratch.* `ptrack` now uses two slots to record page change information. It  helps significantly reduce number of false positives with the same  `ptrack.map_size`. See#5 for details. Many thanks to@funny-falcon for  ideas, theory and review!* `ptrack_get_pagemapset()` now also displays a number of changed blocks  per file.* Added `ptrack_get_change_stat(start_lsn pg_lsn)` that can desplay statistic  of changes (number of files, pages and size in MB) since specified `start_lsn`.

2.1.2

Toggle 2.1.2's commit message
Release 2.1.2* Fix int32 overflow when doing a `ptrack` checkpoint with  `ptrack.map_size` > 16 GB.* Adjust `ptrack` checkpoint buffer for a ~20% better performance.

2.1.1

Toggle 2.1.1's commit message
Release 2.1.1* PostgreSQL 11 and 13 support. Thanks to@alubennikova.* Fixed an int32 overflow issue, when one was unable to setptrack.map_size to 2 GB and above. New limit is 32 GB.

2.1.0

Toggle 2.1.0's commit message
Release 2.1.0Both `ptrack` engine and public SQL API are now inside extension. Onlycertain required hooks have been left as a PostgreSQL core patch.Also many things have changed since 2.0.0:* Fixed many compatibility bugs: alignment issues with atomics usage on Win32,  with atomics simulation via spinlocks.* Added versioning into the `ptrack` map.* Added automated standalone testing with `pg_probackup` via travis-ci in  different modes, including a 'legacy' mode, i.e. with `EXEC_BACKEND`  and `--disable-atomics`.* Removed `pg_ptrack_get_block`.

2.0.0

Toggle 2.0.0's commit message
Ptrack is a fast block-level incremental backup engine for PostgreSQL.Currently `ptrack` codebase is split approximately 50%/50% betweenPostgreSQL core patch and extension. All public SQL API methods areplaced in the `ptrack` extension, while the main engine is still in core.Credits to:* Konstantin Knizhnik* Anastasia Lubennikova* Alexey Kondratov

[8]ページ先頭

©2009-2025 Movatter.jp