Skip to content

Tags: 2ndQuadrant/bdr

Tags

bdr-plugin/1.0.7

Toggle bdr-plugin/1.0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
gcalacoci Giulio Calacoci
Release bdr-plugin/1.0.7

bdr-plugin/1.0.7-rc2

Toggle bdr-plugin/1.0.7-rc2's commit message
Update relnotes for 1.0.7

bdr-plugin/1.0.7-rc1

Toggle bdr-plugin/1.0.7-rc1's commit message
1.0.7 release notes1.0.7 release notes

bdr-plugin/1.0.6

Toggle bdr-plugin/1.0.6's commit message
Avoid leaking current role changes in DDL apply

During the DDL apply we set the current role to the user that executed
the command on the origin server, and that change persiste until the
end of transaction. With this commit we make sure that the value is
reset at the end of bdr_execute_ddl_command function.

Closes: #267

bdr-plugin/1.0.5

Toggle bdr-plugin/1.0.5's commit message
Update to 1.0.5 in the compiled-in version too

Also enhance the regression tests to catch this in future.

bdr-plugin/1.0.3

Toggle bdr-plugin/1.0.3's commit message
Syntax fix in docs

bdr-pg/REL9_4_13-1

Toggle bdr-pg/REL9_4_13-1's commit message
Prevent false-positive walsender timeouts in logical decoding

When logical decoding is processing a long xact in ReorderBufferCommit
we could incorrectly issue a walsender timeout. Oddly this occured only
if the client was consuming data fast enough to keep the socket busy.

See https://www.postgresql.org/message-id/[email protected]

The specific patch applied here is
  v2-0001-Fix-walsender-timeouts-when-decoding-large-transacti.patch
from that thread, with minor tweaks for 9.4 differences.

bdr-pg/REL9_4_12-1

Toggle bdr-pg/REL9_4_12-1's commit message
Merge remote-tracking branch 'upstream/REL9_4_STABLE' into bdr-pg/REL…

…9_4_STABLE

In preparation for 9.4.12

bdr-pg/REL9_4_11-1

Toggle bdr-pg/REL9_4_11-1's commit message
Merge tag 'REL9_4_11' into bdr-pg/REL9_4_STABLE

This brings the CREATE INDEX CONCURRENTLY fix and other
relevant 9.4.11 changes to bdr-pg.

The only merge conflict was a trivial change in pg_dump.

bdr-pg/REL9_4_10

Toggle bdr-pg/REL9_4_10's commit message
Merge tag 'REL9_4_10' into bdr-pg/REL9_4_STABLE