pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
Re: SELECT over partitioned table with LIMIT 1 performance regression issue in PostgreSQL 17 and 18
abrahim abrahao
Re: incremental backup issue
Nick Ivanov
Re: incremental backup issue
Thom Brown
Implicit conversion from int64 to int32 when calling hash_get_num_entries
Karina Litskevich
Grab bag of smaller OpenSSL fixups
Daniel Gustafsson
Re: [PATCH] Refactor SLRU to always use long file names
Aleksander Alekseev
PGLZ Compression Optimization
wenhui qiu
Re: PGLZ Compression Optimization
Tomas Vondra
PlaceholderVars and join removal with appendrel parents
Arne Roland
Re: PlaceholderVars and join removal with appendrel parents
Tender Wang
Re: PlaceholderVars and join removal with appendrel parents
Arne Roland
Fix comment typo in canonicalize_path_enc()
Japin Li
Re: Fix comment typo in canonicalize_path_enc()
Michael Paquier
Re: Add pg_stat_vfdcache view for VFD cache statistics
Ayoub Kazar
Let ILIKE utilize existing lower() expression indexes
Sivaprasad
toast table corrupted by vacuum - missing chunk number 0 for toast value
Pavel Stehule
Re: Use streaming read I/O when enabling data checksums online
Enrique Sanchez
Re: Use streaming read I/O when enabling data checksums online
cca5507
Re: Use streaming read I/O when enabling data checksums online
Enrique Sánchez
Re: Use streaming read I/O when enabling data checksums online
Daniel Gustafsson
Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation
Sravan Kumar
Hooks for index_insert() and index_insert_cleanup()
Thom Brown
pg_xmin_horizon: a system view of everything pinning the xmin horizon
Scott Ray
Extending Self-Join Elimination to partitioned tables
Trương Hoàng Quân
Clarify or fix SIGINT handling in data checksums launcher
Fujii Masao
Re: Clarify or fix SIGINT handling in data checksums launcher
Srinath Reddy Sadipiralla
Re: Clarify or fix SIGINT handling in data checksums launcher
Daniel Gustafsson
Re: Update our timezone code to IANA tzcode2026b
Peter Eisentraut
Re: Update our timezone code to IANA tzcode2026b
Tom Lane
Re: Extension security improvement: Add support for extensions with an owned schema
Jelte Fennema-Nio
Re: Track skipped tables during autovacuum and autoanalyze
Shinya Kato
Add read-only disconnect_requested GUC for graceful client disconnect
Jelte Fennema-Nio
Re: postgres_fdw could deparse ArrayCoerceExpr
Noah Misch
Re: postgres_fdw could deparse ArrayCoerceExpr
Alexander Korotkov
Re: postgres_fdw could deparse ArrayCoerceExpr
Alexander Pyhalov
Re: postgres_fdw could deparse ArrayCoerceExpr
Alexander Korotkov
Reduce cleanup lock contention on standby replay
SATYANARAYANA NARLAPURAM
Re: Reduce cleanup lock contention on standby replay
Peter Geoghegan
Re: Reduce cleanup lock contention on standby replay
SATYANARAYANA NARLAPURAM
Re: Show expression of virtual columns in error messages
Matheus Alcantara
CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.
Noah Misch
REASSIGN OWNED vs. relisshared dep on !relisshared
Noah Misch
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Jeff Davis
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Jeff Davis
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Amit Kapila
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Dilip Kumar
Re: Checkpoint replication slots later
Fujii Masao
Re: Checkpoint replication slots later
Hüseyin Demir
Re: Checkpoint replication slots later
Hüseyin Demir
[PATCH] Cover get_json_table_plan() with tests
Aleksander Alekseev
Re: relfilenode statistics
Andres Freund
Re: relfilenode statistics
Michael Paquier
Re: relfilenode statistics
Bertrand Drouvot
Re: relfilenode statistics
Michael Paquier
Re: relfilenode statistics
Bertrand Drouvot
Proposal : Retain explainable statement location on ExplainStmt structure.
Anton Ratundalov
Wrong argument name in error message from attribute_stats functions
Ilia Evdokimov
Re: Wrong argument name in error message from attribute_stats functions
Fujii Masao
Re: Wrong argument name in error message from attribute_stats functions
Ilia Evdokimov
[PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
Bohyun Lee
Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
Greg Sabino Mullane
Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
Bohyun Lee
Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
Hüseyin Demir
[PATCH] Fix quotation logic for unreserved keywords in window specifications
Kwangwon Seo
Fix pg_stat_progress_data_checksums counter initialization
Fujii Masao
Re: Fix pg_stat_progress_data_checksums counter initialization
Daniel Gustafsson
Re: Fix pg_stat_progress_data_checksums counter initialization
Fujii Masao
equalPolicy() doesn't compare the permissive flag
Andreas Lind
Re: equalPolicy() doesn't compare the permissive flag
Laurenz Albe
Re: equalPolicy() doesn't compare the permissive flag
Michael Paquier
Re: equalPolicy() doesn't compare the permissive flag
Laurenz Albe
Possible typo in an error message
Kyotaro Horiguchi
Re: Possible typo in an error message
Andreas Karlsson
Re: Possible typo in an error message
Daniel Gustafsson
sequencesync worker race with REFRESH SEQUENCES
Noah Misch
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
RE: sequencesync worker race with REFRESH SEQUENCES
Hayato Kuroda (Fujitsu)
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
Re: sequencesync worker race with REFRESH SEQUENCES
Amit Kapila
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
Re: sequencesync worker race with REFRESH SEQUENCES
Amit Kapila
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
Re: sequencesync worker race with REFRESH SEQUENCES
shveta malik
Re: sequencesync worker race with REFRESH SEQUENCES
Noah Misch
Re: sequencesync worker race with REFRESH SEQUENCES
Amit Kapila
Re: sequencesync worker race with REFRESH SEQUENCES
Noah Misch
Re: sequencesync worker race with REFRESH SEQUENCES
Amit Kapila
Re: sequencesync worker race with REFRESH SEQUENCES
vignesh C
Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Srinath Reddy Sadipiralla
Fwd: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Srinath Reddy Sadipiralla
Restrict data checksums entries in pg_stat_io
Fujii Masao
Re: Restrict data checksums entries in pg_stat_io
Daniel Gustafsson
convert various variables to atomics
Nathan Bossart
Re: Tepid: selective index updates for heap relations
Alexander Korotkov
Rendezvous variables: safe to pass an access token between two extensions?
vaibhave postgres
Re: Rendezvous variables: safe to pass an access token between two extensions?
Andreas Karlsson
Re: [Proposal] Adding callback support for custom statistics kinds
Peter Eisentraut
Re: [Proposal] Adding callback support for custom statistics kinds
Michael Paquier
Re: [Proposal] Adding callback support for custom statistics kinds
Sami Imseih
Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause()
Peter Eisentraut
Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause()
Ashutosh Bapat
Re: [PATCH] Add PROMPT_COMMAND and dynamic prompt support to psql
Kirk Roybal
remove WaitEventCustomCounterData
Nathan Bossart
Re: remove WaitEventCustomCounterData
Michael Paquier
Re: remove WaitEventCustomCounterData
Fujii Masao
Re: remove WaitEventCustomCounterData
Nathan Bossart
Fix data checksum processing for temp relations and dropped databases
Fujii Masao
Re: Fix data checksum processing for temp relations and dropped databases
Kyotaro Horiguchi
Re: Fix data checksum processing for temp relations and dropped databases
Daniel Gustafsson
Re: Fix data checksum processing for temp relations and dropped databases
Fujii Masao
Re: Fix data checksum processing for temp relations and dropped databases
Daniel Gustafsson
Re: Fix data checksum processing for temp relations and dropped databases
Fujii Masao
Re: [PATCH] no table rewrite when set column type to constrained domain
jian he
Re: [PATCH] no table rewrite when set column type to constrained domain
solai v
Re: [PATCH] no table rewrite when set column type to constrained domain
jian he
Re: index prefetching
Tomas Vondra
Hash index bucket split bug
Peter Geoghegan
Re: Hash index bucket split bug
Amit Kapila
Re: Hash index bucket split bug
Peter Geoghegan
Re: Hash index bucket split bug
Peter Geoghegan
[PATCH] ecpg: use memcpy in a few length-based copies
Haibo Yan
Re: [PATCH] ecpg: use memcpy in a few length-based copies
Peter Eisentraut
Re: [PATCH] ecpg: use memcpy in a few length-based copies
Haibo Yan
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Peter Eisentraut
Re: xact_rollback spikes when logical walsender exits
Nikolay Samokhvalov
Re: xact_rollback spikes when logical walsender exits
jihyun bahn
Restructured Shared Buffer Hash Table
Dhruv Aron
Re: Restructured Shared Buffer Hash Table
Heikki Linnakangas
Re: Restructured Shared Buffer Hash Table
Thom Brown
Re: Restructured Shared Buffer Hash Table
Heikki Linnakangas
Re: Restructured Shared Buffer Hash Table
Ashutosh Bapat
Re: Restructured Shared Buffer Hash Table
Dhruv Aron
pg_hosts: Add pg_hosts_file_rules()
Zsolt Parragi
Re: pg_hosts: Add pg_hosts_file_rules()
Daniel Gustafsson
pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)")
Justin Pryzby
Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)")
Andrey Rachitskiy
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Peter Eisentraut
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
Re: Incorrect GetDatum() macros not match with SQL function types
Michael Paquier
Re: pgsql: Cleanup comments/docs around the new shmem request callbacks
Erik Rijkers
Re: pgsql: Cleanup comments/docs around the new shmem request callbacks
Heikki Linnakangas
Re: PoC: VALGRIND_MAKE_MEM_NOACCESS for dynamic shared memory
Andreas Karlsson
Re: PoC: VALGRIND_MAKE_MEM_NOACCESS for dynamic shared memory
Tomas Vondra
Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch
Heikki Linnakangas
Re: nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot()
Heikki Linnakangas
[POC] Implement async DNS with getaddrinfo_a
Jacob Champion
VS 2026 support on old branches
Andrew Dunstan
SPLIT/MERGE use of is_internal=true
Noah Misch
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
Re: SPLIT/MERGE use of is_internal=true
Noah Misch
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
Re: SPLIT/MERGE use of is_internal=true
Noah Misch
Re: Fix gistkillitems & add regression test to microvacuum
Heikki Linnakangas
Re: Proposal: new file format for hba/ident/hosts configuration?
Tristan Partin
Re: Proposal: new file format for hba/ident/hosts configuration?
Andrew Dunstan
Re: Proposal: new file format for hba/ident/hosts configuration?
Tristan Partin
Re: Proposal: new file format for hba/ident/hosts configuration?
Tom Lane
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
Re: Proposal: new file format for hba/ident/hosts configuration?
Greg Sabino Mullane
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
Re: Proposal: new file format for hba/ident/hosts configuration?
Andrew Dunstan
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
Re: Proposal: new file format for hba/ident/hosts configuration?
Isaac Morland
Re: Proposal: new file format for hba/ident/hosts configuration?
Andrew Dunstan
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
Re: Proposal: new file format for hba/ident/hosts configuration?
Andrew Dunstan
Re: Proposal: new file format for hba/ident/hosts configuration?
Daniel Gustafsson
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
Re: Proposal: new file format for hba/ident/hosts configuration?
Matthias van de Meent
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
Heikki Linnakangas
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
Matthias van de Meent
Fix duplicate detection for null-treatment window functions
Chao Li
Re: Fix duplicate detection for null-treatment window functions
Chao Li
Re: Fix duplicate detection for null-treatment window functions
Ewan Young
Add missing CustomPathMethods on typedefs.list
Matheus Alcantara
Re: Add missing CustomPathMethods on typedefs.list
Tom Lane
Add per-backend AIO statistics
Bertrand Drouvot
Re: Add per-backend AIO statistics
Bertrand Drouvot
Re: Add per-backend AIO statistics
Michael Paquier
Re: Add per-backend AIO statistics
Bertrand Drouvot
Re: Add per-backend AIO statistics
Andres Freund
Re: Add per-backend AIO statistics
Bertrand Drouvot
Re: Add per-backend AIO statistics
Bertrand Drouvot
Re: BF mamba failure
Kouber Saparev
Re: BF mamba failure
Michael Paquier
Re: BF mamba failure
Bertrand Drouvot
Re: BF mamba failure
Michael Paquier
Re: BF mamba failure
Bertrand Drouvot
Re: BF mamba failure
Kouber Saparev
Re: BF mamba failure
Michael Paquier
Earlier messages