agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Fix memset invocation
  2026-09-01 10:11 UTC  Peter Eisentraut <peter@eisentraut.org>

pgsql: Wait for checksum state transition in test
  2026-09-01 09:29 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Wait for checksum state transition in test
  2026-09-01 09:29 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
  [2+ messages in thread]

pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:19 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:20 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:20 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:20 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:21 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Handle PG_INT32_MIN negation overflow in right()
  2026-09-01 08:21 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
  [6+ messages in thread]

pgsql: Fix right() with the most negative integer
  2026-09-01 08:21 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>

pgsql: Use pg_neg_s{32,64}_overflow() for some overflow checks
  2026-09-01 05:32 UTC  Michael Paquier <michael@paquier.xyz>

pgsql: doc: reformat GRAPH_TABLE examples
  2026-09-01 03:55 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: doc: reformat GRAPH_TABLE examples
  2026-09-01 03:56 UTC  Fujii Masao <fujii@postgresql.org>
  [2+ messages in thread]

pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:44 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:44 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:44 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:44 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:44 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:45 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: Fix integer to_char() overflow with V format
  2026-09-01 02:45 UTC  Fujii Masao <fujii@postgresql.org>
  [7+ messages in thread]

pgsql: Fix misc spelling mistakes in comments, docs and tests
  2026-08-13 12:07 UTC  Heikki Linnakangas <heikki.linnakangas@iki.fi>

pgsql: Fix missing hash_seq_term()
  2026-08-13 12:07 UTC  Heikki Linnakangas <heikki.linnakangas@iki.fi>

pgsql: Remove unnecessary #include <poll.h>
  2026-08-13 12:07 UTC  Heikki Linnakangas <heikki.linnakangas@iki.fi>

pgsql: pgcrypto: remove unused field mdc_checked from PGP_Context
  2026-08-13 11:22 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>

pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
  2026-08-13 05:25 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: vacuumdb: Use ANALYZE ONLY for partitioned tables
  2026-08-13 05:25 UTC  Fujii Masao <fujii@postgresql.org>
  [2+ messages in thread]

pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
  2026-08-13 04:43 UTC  Amit Kapila <akapila@postgresql.org>
` pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording.
  2026-08-13 04:43 UTC  Amit Kapila <akapila@postgresql.org>
  [2+ messages in thread]

pgsql: doc: Clarify pgbench reporting with --continue-on-error
  2026-08-13 04:27 UTC  Fujii Masao <fujii@postgresql.org>
` pgsql: doc: Clarify pgbench reporting with --continue-on-error
  2026-08-13 04:28 UTC  Fujii Masao <fujii@postgresql.org>
  [2+ messages in thread]

pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-11 23:28 UTC  Tomas Vondra <tomas.vondra@postgresql.org>
` pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-11 23:28 UTC  Tomas Vondra <tomas.vondra@postgresql.org>
` Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-11 23:52 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-12 15:46 UTC  Tomas Vondra <tomas@vondra.me>
` Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-12 15:55 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-12 18:28 UTC  Tomas Vondra <tomas@vondra.me>
` Re: pgsql: Change wal_compression=on to the first of zstd, lz4, pglz
  2026-08-12 18:32 UTC  Tom Lane <tgl@sss.pgh.pa.us>
  [7+ messages in thread]

pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
  2026-08-12 17:17 UTC  Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
  2026-08-12 17:17 UTC  Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N
  2026-08-12 17:17 UTC  Álvaro Herrera <alvherre@kurilemu.de>
  [3+ messages in thread]

pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input.
  2026-08-12 16:49 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input.
  2026-08-12 16:49 UTC  Tom Lane <tgl@sss.pgh.pa.us>
  [2+ messages in thread]

pgsql: Avoid recalculating pgprocno in ProcArrayAdd()
  2026-08-12 14:53 UTC  Álvaro Herrera <alvherre@kurilemu.de>

pgsql: Fix stale comments/signature after commit 28d534e2ae0a
  2026-08-12 09:55 UTC  Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: Fix stale comments/signature after commit 28d534e2ae0a
  2026-08-12 09:55 UTC  Álvaro Herrera <alvherre@kurilemu.de>
  [2+ messages in thread]

pgsql: Add common LSN parser for user-supplied locations
  2026-08-12 08:08 UTC  Fujii Masao <fujii@postgresql.org>

pgsql: Use per-query timeout in subscription test
  2026-08-12 07:43 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
` pgsql: Use per-query timeout in subscription test
  2026-08-12 07:43 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>
  [2+ messages in thread]

pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
` pgsql: Fix poll_query_until() timeout handling with an undefined query
  2026-08-12 07:23 UTC  Michael Paquier <michael@paquier.xyz>
  [7+ messages in thread]

pgsql: Remove unnecessary list_free() calls in OpenTableList().
  2026-08-12 06:02 UTC  Amit Kapila <akapila@postgresql.org>

pgsql: Avoid unnecessary matview populated-state updates
  2026-08-12 05:44 UTC  Fujii Masao <fujii@postgresql.org>

pgsql: Move index statistics into their own stats kind
  2026-08-12 03:09 UTC  Michael Paquier <michael@paquier.xyz>


[next (older)]

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