| Replied (own)Follow-up patch | Support for 8-byte TOAST values, round two | about 17 hours ago |
| Replied (other) | pgstat: Flush some statistics within running transactions, take 2 | about 20 hours ago |
| Replied (other) | pgstat: Flush some statistics within running transactions, take 2 | about 21 hours ago |
| Replied (other) | pgbench: \gset and \aset should store SQL NULL as the null value | about 21 hours ago |
| Replied (other) | Improve error handling in test modules: test_extensible, test_bitmapset | about 23 hours ago |
| Replied (own) | Support for 8-byte TOAST values, round two | 1 day ago |
| Replied (other) | pgstat: Flush some statistics within running transactions, take 2 | 1 day ago |
| Replied (other) | pgbench: \gset and \aset should store SQL NULL as the null value | 2 days ago |
| Replied (other)Follow-up patch | pgstat: Flush some statistics within running transactions, take 2 | 2 days ago |
| Replied (own)Follow-up patch | Support for 8-byte TOAST values, round two | 2 days ago |
| Replied (other) | [PATCH] Optimization: avoid repeated strlen() calls in function CreateTriggerFiringOn when parsing trigger arguments | 2 days ago |
| Replied (other) | ExecForceStoreHeapTuple() loses tts_tid, so ORDER BY-op index scans project an invalid ctid | 2 days ago |
| Replied (other) | DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry | 2 days ago |
| Replied (other) | Improve error handling in test modules: test_extensible, test_bitmapset | 2 days ago |
| Replied (other) | [PATCH] Report userid to PgBackendStatus for standalone backends | 2 days ago |
| Replied (other) | Concurrent DROP TABLESPACE can miss a shared dependency | 2 days ago |
| Replied (other) | Assert in test_bms_membership(); | 2 days ago |
| Replied (other) | docs: Fixes for August 2026 minor release notes (v14-v17) | 3 days ago |
| Replied (other) | Improve error handling in test modules: test_extensible, test_bitmapset | 3 days ago |
| Replied (other) | Missing dshash cleanup in pgstat_read_statsfile() after OOM | 3 days ago |
| Replied (other) | Missing dshash cleanup in pgstat_read_statsfile() after OOM | 3 days ago |
| Replied (own)Follow-up patch | Support for 8-byte TOAST values, round two | 3 days ago |
| Replied (own)Follow-up patch | Support for 8-byte TOAST values, round two | 4 days ago |
| Replied (other) | Direct TOAST v2, faster, smaller and no migration needed | 4 days ago |
| Replied (own) | Remove toast_max_chunk_size from control file | 4 days ago |
| Started threadFirst patch | Remove toast_max_chunk_size from control file | 4 days ago |
| Replied (own) | Rename of varatt_external to varatt_external_oid | 4 days ago |
| Replied (other) | SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator | 6 days ago |
| Replied (other) | [PATCH] Fix WAL block image length diagnostic | 7 days ago |
| Replied (other) | pgstat: Flush some statistics within running transactions, take 2 | 7 days ago |
| Replied (other) | pg_upgrade: Test --check with a running source server | 7 days ago |
| Replied (other) | Use WALReadFromBuffers in more places | 7 days ago |
| Replied (other) | SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator | 7 days ago |
| Replied (own) | Support for 8-byte TOAST values, round two | 7 days ago |
| Replied (other) | Remove fcinfo from statistics update internal functions | 7 days ago |
| Replied (own)Follow-up patch | Rename of varatt_external to varatt_external_oid | 7 days ago |
| Started threadFirst patch | Rename of varatt_external to varatt_external_oid | 7 days ago |
| Replied (other) | Remove fcinfo from statistics update internal functions | 8 days ago |
| Replied (other) | pg_upgrade: Test --check with a running source server | 8 days ago |
| Replied (other) | Report index currently being vacuumed in pg_stat_progress_vacuum | 8 days ago |
| Replied (own) | Support for 8-byte TOAST values, round two | 8 days ago |
| Replied (other) | Use WALReadFromBuffers in more places | 8 days ago |
| Replied (other) | WAIT FOR command should do some query jumbling | 8 days ago |
| Replied (other) | Remove fcinfo from statistics update internal functions | 8 days ago |
| Replied (other) | Be strict when request to flush past end of WAL in WaitXLogInsertionsToFinish | 8 days ago |
| Replied (other)Follow-up patch | Remove fcinfo from statistics update internal functions | 8 days ago |
| Replied (other) | Stabilize 026_overwrite_contrecord test | 8 days ago |
| Replied (other) | SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator | 8 days ago |
| Replied (other) | SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator | 8 days ago |
| Replied (other) | Remove fcinfo from statistics update internal functions | 8 days ago |
| Replied (other) | SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator | 9 days ago |
| Replied (other) | [PATCH] Test coverage for pg_clear_attribute_stats() null arguments | 9 days ago |
| Replied (other) | Fix a typo in EnableLogicalDecoding() | 9 days ago |
| Replied (other) | WAIT FOR command should do some query jumbling | 9 days ago |
| Replied (other) | LockHasWaiters() crashes on fast-path locks | 9 days ago |
| Replied (other) | LockHasWaiters() crashes on fast-path locks | 9 days ago |
| Replied (other) | Remove fcinfo from statistics update internal functions | 9 days ago |
| Replied (other) | Code-comment typos. | 9 days ago |
| Replied (other) | Use pg_neg_s*_overflow() for open-coded negation overflow checks | 9 days ago |
| Replied (other) | [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness | 9 days ago |
| Replied (other) | [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness | 10 days ago |
| Replied (other)Follow-up patch | Remove fcinfo from statistics update internal functions | 10 days ago |
| Replied (other) | Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master | 10 days ago |
| Replied (other) | [PATCH] Test coverage for pg_clear_attribute_stats() null arguments | 10 days ago |
| Replied (other)Follow-up patch | Use pg_neg_s*_overflow() for open-coded negation overflow checks | 10 days ago |
| Replied (other) | Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master | 11 days ago |
| Replied (other) | pg_restore_attribute_stats() accepts non-finite values | 11 days ago |
| Replied (other) | [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness | 11 days ago |
| Replied (other) | WAIT FOR command should do some query jumbling | 11 days ago |
| Replied (other) | Fix pg_stat_statements losing normalized query text after reset | 11 days ago |
| Replied (other) | Use pg_neg_s*_overflow() for open-coded negation overflow checks | 11 days ago |
| Replied (other) | Internal error codes triggered by regression tests and user queries, take 2 | 11 days ago |
| Replied (other) | WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts | 11 days ago |
| Replied (other) | Add starelid, attnum to pg_stats and leverage this in pg_dump | 11 days ago |
| Replied (other) | [PATCH] Add tests for src/backend/nodes/extensible.c | 11 days ago |
| Replied (other) | WAIT FOR command should do some query jumbling | 11 days ago |
| Replied (other) | BUG #19629: pg_restore_relation_stats reports XX000 instead of proper SQLSTATE for input validation errors | 17 days ago |
| Replied (other) | Thread-safe stringToNode() / pg_strtok() | 18 days ago |
| Replied (other) | Changing the state of data checksums in a running cluster | 18 days ago |
| Replied (other) | Reduce memory overheads for storing a Memoize tuple | 19 days ago |
| Replied (other) | Thread-safe stringToNode() / pg_strtok() | 19 days ago |
| Replied (other) | [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG | 20 days ago |
| Replied (other) | [PATCH] Several refactorings for pg_dump | 20 days ago |
| Replied (other) | Thread-safe stringToNode() / pg_strtok() | 20 days ago |
| Replied (other) | Reduce memory overheads for storing a Memoize tuple | 21 days ago |
| Replied (other) | use of SPI by postgresImportForeignStatistics | 21 days ago |
| Replied (other)Follow-up patch | [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG | 21 days ago |
| Replied (other) | Fix small psql slash option leaks | 21 days ago |
| Replied (other) | Thread-safe stringToNode() / pg_strtok() | 21 days ago |
| Replied (other) | [PATCH] Several refactorings for pg_dump | 21 days ago |
| Replied (other) | [PATCH] ecpg: fix missing NULL check in ecpg_store_input | 21 days ago |
| Replied (other) | test_aio: Fix broken error recovery assertions in 001_aio | 21 days ago |
| Replied (other) | Report index currently being vacuumed in pg_stat_progress_vacuum | 21 days ago |
| Replied (other) | BUG #19632: RULE rewriting crashes with XX000 when RETURNING old/new references a system column | 21 days ago |
| Replied (other) | BUG #19629: pg_restore_relation_stats reports XX000 instead of proper SQLSTATE for input validation errors | 21 days ago |
| Replied (other) | BUG #19632: RULE rewriting crashes with XX000 when RETURNING old/new references a system column | 21 days ago |
| Replied (other) | BUG #19623: Postmaster livelocks respawning io workers when children die after crash restart; pg_ctl stop fails | 22 days ago |
| Replied (other) | BUG #19623: Postmaster livelocks respawning io workers when children die after crash restart; pg_ctl stop fails | 22 days ago |
| Replied (other) | BUG #19623: Postmaster livelocks respawning io workers when children die after crash restart; pg_ctl stop fails | 22 days ago |
| Replied (other) | BUG #19627: 32,768 trigger arguments wrap `tgnargs` and are silently lost at runtime | 22 days ago |
| Replied (other) | BUG #19632: RULE rewriting crashes with XX000 when RETURNING old/new references a system column | 22 days ago |
| Replied (other) | test_aio: Fix broken error recovery assertions in 001_aio | 22 days ago |
| Replied (other) | [PATCH] Add tests for src/backend/nodes/extensible.c | 23 days ago |
| Replied (other) | problems with toast.* reloptions | 23 days ago |
| Replied (other) | BUG #19627: 32,768 trigger arguments wrap `tgnargs` and are silently lost at runtime | 23 days ago |
| Replied (other) | pgstat: Flush some statistics within running transactions, take 2 | 23 days ago |
| Replied (other) | pg_stat_database.checksum_failures misses single-page failures in backups | 23 days ago |
| Replied (other) | Fix a relcache reference leak in reorderbuffer.c | 23 days ago |
| Replied (other) | [PATCH] Several refactorings for pg_dump | 23 days ago |
| Replied (other) | Fix a relcache reference leak in reorderbuffer.c | 23 days ago |
| Replied (other) | Doc: Fix description of %L escape in PostgreSQL 18 release notes | 24 days ago |
| Replied (other) | [BUG] hstore integer overflow when constructing large values | 24 days ago |
| Replied (other) | Fix a relcache reference leak in reorderbuffer.c | 24 days ago |
| Replied (other) | pg_stat_database.checksum_failures misses single-page failures in backups | 24 days ago |
| Replied (other) | [BUG] hstore integer overflow when constructing large values | 24 days ago |
| Replied (own) | Switch opclass option functions to be STRICT (currently non-STRICT) | 24 days ago |
| Replied (other) | pg_stat_database.checksum_failures misses single-page failures in backups | 24 days ago |
| Replied (other) | pg_stat_database.checksum_failures misses single-page failures in backups | 24 days ago |
| Started threadFirst patch | Switch opclass option functions to be STRICT (currently non-STRICT) | 25 days ago |
| Replied (other) | Increase repalloc_array() usage in buffile.c | 25 days ago |
| Replied (other) | [BUG] hstore integer overflow when constructing large values | 25 days ago |
| Replied (other)Follow-up patch | [BUG] hstore integer overflow when constructing large values | 25 days ago |
| Replied (other) | psql \d+ shows "Replica Identity: ???" for REPLICA IDENTITY NOTHING | 25 days ago |
| Replied (other) | relfilenode statistics | 25 days ago |
| Replied (other) | BUG #19612: SEGV in ParseConfigFp() in guc-file.l | 25 days ago |
| Replied (other) | Thread-safe stringToNode() / pg_strtok() | 26 days ago |
| Replied (other) | psql \d+ shows "Replica Identity: ???" for REPLICA IDENTITY NOTHING | 26 days ago |
| Replied (other) | [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG | 26 days ago |
| Replied (other) | [BUG] hstore integer overflow when constructing large values | 26 days ago |
| Replied (other) | GiST wal_consistency_checking issue | 26 days ago |
| Replied (other)Follow-up patch | BUG #19612: SEGV in ParseConfigFp() in guc-file.l | 26 days ago |
| Replied (other) | Failing assertion while taking a restartpoint during crash recovery | 26 days ago |
| Replied (other) | GiST wal_consistency_checking issue | 26 days ago |
| Replied (other) | gistkillitems can LP_DEAD-mark the wrong tuples on a rescan | 26 days ago |
| Replied (other) | gistkillitems can LP_DEAD-mark the wrong tuples on a rescan | 26 days ago |
| Replied (other) | SIGSEGV in dynahash | 26 days ago |
| Replied (other) | Allow a condition string in an injection point | 28 days ago |
| Replied (other) | Tighten ACL check in repack_is_permitted_for_relation() | 28 days ago |
| Replied (other) | Report index currently being vacuumed in pg_stat_progress_vacuum | 28 days ago |
| Replied (other) | Report index currently being vacuumed in pg_stat_progress_vacuum | 28 days ago |
| Replied (other) | Fetch channel binding digest explicitly with OpenSSL 3.0 and later | 28 days ago |
| Replied (other) | Split index and table statistics into different types of stats | 28 days ago |
| Replied (other) | LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation | 28 days ago |
| Replied (other) | Fetch channel binding digest explicitly with OpenSSL 3.0 and later | 28 days ago |
| Replied (other)Follow-up patch | BUG #19612: SEGV in ParseConfigFp() in guc-file.l | 29 days ago |
| Replied (other) | Fix a host of strto*() bugs | 29 days ago |
| Replied (own) | Support for 8-byte TOAST values, round two | 29 days ago |
| Replied (other) | problems with toast.* reloptions | 29 days ago |
| Replied (other) | Fix contradictory comment for pgstat_slru_flush_cb() | 29 days ago |
| Replied (other) | Split index and table statistics into different types of stats | 29 days ago |
| Replied (other) | Allow a condition string in an injection point | 29 days ago |
| Replied (other)Follow-up patch | Fetch channel binding digest explicitly with OpenSSL 3.0 and later | 29 days ago |
| Replied (other) | LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation | 29 days ago |
| Replied (other)Follow-up patch | Split index and table statistics into different types of stats | 29 days ago |
| Replied (other) | [PATCH] Avoid uninitialized-value error in poll_query_until timeout diagnostic | 30 days ago |
| Replied (other)Follow-up patch | Split index and table statistics into different types of stats | 30 days ago |
| Replied (other) | Fetch channel binding digest explicitly with OpenSSL 3.0 and later | 30 days ago |
| Replied (other) | Fix archive restore race that could unlink WAL before rename | about 1 month ago |
| Replied (other) | [PATCH] Fix SIGSEGV in GrantLockLocal when OOM leaves LOCALLOCK.lockOwners NULL | about 1 month ago |