CVS log for pkgsrc/databases/postgresql-wal2json/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql-wal2json
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Nov 30 20:56:01 2024 UTC (11 days, 13 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
postgresql-wal2json: update to 2.6.
This adds support for pgsql 17 and has some bugfixes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 11 09:27:44 2022 UTC (2 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
postgresql-wal2json: update to 2.5.
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:09:47 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
databases: Replace RMD160 checksums with BLAKE2s checksums
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
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:35:34 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
databases: Remove SHA1 distfile hashes
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Dec 5 09:04:58 2020 UTC (4 years ago) by otis
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
databases: Add postgresql-wal2json 2.3
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.
CVSweb <webmaster@jp.NetBSD.org>