pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/07/24
Re: track generic and custom plans in pg_stat_statements
Tom Lane
2025/07/24
Re: HASH_FIXED_SIZE flag gets lost when attaching to existing hash table
Tom Lane
2025/07/24
Re: Commitfest 2025-03 still has active patches
Álvaro Herrera
2025/07/24
Re: track generic and custom plans in pg_stat_statements
Sami Imseih
2025/07/24
Re: PoC: adding CustomJoin, separate from CustomScan
Tomas Vondra
2025/07/24
HASH_FIXED_SIZE flag gets lost when attaching to existing hash table
Aidar Imamov
2025/07/24
Re: [PATCH] Generate random dates/times in a specified range
Damien Clochard
2025/07/24
Re: track generic and custom plans in pg_stat_statements
Tom Lane
2025/07/24
Commitfest 2025-03 still has active patches
Laurenz Albe
2025/07/24
Re: Wrong datatype used in visibilitymap_get_status
Nathan Bossart
2025/07/24
Re: index prefetching
Peter Geoghegan
2025/07/24
Re: Adding wait events statistics
Robert Haas
2025/07/24
Re: trivial grammar refactor
Nathan Bossart
2025/07/24
Re: Add os_page_num to pg_buffercache
Mircea Cadariu
2025/07/24
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Vik Fearing
2025/07/24
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Vik Fearing
2025/07/24
Re: PoC: adding CustomJoin, separate from CustomScan
Robert Haas
2025/07/24
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
jian he
2025/07/24
PoC: adding CustomJoin, separate from CustomScan
Tomas Vondra
2025/07/24
Re: track generic and custom plans in pg_stat_statements
Andrei Lepikhov
2025/07/24
Re: 024_add_drop_pub.pl might fail due to deadlock
Ajin Cherian
2025/07/24
Re: Making type Datum be 8 bytes everywhere
Nazir Bilal Yavuz
2025/07/24
Re: Adding wait events statistics
Bertrand Drouvot
2025/07/24
Re: recoveryStopsAfter is not usable when recovery_target_inclusive is false
Shlok Kyal
2025/07/24
Re: Adding wait events statistics
Bertrand Drouvot
2025/07/24
Re: index prefetching
Tomas Vondra
2025/07/24
RE: recoveryStopsAfter is not usable when recovery_target_inclusive is false
Hayato Kuroda (Fujitsu)
2025/07/24
roles management problem after upgrading in PG 17
Fabrice Chapuis
2025/07/24
Re: Fixing MSVC's inability to detect elog(ERROR) does not return
Peter Eisentraut
2025/07/24
Re: support create index on virtual generated column.
jian he
2025/07/24
Re: Improve error reporting in 027_stream_regress test
Nazir Bilal Yavuz
2025/07/24
Re: trivial grammar refactor
Álvaro Herrera
2025/07/24
Re: Logical replication launcher did not automatically restart when got SIGKILL
shveta malik
2025/07/24
Re: More protocol.h replacements this time into walsender.c
Dave Cramer
2025/07/24
Re: Fix background workers not restarting with restart_after_crash = on
Fujii Masao
2025/07/24
Re: Logical replication launcher did not automatically restart when got SIGKILL
Fujii Masao
2025/07/24
Re: Draft for basic NUMA observability
Jakub Wartak
2025/07/24
Wrong datatype used in visibilitymap_get_status
Julien Rouhaud
2025/07/24
RE: Logical Replication of sequences
Hayato Kuroda (Fujitsu)
2025/07/24
Re: Custom pgstat support performance regression for simple queries
Bertrand Drouvot
2025/07/24
Re: track generic and custom plans in pg_stat_statements
Michael Paquier
2025/07/23
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2025/07/23
Re: IndexAmRoutine aminsertcleanup function can be NULL?
Michael Paquier
2025/07/23
Re: Regression with large XML data input
Tom Lane
2025/07/23
Re: Regression with large XML data input
Michael Paquier
2025/07/23
Re: Suggestion to add --continue-client-on-abort option to pgbench
Yugo Nagata
2025/07/23
Re: Fixing MSVC's inability to detect elog(ERROR) does not return
Tom Lane
2025/07/23
Re: Conflict detection for update_deleted in logical replication
shveta malik
2025/07/23
Re: Pathify RHS unique-ification for semijoin planning
Richard Guo
2025/07/23
Re: Regression with large XML data input
Tom Lane
2025/07/23
Regression with large XML data input
Michael Paquier
2025/07/23
Re: index prefetching
Peter Geoghegan
2025/07/23
Re: Remaining dependency on setlocale()
Jeff Davis
2025/07/23
Re: index prefetching
Peter Geoghegan
2025/07/23
Re: Fixing MSVC's inability to detect elog(ERROR) does not return
David Rowley
2025/07/23
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Michael Paquier
2025/07/23
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Michael Paquier
2025/07/23
Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
jian he
2025/07/23
Re: [Buildfarm:84] Re: stats.sql might fail due to shared buffers also used by parallel tests
TAKATSUKA Haruka
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Michael Paquier
2025/07/23
Re: Fixing MSVC's inability to detect elog(ERROR) does not return
Tom Lane
2025/07/23
Re: Collation and primary keys
Jeff Davis
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Michael Paquier
2025/07/23
Fixing MSVC's inability to detect elog(ERROR) does not return
David Rowley
2025/07/23
Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Robert Treat
2025/07/23
Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward
Dimitrios Apostolou
2025/07/23
Re: simple patch for discussion
David Rowley
2025/07/23
Re: [WIP PATCH v2] Implement "pg_restore --data-only --clean" as a way to skip WAL
Dimitrios Apostolou
2025/07/23
Re: trivial grammar refactor
Andres Freund
2025/07/23
Re: magical eref alias names
Tom Lane
2025/07/23
Re: simple patch for discussion
Greg Hennessy
2025/07/23
Re: [Buildfarm:84] Re: stats.sql might fail due to shared buffers also used by parallel tests
Alexander Lakhin
2025/07/23
Re: Making type Datum be 8 bytes everywhere
Tom Lane
2025/07/23
Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
Peter Geoghegan
2025/07/23
Re: Making type Datum be 8 bytes everywhere
Andres Freund
2025/07/23
Re: trivial grammar refactor
Álvaro Herrera
2025/07/23
Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans)
Andres Freund
2025/07/23
Re: trivial grammar refactor
Álvaro Herrera
2025/07/23
Re: Extension security improvement: Add support for extensions with an owned schema
Artem Gavrilov
2025/07/23
Re: Support getrandom() for pg_strong_random() source
Jacob Champion
2025/07/23
Re: Verify predefined LWLocks tranches have entries in wait_event_names.txt
Nathan Bossart
2025/07/23
Re: index prefetching
Tomas Vondra
2025/07/23
Re: trivial grammar refactor
Nathan Bossart
2025/07/23
Re: trivial grammar refactor
Álvaro Herrera
2025/07/23
Re: index prefetching
Peter Geoghegan
2025/07/23
Re: pgbench - adding pl/pgsql versions of tests
Hannu Krosing
2025/07/23
Re: DOCS: What SGML markup to use for user objects like tables, columns, etc?
Bruce Momjian
2025/07/23
Re: Error with DEFAULT VALUE in temp table
Tom Lane
2025/07/23
Re: Parallel heap vacuum
Andres Freund
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Andres Freund
2025/07/23
Re: Custom pgstat support performance regression for simple queries
Andres Freund
2025/07/23
Re: trivial grammar refactor
Nathan Bossart
2025/07/23
Re: More protocol.h replacements this time into walsender.c
Nathan Bossart
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
Earlier messages
Later messages