| Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
|
|
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.
|