agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedpgsql: Fix crash on UPDATE or DELETE of a partition pending detach.
2026-09-11 09:57 UTC Amit Kapila <akapila@postgresql.org>
` pgsql: Fix crash on UPDATE or DELETE of a partition pending detach.
2026-09-11 09:57 UTC Amit Kapila <akapila@postgresql.org>
[2+ messages in thread]
pgsql: psql: Schema-qualify catalogs in ALTER DATABASE RESET completion
2026-09-11 09:16 UTC Fujii Masao <fujii@postgresql.org>
` pgsql: psql: Schema-qualify catalogs in ALTER DATABASE RESET completion
2026-09-11 09:17 UTC Fujii Masao <fujii@postgresql.org>
` pgsql: psql: Schema-qualify catalogs in ALTER DATABASE RESET completion
2026-09-11 09:17 UTC Fujii Masao <fujii@postgresql.org>
[3+ messages in thread]
pgsql: Fall back to SPI for RI checks with mismatched index collations
2026-09-11 08:51 UTC Amit Langote <amitlan@postgresql.org>
` pgsql: Fall back to SPI for RI checks with mismatched index collations
2026-09-11 08:51 UTC Amit Langote <amitlan@postgresql.org>
[2+ messages in thread]
pgsql: Validate ALTER PUBLICATION after acquiring the publication lock.
2026-09-11 04:27 UTC Amit Kapila <akapila@postgresql.org>
` pgsql: Validate ALTER PUBLICATION after acquiring the publication lock.
2026-09-11 04:27 UTC Amit Kapila <akapila@postgresql.org>
[2+ messages in thread]
pgsql: Add relation option toast_value_type
2026-09-11 03:34 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Add static assertion to track the no-padding rule of varatt_exte
2026-09-11 02:05 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Add support for TOAST chunk_id type in binary upgrades
2026-09-11 01:55 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Revert 87b2968df0 and 0a90df58cf.
2026-09-11 01:13 UTC Jeff Davis <jdavis@postgresql.org>
` pgsql: Revert 87b2968df0 and 0a90df58cf.
2026-09-11 01:14 UTC Jeff Davis <jdavis@postgresql.org>
[2+ messages in thread]
pgsql: Fix misplaced comment in snapbuild.c.
2026-09-10 20:33 UTC Masahiko Sawada <msawada@postgresql.org>
pgsql: Rename PqMsg_Progress to PqParallelMsg_Progress.
2026-09-10 20:11 UTC Nathan Bossart <nathan@postgresql.org>
pgsql: pg_plan_advice: Add CHECK_FOR_INTERRUPTS() and check_stack_depth
2026-09-09 22:39 UTC Robert Haas <rhaas@postgresql.org>
` pgsql: pg_plan_advice: Add CHECK_FOR_INTERRUPTS() and check_stack_depth
2026-09-09 22:39 UTC Robert Haas <rhaas@postgresql.org>
` Re: pgsql: pg_plan_advice: Add CHECK_FOR_INTERRUPTS() and check_stack_depth
2026-09-10 17:41 UTC Nathan Bossart <nathandbossart@gmail.com>
` Re: pgsql: pg_plan_advice: Add CHECK_FOR_INTERRUPTS() and check_stack_depth
2026-09-10 18:12 UTC Robert Haas <robertmhaas@gmail.com>
[4+ messages in thread]
pgsql: pg_plan_advice: Document interaction with GEQO.
2026-09-10 18:06 UTC Robert Haas <rhaas@postgresql.org>
` pgsql: pg_plan_advice: Document interaction with GEQO.
2026-09-10 18:06 UTC Robert Haas <rhaas@postgresql.org>
[2+ messages in thread]
pgsql: pg_plan_advice: pgindent
2026-03-27 00:54 UTC Robert Haas <rhaas@postgresql.org>
` pgsql: pg_plan_advice: pgindent
2026-04-17 21:58 UTC Robert Haas <rhaas@postgresql.org>
` pgsql: pg_plan_advice: pgindent
2026-09-10 17:50 UTC Robert Haas <rhaas@postgresql.org>
` pgsql: pg_plan_advice: pgindent
2026-09-10 17:50 UTC Robert Haas <rhaas@postgresql.org>
[4+ messages in thread]
pgsql: Rework REPACK's documentation on clustering
2026-09-10 15:58 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: Rework REPACK's documentation on clustering
2026-09-10 15:58 UTC Álvaro Herrera <alvherre@kurilemu.de>
[2+ messages in thread]
pgsql: postgres_fdw: Adjust warning message in statistics import.
2026-09-10 08:32 UTC Etsuro Fujita <efujita@postgresql.org>
` pgsql: postgres_fdw: Adjust warning message in statistics import.
2026-09-10 08:32 UTC Etsuro Fujita <efujita@postgresql.org>
[2+ messages in thread]
pgsql: Clarify RI tuple-lock result handling comments
2026-09-10 08:18 UTC Amit Langote <amitlan@postgresql.org>
` pgsql: Clarify RI tuple-lock result handling comments
2026-09-10 08:18 UTC Amit Langote <amitlan@postgresql.org>
[2+ messages in thread]
pgsql: Remove stale comment and redundant assignment in BuildTupleHashT
2026-09-10 07:13 UTC Fujii Masao <fujii@postgresql.org>
pgsql: Remove batching from RI fast-path checks
2026-09-10 05:46 UTC Amit Langote <amitlan@postgresql.org>
pgsql: Split transaction data out of pgstats table counters
2026-09-10 04:56 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Take RI fast-path snapshot after locking referenced relation
2026-09-10 04:34 UTC Amit Langote <amitlan@postgresql.org>
` pgsql: Take RI fast-path snapshot after locking referenced relation
2026-09-10 04:35 UTC Amit Langote <amitlan@postgresql.org>
[2+ messages in thread]
pgsql: doc: Mention pg_stat_force_next_flush()
2026-09-10 04:23 UTC Michael Paquier <michael@paquier.xyz>
pgsql: pgbench: Improve handling of NULL in \gset and \aset
2026-09-10 04:11 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Fix pg_iswcased().
2026-09-10 03:44 UTC Jeff Davis <jdavis@postgresql.org>
` pgsql: Fix pg_iswcased().
2026-09-10 03:44 UTC Jeff Davis <jdavis@postgresql.org>
[2+ messages in thread]
pgsql: Fix pg_stat_progress_cluster command reporting for unprivileged
2026-09-10 02:55 UTC Fujii Masao <fujii@postgresql.org>
` pgsql: Fix pg_stat_progress_cluster command reporting for unprivileged
2026-09-10 02:56 UTC Fujii Masao <fujii@postgresql.org>
[2+ messages in thread]
pgsql: Fix REPACK command reporting in pg_stat_progress_cluster
2026-09-10 02:55 UTC Fujii Masao <fujii@postgresql.org>
` pgsql: Fix REPACK command reporting in pg_stat_progress_cluster
2026-09-10 02:56 UTC Fujii Masao <fujii@postgresql.org>
[2+ messages in thread]
[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