Mailing lists [pgsql-hackers]
- Re: USE_BARRIER_SMGRRELEASE on Linux? Nathan Bossart
- Re: killing perl2host Andres Freund
- Re: do only critical work during single-user vacuum? Robert Haas
- Re: refactoring basebackup.c Robert Haas
- Re: killing perl2host Andrew Dunstan
- Preventing indirection for IndexPageGetOpaque for known-size page special areas Matthias van de Meent
- Small TAP tests cleanup for Windows and unused modules Daniel Gustafsson
- Re: do only critical work during single-user vacuum? Peter Geoghegan
- Re: Small TAP tests cleanup for Windows and unused modules Andrew Dunstan
- Re: Small TAP tests cleanup for Windows and unused modules Daniel Gustafsson
- Re: Small TAP tests cleanup for Windows and unused modules Andrew Dunstan
- Re: killing perl2host Andres Freund
- Re: Small TAP tests cleanup for Windows and unused modules Andres Freund
- Re: libpq async duplicate error results Tom Lane
- Re: pgsql: Add TAP test to automate the equivalent of check_guc Robert Haas
- Re: pgsql: Add TAP test to automate the equivalent of check_guc Michael Paquier
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file Nathan Bossart
- Re: libpq async duplicate error results Andres Freund
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Peter Geoghegan
- Re: Race conditions in 019_replslot_limit.pl Tom Lane
- Re: libpq async duplicate error results Tom Lane
- Re: Small TAP tests cleanup for Windows and unused modules Michael Paquier
- Re: refactoring basebackup.c Jeevan Ladhe
- Re: adding 'zstd' as a compression algorithm Michael Paquier
- Re: O(n) tasks cause lengthy startups and checkpoints Andres Freund
- Re: libpq async duplicate error results Andres Freund
- Re: Small and unaffected typo in pg_logical_slot_get_changes_guts() Michael Paquier
- Re: libpq async duplicate error results Tom Lane
- Re: killing perl2host Andres Freund
- Re: Small and unaffected typo in pg_logical_slot_get_changes_guts() Kasahara Tatsuhito
- Re: Time to increase hash_mem_multiplier default? Peter Geoghegan
- Re: do only critical work during single-user vacuum? Robert Haas
- Re: do only critical work during single-user vacuum? Peter Geoghegan
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Andres Freund
- Re: Race conditions in 019_replslot_limit.pl Tom Lane
- Re: Race conditions in 019_replslot_limit.pl Tom Lane
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Peter Geoghegan
- Re: Race conditions in 019_replslot_limit.pl Tom Lane
- RE: [Proposal] Add foreign-server health checks infrastructure kuroda.hayato@fujitsu.com
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- RE: [Proposal] Add foreign-server health checks infrastructure kuroda.hayato@fujitsu.com
- Re: adding 'zstd' as a compression algorithm Michael Paquier
- Re: Per-table storage parameters for TableAM/IndexAM extensions Dilip Kumar
- Re: BufferAlloc: don't take two simultaneous locks Kyotaro Horiguchi
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Kyotaro Horiguchi
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Kyotaro Horiguchi
- Re: adding 'zstd' as a compression algorithm Andrey Borodin
- Re: row filtering for logical replication Amit Kapila
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Kyotaro Horiguchi
- Re: Time to drop plpython2? Andres Freund
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Nitin Jadhav
- Re: O(n) tasks cause lengthy startups and checkpoints Andres Freund
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Kyotaro Horiguchi
- Re: Time to drop plpython2? Andres Freund
- Re: Make mesage at end-of-recovery less scary. Kyotaro Horiguchi
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Julien Rouhaud
- Re: Time to drop plpython2? Michael Paquier
- Re: [Proposal] Add foreign-server health checks infrastructure Kyotaro Horiguchi
- Re: [Proposal] Add foreign-server health checks infrastructure Kyotaro Horiguchi
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Kyotaro Horiguchi
- Assert in pageinspect with NULL pages Daria Lepikhova
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Julien Rouhaud
- Re: Assert in pageinspect with NULL pages Michael Paquier
- Re: Failed transaction statistics to measure the logical replication progress Amit Kapila
- Re: Failed transaction statistics to measure the logical replication progress Amit Kapila
- Re: Failed transaction statistics to measure the logical replication progress Amit Kapila
- RE: [Proposal] Add foreign-server health checks infrastructure kuroda.hayato@fujitsu.com
- Re: logical replication empty transactions Amit Kapila
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Julien Rouhaud
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Matthias van de Meent
- Re: logical replication empty transactions Amit Kapila
- Re: Small and unaffected typo in pg_logical_slot_get_changes_guts() Dagfinn Ilmari Mannsåker
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Ranier Vilela
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Ranier Vilela
- [PATCH] Fix possible minor memory leak (src/backend/catalog/heap.c) Ranier Vilela
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Daniel Gustafsson
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Ranier Vilela
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Daniel Gustafsson
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Ranier Vilela
- Re: postgres_fdw and skip locked Ashutosh Bapat
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Justin Pryzby
- Re: Add index scan progress to pg_stat_progress_vacuum Imseih (AWS), Sami
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Robert Haas
- Re: killing perl2host Andrew Dunstan
- Re: adding 'zstd' as a compression algorithm Robert Haas
- Re: PGEventProcs must not be allowed to break libpq Alvaro Herrera
- Re: PGEventProcs must not be allowed to break libpq Tom Lane
- Re: do only critical work during single-user vacuum? Robert Haas
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Tom Lane
- Re: initdb / bootstrap design Robert Haas
- Re: [PATCH] Fix out-of-bouds access (src/common/wchar.c) Daniel Gustafsson
- Re: pgsql: pg_upgrade: Preserve relfilenodes and tablespace OIDs. Robert Haas
- Re: postgres_fdw: commit remote (sub)transactions in parallel during pre-commit Fujii Masao
- Re: initdb / bootstrap design Andrew Dunstan
- Re: buildfarm warnings Tom Lane
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Nitin Jadhav
- Re: killing perl2host Andres Freund
- Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs) Julien Rouhaud
- Re: [PATCH] Accept IP addresses in server certificate SANs Jacob Champion
- Re: CREATEROLE and role ownership hierarchies Robert Haas
- Re: Per-table storage parameters for TableAM/IndexAM extensions Sadhuprasad Patro
- Re: buildfarm warnings Robert Haas
- Re: killing perl2host Andrew Dunstan
- Re: Time to drop plpython2? Andres Freund
- Re: killing perl2host Andres Freund
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Andres Freund
- Re: O(n) tasks cause lengthy startups and checkpoints Nathan Bossart
- Re: Nonrandom scanned_pages distorts pg_class.reltuples set by VACUUM Andres Freund
- Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not? Finnerty, Jim
- Isn't gist_page_items broken for opclasses with compress methods? Tomas Vondra
- Re: support for CREATE MODULE Bruce Momjian
- Re: [PATCH] Support pg_ident mapping for LDAP Jacob Champion
- Proposal: Support custom authentication methods using hooks samay sharma
- Re: O(n) tasks cause lengthy startups and checkpoints Andres Freund
- Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints Robert Haas
- Re: buildfarm warnings Tom Lane
- Re: killing perl2host Andrew Dunstan
- Re: killing perl2host Andres Freund
- Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not? Robert Haas
- Re: buildfarm warnings Robert Haas
- Re: killing perl2host Andrew Dunstan
- Re: killing perl2host Andres Freund
- Re: buildfarm warnings Andres Freund
- Re: buildfarm warnings Robert Haas