pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/07/23
trivial grammar refactor
Álvaro Herrera
2025/07/23
Re: Adding wait events statistics
Robert Haas
2025/07/23
Re: index prefetching
Andres Freund
2025/07/23
Re: Document transition table triggers are not allowed on views/foreign tables
Ashutosh Bapat
2025/07/23
Re: index prefetching
Tomas Vondra
2025/07/23
Re: vacuumdb changes for stats import/export
Frédéric Yhuel
2025/07/23
is there any specific use of setting transaction_read_only GUC externally?
Srinath Reddy Sadipiralla
2025/07/23
Re: Postgres keep alive configuration
Fabrice Chapuis
2025/07/23
Re: 024_add_drop_pub.pl might fail due to deadlock
Ajin Cherian
2025/07/23
Re: Collation and primary keys
Daniel Verite
2025/07/23
Re: Postgres keep alive configuration
Daniel Westermann (DWE)
2025/07/23
Postgres keep alive configuration
Fabrice Chapuis
2025/07/23
Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Ilia Evdokimov
2025/07/23
Re: Document transition table triggers are not allowed on views/foreign tables
Etsuro Fujita
2025/07/23
Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table
Etsuro Fujita
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Bertrand Drouvot
2025/07/23
Re: index prefetching
Tomas Vondra
2025/07/23
RE: 024_add_drop_pub.pl might fail due to deadlock
Hayato Kuroda (Fujitsu)
2025/07/23
Re: 024_add_drop_pub.pl might fail due to deadlock
Amit Kapila
2025/07/23
RE: 024_add_drop_pub.pl might fail due to deadlock
Hayato Kuroda (Fujitsu)
2025/07/23
Re: RecoveryTargetAction is left out in xlog_interna.h
Álvaro Herrera
2025/07/23
Re: display hot standby state in psql prompt
Srinath Reddy Sadipiralla
2025/07/23
Re: SQL Property Graph Queries (SQL/PGQ)
Amit Langote
2025/07/23
Re: Proposal: QUALIFY clause
Álvaro Herrera
2025/07/23
Re: Pathify RHS unique-ification for semijoin planning
Álvaro Herrera
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Michael Paquier
2025/07/23
Re: display hot standby state in psql prompt
Jim Jones
2025/07/23
Re: Interrupts vs signals
Joel Jacobson
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Bertrand Drouvot
2025/07/23
RE: Conflict detection for update_deleted in logical replication
Zhijie Hou (Fujitsu)
2025/07/23
Re: recoveryStopsAfter is not usable when recovery_target_inclusive is false
Michael Paquier
2025/07/23
Re: display hot standby state in psql prompt
Srinath Reddy Sadipiralla
2025/07/23
Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Andrei Lepikhov
2025/07/22
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
shveta malik
2025/07/22
RE: stats.sql might fail due to shared buffers also used by parallel tests
Hayato Kuroda (Fujitsu)
2025/07/22
Re: 024_add_drop_pub.pl might fail due to deadlock
Amit Kapila
2025/07/22
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Bertrand Drouvot
2025/07/22
Re: [Buildfarm:84] Re: stats.sql might fail due to shared buffers also used by parallel tests
TAKATSUKA Haruka
2025/07/22
recoveryStopsAfter is not usable when recovery_target_inclusive is false
Hayato Kuroda (Fujitsu)
2025/07/22
Re: Question on any plans to use the User Server/User Mapping to provide Logical Replication Subscriptions the user/password in an encrypted manner
Amit Kapila
2025/07/22
Re: Skipping schema changes in publication
shveta malik
2025/07/22
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Peter Smith
2025/07/22
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Peter Smith
2025/07/22
Re: Conflict detection for update_deleted in logical replication
Amit Kapila
2025/07/22
Re: IndexAmRoutine aminsertcleanup function can be NULL?
Japin Li
2025/07/22
Re: stats.sql might fail due to shared buffers also used by parallel tests
Alexander Lakhin
2025/07/22
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Japin Li
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
vignesh C
2025/07/22
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Michael Paquier
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Michael Paquier
2025/07/22
Re: Optimize LISTEN/NOTIFY
Thomas Munro
2025/07/22
Re: Re-archive the WAL on standby with archive_mode=always?
Japin Li
2025/07/22
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/07/22
Re: Metadata and record block access stats for indexes
Mircea Cadariu
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: index prefetching
Thomas Munro
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Sami Imseih
2025/07/22
Re: More protocol.h replacements this time into walsender.c
Nathan Bossart
2025/07/22
Re: index prefetching
Andres Freund
2025/07/22
Re: stats.sql might fail due to shared buffers also used by parallel tests
Yugo Nagata
2025/07/22
Re: Custom pgstat support performance regression for simple queries
Michael Paquier
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: simple patch for discussion
David Rowley
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: Re-archive the WAL on standby with archive_mode=always?
Fujii Masao
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Michael Paquier
2025/07/22
Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
David Rowley
2025/07/22
Re: index prefetching
Andres Freund
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
David Rowley
2025/07/22
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Michael Paquier
2025/07/22
Re: Missing NULL check after calling ecpg_strdup
Michael Paquier
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
Tom Lane
2025/07/22
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Sami Imseih
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
David Rowley
2025/07/22
Re: index prefetching
Andres Freund
2025/07/22
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
David Rowley
2025/07/22
Re: redis_fdw failure on crake
Michael Paquier
2025/07/22
Re: Proposal: Limitations of palloc inside checkpointer
Alexander Korotkov
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
Tom Lane
2025/07/22
Re: Proposal: QUALIFY clause
David Rowley
2025/07/22
Re: Conflict detection for update_deleted in logical replication
Masahiko Sawada
2025/07/22
Re: [PATCH] Optimize ProcSignal to avoid redundant SIGUSR1 signals
Joel Jacobson
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
David Rowley
2025/07/22
More protocol.h replacements this time into walsender.c
Dave Cramer
2025/07/22
Re: [PATCH] Optimize ProcSignal to avoid redundant SIGUSR1 signals
Thomas Munro
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
Dmitry Mityugov
2025/07/22
Re: Proposal: QUALIFY clause
Vik Fearing
2025/07/22
Re: index prefetching
Andres Freund
2025/07/22
Re: Making jsonb_agg() faster
Merlin Moncure
2025/07/22
Re: support create index on virtual generated column.
Tom Lane
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: support create index on virtual generated column.
Corey Huinker
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Sami Imseih
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Andrei Lepikhov
2025/07/22
[PATCH] Optimize ProcSignal to avoid redundant SIGUSR1 signals
Joel Jacobson
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Sami Imseih
2025/07/22
Re: [PATCH] Use strchr() to search for a single character
Corey Huinker
2025/07/22
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Nathan Bossart
2025/07/22
Re: Support getrandom() for pg_strong_random() source
DINESH NAIR
2025/07/22
Re: Proposal: QUALIFY clause
Matheus Alcantara
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Jacob Champion
2025/07/22
Re: Parallel heap vacuum
Masahiko Sawada
2025/07/22
Re: [PATCH] Let's get rid of the freelist and the buffer_strategy_lock
Greg Burd
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/07/22
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Sami Imseih
2025/07/22
Re: Proposal: QUALIFY clause
Marcos Pegoraro
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: Making jsonb_agg() faster
Merlin Moncure
2025/07/22
Re: index prefetching
Peter Geoghegan
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Sami Imseih
2025/07/22
Making jsonb_agg() faster
Tom Lane
2025/07/22
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Corey Huinker
2025/07/22
Re: amcheck support for BRIN indexes
Arseniy Mukhin
2025/07/22
Re: Proposal: QUALIFY clause
Andrew Dunstan
2025/07/22
Re: Proposal: QUALIFY clause
Vik Fearing
2025/07/22
Re: Proposal: QUALIFY clause
Vik Fearing
2025/07/22
Re: Proposal: QUALIFY clause
Nico Williams
2025/07/22
Re: Proposal: QUALIFY clause
Nico Williams
2025/07/22
Re: Proposal: QUALIFY clause
Nico Williams
2025/07/22
Custom pgstat support performance regression for simple queries
Andres Freund
2025/07/22
Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Andrei Lepikhov
2025/07/22
Re: Adding wait events statistics
Andres Freund
2025/07/22
RE: Question on any plans to use the User Server/User Mapping to provide Logical Replication Subscriptions the user/password in an encrypted manner
Vitale, Anthony, Sony Music
2025/07/22
Re: redis_fdw failure on crake
Andrew Dunstan
2025/07/22
Re: Memory consumed by paths during partitionwise join planning
Andrei Lepikhov
2025/07/22
Re: index prefetching
Tomas Vondra
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Andrei Lepikhov
2025/07/22
Re: Missing NULL check after calling ecpg_strdup
Aleksander Alekseev
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Fujii Masao
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Andrei Lepikhov
2025/07/22
Re: AIO v2.5
Andres Freund
2025/07/22
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Hannu Krosing
2025/07/22
Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()
Fujii Masao
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Álvaro Herrera
2025/07/22
Re: Proposal: Out-of-Order NOTIFY via GUC to Improve LISTEN/NOTIFY Throughput
Joel Jacobson
2025/07/22
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Vik Fearing
2025/07/22
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Vik Fearing
2025/07/22
Re: Adding wait events statistics
Bertrand Drouvot
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Fujii Masao
2025/07/22
Re: track generic and custom plans in pg_stat_statements
Andrei Lepikhov
2025/07/22
Re: 024_add_drop_pub.pl might fail due to deadlock
Ajin Cherian
2025/07/22
Re: Proposal: QUALIFY clause
Matheus Alcantara
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Álvaro Herrera
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Fujii Masao
2025/07/22
Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Nikita Malakhov
2025/07/22
Re: Question on any plans to use the User Server/User Mapping to provide Logical Replication Subscriptions the user/password in an encrypted manner
Amit Kapila
2025/07/22
Re: Fix tab completion in v18 for ALTER DATABASE/USER/ROLE ... RESET
Dagfinn Ilmari Mannsåker
2025/07/22
Re: MergeAppend could consider sorting cheapest child path
Andrei Lepikhov
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Dagfinn Ilmari Mannsåker
2025/07/22
Re: display hot standby state in psql prompt
Jim Jones
2025/07/22
Re: Issues with hash and GiST LP_DEAD setting for kill_prior_tuple
Amit Kapila
2025/07/22
Re: amcheck: support for GiST
Arseniy Mukhin
2025/07/22
Re: Fix tab completion in v18 for ALTER DATABASE/USER/ROLE ... RESET
jian he
2025/07/22
Re: Skipping schema changes in publication
shveta malik
2025/07/22
icu_validation_level INFO message level not displayed in pg_settings.enumvals
jian he
2025/07/22
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
jian he
2025/07/22
Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Japin Li
2025/07/22
Re: Add backup_type to pg_stat_progress_basebackup
Shinya Kato
2025/07/22
Re: Draft for basic NUMA observability
Patrick Stählin
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Álvaro Herrera
2025/07/22
Re: track needed attributes in plan nodes for executor use
Amit Langote
2025/07/22
Re: Add backup_type to pg_stat_progress_basebackup
Yugo Nagata
2025/07/22
Re: track needed attributes in plan nodes for executor use
Amit Langote
2025/07/22
Re: Skipping schema changes in publication
shveta malik
2025/07/22
Re: Suggestion to add --continue-client-on-abort option to pgbench
Yugo Nagata
2025/07/22
Add backup_type to pg_stat_progress_basebackup
Shinya Kato
2025/07/22
Re: why there is not VACUUM FULL CONCURRENTLY?
Alvaro Herrera
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/07/22
Re: IndexAmRoutine aminsertcleanup function can be NULL?
Peter Smith
2025/07/22
Re: Log prefix missing for subscriber log messages received from publisher
Álvaro Herrera
2025/07/22
Re: Support getrandom() for pg_strong_random() source
Michael Paquier
2025/07/22
Re: Missing NULL check after calling ecpg_strdup
Michael Paquier
2025/07/22
Re: pgsql: Introduce pg_shmem_allocations_numa view
Bertrand Drouvot
2025/07/21
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
2025/07/21
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Vik Fearing
2025/07/21
Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/07/21
Re: generic plans and "initial" pruning
Amit Langote
2025/07/21
Re: Log prefix missing for subscriber log messages received from publisher
Fujii Masao
2025/07/21
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Bertrand Drouvot
2025/07/21
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Bertrand Drouvot
2025/07/21
Re: redis_fdw failure on crake
Michael Paquier
2025/07/21
Re: IndexAmRoutine aminsertcleanup function can be NULL?
Michael Paquier
2025/07/21
Re: Log prefix missing for subscriber log messages received from publisher
Fujii Masao
2025/07/21
Re: Proposal: QUALIFY clause
Tom Lane
2025/07/21
Re: Proposal: QUALIFY clause
Merlin Moncure
2025/07/21
Re: Update Examples in Logical Replication Docs
Amit Kapila
2025/07/21
Re: Improve LWLock tranche name visibility across backends
Sami Imseih
2025/07/21
Re: Proposal: QUALIFY clause
Nico Williams
2025/07/21
Re: Conflict detection for update_deleted in logical replication
Amit Kapila
2025/07/21
Re: Proposal: QUALIFY clause
Merlin Moncure
2025/07/21
Re: Proposal: QUALIFY clause
Pavel Stehule
2025/07/21
redis_fdw failure on crake
Richard Guo
Earlier messages
Later messages