summaryrefslogtreecommitdiff
path: root/databases/postgresql-wal2json
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11postgresql-wal2json: update to 2.5.wiz2-10/+9
2.5 Notable changes in this release include: fix bug that prevents a default value to be printed in v1 after a TRUNCATE document that write-in-chunks parameter is only used for v1 add include-type-oids support in v2 array type does not print the correct type name add lag tracking support (lag time in pg_stat_replication) add support to PostgreSQL 15 2.4 Notable changes in this release include: Don't rely on index attribute names for primary key Filter was not applied for TRUNCATE Avoid duplicate double quotes for type names Refactor filter code to be used by both wal2json formats documentation improvements
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2020-12-05databases: Add postgresql-wal2json 2.3otis4-0/+45
wal2json is an output plugin for logical decoding. It means that the plugin have access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API.