agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedpgsql: Report undefined jsonpath variable when no variables are supplie
2026-06-18 06:52 UTC Amit Langote <amitlan@postgresql.org>
` pgsql: Report undefined jsonpath variable when no variables are supplie
2026-06-18 06:56 UTC Amit Langote <amitlan@postgresql.org>
` pgsql: Report undefined jsonpath variable when no variables are supplie
2026-06-18 06:57 UTC Amit Langote <amitlan@postgresql.org>
[3+ messages in thread]
pgsql: Make GetSnapshotData() more resilient on out-of-memory errors
2026-06-18 05:14 UTC Michael Paquier <michael@paquier.xyz>
pgsql: Avoid stale slot access after dropping obsolete synced slots.
2026-06-18 04:27 UTC Amit Kapila <akapila@postgresql.org>
` pgsql: Avoid stale slot access after dropping obsolete synced slots.
2026-06-18 04:27 UTC Amit Kapila <akapila@postgresql.org>
` pgsql: Avoid stale slot access after dropping obsolete synced slots.
2026-06-18 04:27 UTC Amit Kapila <akapila@postgresql.org>
[3+ messages in thread]
pgsql: Fix PANIC with track_functions due to concurrent drop of pgstats
2026-06-18 02:50 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix PANIC with track_functions due to concurrent drop of pgstats
2026-06-18 02:50 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix PANIC with track_functions due to concurrent drop of pgstats
2026-06-18 02:50 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix PANIC with track_functions due to concurrent drop of pgstats
2026-06-18 02:50 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix PANIC with track_functions due to concurrent drop of pgstats
2026-06-18 02:50 UTC Michael Paquier <michael@paquier.xyz>
[5+ messages in thread]
pgsql: Doc: Clarify that publication exclusions track table identity.
2026-06-18 02:33 UTC Amit Kapila <akapila@postgresql.org>
pgsql: doc PG 19 relnotes: remove VALIDATE CONSTRAINT lock item
2026-06-18 01:34 UTC Bruce Momjian <bruce@momjian.us>
pgsql: Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
2026-06-18 01:22 UTC Fujii Masao <fujii@postgresql.org>
pgsql: doc PG 19 relnotes: mention pg_dump{all} & standard_conforming_s
2026-06-17 23:33 UTC Bruce Momjian <bruce@momjian.us>
pgsql: Avoid errors during ALTER SUBSCRIPTION.
2026-06-17 22:52 UTC Jeff Davis <jdavis@postgresql.org>
pgsql: oauth: Skip call-count test for libcurl 8.20.0
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
` pgsql: oauth: Skip call-count test for libcurl 8.20.0
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
[2+ messages in thread]
pgsql: libpq-oauth: Print libcurl version with OAUTHDEBUG_UNSAFE_TRACE
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
` pgsql: libpq-oauth: Print libcurl version with OAUTHDEBUG_UNSAFE_TRACE
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
[2+ messages in thread]
pgsql: oauth_validator: Print captured stderr after call-count failure
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
` pgsql: oauth_validator: Print captured stderr after call-count failure
2026-06-17 20:55 UTC Jacob Champion <jchampion@postgresql.org>
[2+ messages in thread]
pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
2026-06-17 15:04 UTC Tom Lane <tgl@sss.pgh.pa.us>
[6+ messages in thread]
pgsql: vacuumdb: Fix --missing-stats-only for partitioned indexes.
2026-06-17 14:19 UTC Nathan Bossart <nathan@postgresql.org>
` pgsql: vacuumdb: Fix --missing-stats-only for partitioned indexes.
2026-06-17 14:19 UTC Nathan Bossart <nathan@postgresql.org>
[2+ messages in thread]
pgsql: Fix pgstat_count_io_op_time() calls passing incorrect informatio
2026-06-17 07:10 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix pgstat_count_io_op_time() calls passing incorrect informatio
2026-06-17 07:10 UTC Michael Paquier <michael@paquier.xyz>
[2+ messages in thread]
pgsql: Silence uninitialized-variable warning.
2021-11-07 17:18 UTC Tom Lane <tgl@sss.pgh.pa.us>
` pgsql: Silence uninitialized variable warning with some compiler versio
2026-06-17 06:03 UTC Heikki Linnakangas <heikki.linnakangas@iki.fi>
[2+ messages in thread]
pgsql: Add tuple deformation test for virtual generated columns
2026-06-17 04:58 UTC David Rowley <drowley@postgresql.org>
pgsql: Fix error message typo.
2026-01-13 03:11 UTC Jeff Davis <jdavis@postgresql.org>
` pgsql: Fix error message typo.
2026-06-17 03:57 UTC Tatsuo Ishii <ishii@postgresql.org>
[2+ messages in thread]
pgsql: Fix RI fast-path for domain-typed FK columns
2026-06-17 02:17 UTC Amit Langote <amitlan@postgresql.org>
pgsql: Fix to not allow null treatment to non window functions.
2026-06-17 01:14 UTC Tatsuo Ishii <ishii@postgresql.org>
pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: Fix another instability in recovery TAP test 004_timeline_switch
2026-06-16 23:42 UTC Michael Paquier <michael@paquier.xyz>
[6+ messages in thread]
pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
` pgsql: logical decoding: Correctly free speculative insertion
2026-06-16 16:35 UTC Álvaro Herrera <alvherre@kurilemu.de>
[6+ messages in thread]
pgsql: Add CONCURRENTLY option to REPACK
2026-04-06 19:56 UTC Álvaro Herrera <alvherre@kurilemu.de>
` Re: pgsql: Add CONCURRENTLY option to REPACK
2026-04-07 15:24 UTC Aleksander Alekseev <aleksander@tigerdata.com>
` Re: pgsql: Add CONCURRENTLY option to REPACK
2026-06-16 12:30 UTC Álvaro Herrera <alvherre@kurilemu.de>
[3+ messages in thread]
pgsql: concurrent repack: check there are no leftover toast attribs
2026-06-16 12:28 UTC Álvaro Herrera <alvherre@kurilemu.de>
pgsql: pg_restore: Use dependency-based matching for STATISTICS DATA
2026-06-16 06:58 UTC Michael Paquier <michael@paquier.xyz>
` pgsql: pg_restore: Use dependency-based matching for STATISTICS DATA
2026-06-16 06:58 UTC Michael Paquier <michael@paquier.xyz>
[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