Skip to content

Tags: hazbo/wal2json

Tags

wal2json_2_4

Toggle wal2json_2_4's commit message
Stamp 2.4

wal2json_2_3

Toggle wal2json_2_3's commit message
Fix an oversight in format 2: nextlsn

Format 2 (1b0cbac) forgot to add
nextlsn. Format 1 includes this information if include-lsn is provided.
This information can be useful for applications that use LSN position as
a restart point.

wal2json_2_2

Toggle wal2json_2_2's commit message
Add macro for backward compatibility

UInt64GetDatum was introduced in 9.6. I forgot to test old stable
versions and didn't get it. Fortunately, @df7cb reported it.

wal2json_2_1

Toggle wal2json_2_1's commit message
Use correct format specifier

uint64 should use UINT64_FORMAT instead of %lu because format specifier
depends on a type probe. It suppresses a compiler warning.

wal2json_2_0

Toggle wal2json_2_0's commit message
Adjust instructions

Use default max_replication_slots value as suggestion for examples /
tests.

wal2json_1_0

Toggle wal2json_1_0's commit message
Improve style