The NetBSD Project

CVS log for pkgsrc/databases/postgresql-wal2json/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql-wal2json

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 30 20:56:01 2024 UTC (4 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
postgresql-wal2json: update to 2.6.

This adds support for pgsql 17 and has some bugfixes.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 11 09:27:44 2022 UTC (2 years, 4 months 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.1: preferred, colored
Changes since revision 1.1: +5 -6 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.1: download - view: text, markup, annotated - select for diffs
Sat Dec 5 09:04:58 2020 UTC (4 years, 4 months ago) by otis
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, 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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>