agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
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>

pgsql: Fix unlink() error report in KeepFileRestoredFromArchive()
  2026-08-12 00:56 UTC  Michael Paquier <michael@paquier.xyz>

pgsql: Improve GrantLockLocal() handling on out-of-memory errors
  2026-08-12 00:13 UTC  Michael Paquier <michael@paquier.xyz>

pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Tweak allocation rule for tzload()'s "union local_storage" varia
  2026-08-11 22:18 UTC  Tom Lane <tgl@sss.pgh.pa.us>
  [7+ messages in thread]

pgsql: libpq: remove unused field ssl_handshake_started from PGconn
  2026-08-11 20:09 UTC  Daniel Gustafsson <dgustafsson@postgresql.org>

pgsql: Stamp 18.6.
  2026-08-11 18:39 UTC  Tom Lane <tgl@sss.pgh.pa.us>

pgsql: Release notes for 18.6.
  2026-08-11 18:37 UTC  Tom Lane <tgl@sss.pgh.pa.us>

pgsql: Fix pg_strupper/lower/title/fold() functions to work with C loca
  2026-08-11 18:25 UTC  Heikki Linnakangas <heikki.linnakangas@iki.fi>

pgsql: Use frontend logging API in fe_utils/print.c
  2026-08-11 07:42 UTC  Peter Eisentraut <peter@eisentraut.org>
` pgsql: Use frontend logging API in fe_utils/string_utils.c
  2026-08-11 07:42 UTC  Peter Eisentraut <peter@eisentraut.org>
  [2+ messages in thread]

pgsql: Remove useless/confusing const qualifiers
  2026-08-11 07:42 UTC  Peter Eisentraut <peter@eisentraut.org>

pgsql: Remove useless ENABLE_NLS conditionals
  2026-08-11 07:42 UTC  Peter Eisentraut <peter@eisentraut.org>

pgsql: Make printTableAddCell/printTableAddHeader string argument const
  2026-08-11 07:42 UTC  Peter Eisentraut <peter@eisentraut.org>

pgsql: Show estimated number of groups for Incremental Sort in EXPLAIN
  2026-08-11 01:30 UTC  David Rowley <drowley@postgresql.org>

pgsql: Stamp 14.24.
  2026-08-10 21:00 UTC  Tom Lane <tgl@sss.pgh.pa.us>

pgsql: Stamp 15.19.
  2026-08-10 20:58 UTC  Tom Lane <tgl@sss.pgh.pa.us>

pgsql: Stamp 16.15.
  2026-08-10 20:56 UTC  Tom Lane <tgl@sss.pgh.pa.us>


[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