agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Document wal_compression=on
6+ messages / 1 participants
[nested] [flat]

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a6cf80e5508c8de3e46b257e18117373ebbd289

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/92b129945065493e35a303d1579379e6b6c51d21

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17cc7f57a405417c72189b27e073a1f71faab372

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/225dd7ab4e6a48b1172bea26826a062f9d44f9cc

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8db58ac8eec7402af1a746621fb2910f1673db0a

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Document wal_compression=on
@ 2026-07-01 02:17  John Naylor <john.naylor@postgresql.org>
  0 siblings, 0 replies; 6+ messages in thread

From: John Naylor @ 2026-07-01 02:17 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

Document wal_compression=on

Commit 4035cd5d4 added LZ4 compression for full-page writes in WAL, and
retained "on" as a backward-compatible way to specify the builtin PGLZ
method. Document this meaning of "on" and update postgresql.conf.sample
to make the equivalence clear.

Author: Christoph Berg <myon@debian.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/akJDHRtXwGLTppsQ@msg.df7cb.de
Backpatch-through: 15

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b26e0f61451dfa0756d398129c79bbd46365b51e

Modified Files
--------------
doc/src/sgml/config.sgml                      | 1 +
src/backend/utils/misc/postgresql.conf.sample | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-07-01 02:17 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>
2026-07-01 02:17 pgsql: Document wal_compression=on John Naylor <john.naylor@postgresql.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox