8000 Tags · emuhedo/wal-g · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: emuhedo/wal-g

Tags

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wal-g#233 from x4m/fix_gcp

Fix ListFolder returning superflous '/' char at name of every object

v0.1.17

Toggle v0.1.17's commit message
Fix possible deadlock in background WAL uploader

Stop() of background uploader was acquiring upload scan mutex. Under
this mutex, it was disallowing new uploads and awaits finish of all
spawned uploads. But scan process has to acquire that mutex too.
In various race outcomes, upload could deadlock with Stop().

Now Stop() awaits for finished uploads with the released mutex.
Mutex guards that upload is not started if Stop() in progress.

With current mutex guards, we could relax all atomic operations
with bgUploader.parallelWorkers, but this requires extra refactoring,
now we should just fix the bug.

v0.2.7

Toggle v0.2.7's commit message
Moved backup finishing function from TarBall (wal-g#199)

v0.1.16

Toggle v0.1.16's commit message
Fix upload race condition with high disk concurrency (wal-g#198)

v0.2.6

Toggle v0.2.6's commit message
Reading GPG keys from files using environment variables (wal-g#173)

* Reading GPG keys from files using environment variables

* Little refactor

* Update crypto_comp_test.go

* Little refactor

* Fixes after review

* Update cleanup.sh

* Remove debug string

* Added README.md

* Fix tests

* Fix README.md

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wal-g#185 from Tinsane/table_changes

Fixed bug with ghost file during increment

v0.2.4

Toggle v0.2.4's commit message
Fix pg_control check for WAL-E backups (wal-g#169)

* Fix pg_control check for WAL-E backups

Currently, WAL-E backup restoration was broken since preprelease 0.2.1+
We were checking for pg_control before understanding that it is not necessary. This commit fixes it.

v0.2.3

Toggle v0.2.3's commit message
Allow overwriting existing file during backup-fetch

v0.2.2

Toggle v0.2.2's commit message
fixed issue with existing files when retrying

v0.2.1

Toggle v0.2.1's commit message
Fix review notices

0