Skip to content

Releases: shayonj/pg_easy_replicate

v0.2.5

14 Apr 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

13 Feb 09:00
Compare
Choose a tag to compare

What's Changed

  • Introduce PG_EASY_REPLICATE_STATEMENT_TIMEOUT env var by @shayonj in #101
  • Bump rspec from 3.12.0 to 3.13.0 by @dependabot in #98
  • Update sequel requirement from >= 5.69, < 5.77 to >= 5.69, < 5.78 by @dependabot in #99

Full Changelog: v0.2.3...v0.2.4

v0.2.3

28 Jan 16:21
Compare
Choose a tag to compare

What's Changed

  • Fix tables check in config_check by @shayonj in #93
  • add option to skip vacuum analyzing on switchover by @honzasterba in #92
  • Disable statement timeout and reset it before/after vacuum+analyze by @shayonj in #94
  • Add spec for skip_vacuum_analyze by @shayonj in #95

New Contributors

Highlights

  • You can now skip vacuum and analyze by passing --skip-vacuum-analyze to switchover. Thanks to @honzasterba
  • Vacuum and Analyze won't run into timeouts. Thanks to the report from @TrueCarry

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Jan 22:28
Compare
Choose a tag to compare

What's Changed

  • Extend config check to assert for REPLICA IDENTITY on tables and drop index bug fix by @shayonj in #89

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Jan 20:54
Compare
Choose a tag to compare

What's Changed

  • Bump rubocop-performance from 1.19.1 to 1.20.2 by @dependabot in #86
  • Update sequel requirement from >= 5.69, < 5.76 to >= 5.69, < 5.77 by @dependabot in #84
  • Bump rubocop from 1.58.0 to 1.60.1 by @dependabot in #87
  • Bump rubocop-rspec from 2.25.0 to 2.26.1 by @dependabot in #85
  • Don't attempt to drop and recreate unique indices by @shayonj in #88

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Dec 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.2.0

v0.1.12

14 Dec 01:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

13 Dec 14:49
Compare
Choose a tag to compare

What's Changed

  • Drop existing user with privileges when bootstrapping by @shayonj in #75

Full Changelog: v0.1.10...v0.1.11

v0.1.10

13 Dec 12:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

02 Aug 01:23
Compare
Choose a tag to compare

What's Changed

  • Exclude views, temporary tables and foreign tables from #list_all_tables by @tfmcloughlin in #39
  • Add quote_identifier helper for SQL identifiers. by @tfmcloughlin in #40
  • Escape db user name in queries by @shayonj in #42
  • Require english lib so that $CHILD_STATUS is loaded by @shayonj in #43
  • Bump rubocop from 1.54.2 to 1.55.0 by @dependabot in #37
  • Bump rubocop-rspec from 2.22.0 to 2.23.0 by @dependabot in #36
  • Quote indent username, dbname and schema in all places by @shayonj in #44

New Contributors

Full Changelog: v0.1.8...v0.1.9