causing crash - Search results in mailing lists

2025-07-01 02:59:38 | pgsql: Improve error handling of libxml2 calls in xml.c (Michael Paquier)

cause the server to crash. As this is unlikely a problem in practice, no backpatch

2025-03-17 02:36:15 | pgsql: Revert "Add redo LSN to pgstats files" (Michael Paquier)

causing the pgstats file to be discarded when starting the new cluster after overriding its redo LSN (one is a `pg_resetwal -l` where the new cluster's start LSN is bumped by a hardcoded

2025-03-03 19:50:21 | Re: pgsql: Add relallfrozen to pg_class (Andres Freund)

cause too much churn - the number of dead tuples etc changes rather rapidly. That's not the case here. Having reliable information after a crash

2025-02-20 00:45:20 | pgsql: Fix crash in brininsertcleanup during logical replication. (Tom Lane)

crashes if the subscriber's partitioned table has a BRIN index. There are two independently blamable causes

2025-02-20 00:45:20 | pgsql: Fix crash in brininsertcleanup during logical replication. (Tom Lane)

crashes if the subscriber's partitioned table has a BRIN index. There are two independently blamable causes

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2025-02-13 10:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result (Michael Paquier)

causes a crash in v14 and earlier versions (down to 11, actually, older versions do not support

2024-12-20 03:11:45 | pgsql: Replace durable_rename_excl() by durable_rename(), take two (Michael Paquier)

crash just before unlink() during WAL recycling. Specifically, the test produced links to the same file for the current WAL file and the next one because the half-recycled WAL file was re-recycled upon

2024-12-20 03:11:45 | pgsql: Replace durable_rename_excl() by durable_rename(), take two (Michael Paquier)

crash just before unlink() during WAL recycling. Specifically, the test produced links to the same file for the current WAL file and the next one because the half-recycled WAL file was re-recycled upon

2024-12-20 03:11:45 | pgsql: Replace durable_rename_excl() by durable_rename(), take two (Michael Paquier)

crash just before unlink() during WAL recycling. Specifically, the test produced links to the same file for the current WAL file and the next one because the half-recycled WAL file was re-recycled upon

2024-12-17 19:53:48 | pgsql: Detect version mismatch in brin_page_items (Tomas Vondra)

cause crashes when using the new binary with old function definition. The ideal solution would