pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
Follow-up fixes for online wal_level change
Masahiko Sawada
pgstat: add pgstat_prep_pending() for entry ref pending setup
Sami Imseih
Re: pgstat: add pgstat_prep_pending() for entry ref pending setup
Michael Paquier
Re: pgstat: add pgstat_prep_pending() for entry ref pending setup
Sami Imseih
Re: pgstat: add pgstat_prep_pending() for entry ref pending setup
Michael Paquier
Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL
surya poondla
Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL
Zsolt Parragi
[PATCH] pgbench: fix incorrect long option name in error message
Semih Doğan
Re: [PATCH] pgbench: fix incorrect long option name in error message
Daniel Gustafsson
pgstat: allow a stats kind to use its own dedicated dsa/dshash
Sami Imseih
Re: Unexpected changes of CurrentResourceOwner and CurrentMemoryContext
Álvaro Herrera
[PATCH] The heap_getsysattr function deletes unused parameters
lei yang
Re: [PATCH] The heap_getsysattr function deletes unused parameters
Tom Lane
Re: analyze-in-stages post upgrade questions
Nathan Bossart
Re: Enforce INSERT RLS checks for FOR PORTION OF leftovers?
Nathan Bossart
Re: Enforce INSERT RLS checks for FOR PORTION OF leftovers?
Paul A Jungwirth
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Anton Voloshin
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Álvaro Herrera
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
amcheck: detect duplicate PostingItem keys in GIN posting trees
Stepan Neretin
Re: Cleaning up PREPARE query strings?
Shinya Kato
doc: REPACK is missing from the MAINTAIN privilege documentation
Shinya Kato
Re: doc: REPACK is missing from the MAINTAIN privilege documentation
Ewan Young
Re: doc: REPACK is missing from the MAINTAIN privilege documentation
Fujii Masao
Re: doc: REPACK is missing from the MAINTAIN privilege documentation
Shinya Kato
Hash index AM fake LSN oversight
Peter Geoghegan
Re: Hash index AM fake LSN oversight
Ewan Young
meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup
Andrew Dunstan
Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup
Tristan Partin
Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup
Andrew Dunstan
Re: meson: avoid PATH bloat from NLS .mo targets in tmp_install test setup
Tristan Partin
Re: LockHasWaiters() crashes on fast-path locks
Robert Haas
[PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns
小川淳
Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns
Greg Sabino Mullane
doc: Add PROPERTY GRAPH to the access privilege tables
Shinya Kato
document the dangers of granting TRIGGER or REFERENCES
Robert Haas
Re: document the dangers of granting TRIGGER or REFERENCES
Nathan Bossart
Re: document the dangers of granting TRIGGER or REFERENCES
Robert Haas
Re: document the dangers of granting TRIGGER or REFERENCES
Tom Lane
Re: document the dangers of granting TRIGGER or REFERENCES
Nathan Bossart
Re: document the dangers of granting TRIGGER or REFERENCES
Greg Sabino Mullane
Re: document the dangers of granting TRIGGER or REFERENCES
Tom Lane
Re: document the dangers of granting TRIGGER or REFERENCES
Robert Haas
Re: document the dangers of granting TRIGGER or REFERENCES
Greg Sabino Mullane
Re: document the dangers of granting TRIGGER or REFERENCES
Tom Lane
Re: document the dangers of granting TRIGGER or REFERENCES
Nico Williams
pg_dump: ALTER INDEX SET STATISTICS missing for index-backed constraints
Zsolt Parragi
Re: pg_restore --format= option(without any value) should report an error as pg_dump is reporting an error
Mahendra Singh Thalor
[PATCH v1] plpython: Pair SPI_connect and SPI_finish in the same function
Xing Guo
Restore check_mut_excl_opts, usage in pg_restore and pg_dumpall
Mahendra Singh Thalor
Re: on_error table, saving error info to a table
jian he
Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
jian he
PSQL - improve tab completion for pub/sub options
Peter Smith
Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming
Peter Geoghegan
Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming
Peter Geoghegan
Re: Bug: GiST index-only scans can use tuple descriptor with incorrect alignment when deforming
Tomas Vondra
blkreftable.c needs more sanity checks
Robert Haas
Re: blkreftable.c needs more sanity checks
Daniel Gustafsson
Re: blkreftable.c needs more sanity checks
Robert Haas
Re: blkreftable.c needs more sanity checks
Daniel Gustafsson
Re: blkreftable.c needs more sanity checks
Robert Haas
Re: blkreftable.c needs more sanity checks
Daniel Gustafsson
Re: blkreftable.c needs more sanity checks
Robert Haas
Improve readability of json_lex()
Tristan Partin
walsummarizer can get stuck when switching timelines
Robert Haas
Re: walsummarizer can get stuck when switching timelines
Andrey Borodin
Re: walsummarizer can get stuck when switching timelines
Srinath Reddy Sadipiralla
Re: walsummarizer can get stuck when switching timelines
Robert Haas
Re: walsummarizer can get stuck when switching timelines
Robert Haas
Re: walsummarizer can get stuck when switching timelines
Andrey Borodin
Re: walsummarizer can get stuck when switching timelines
Andrey Borodin
Re: walsummarizer can get stuck when switching timelines
Robert Haas
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
Re: incremental backup issue
Robert Haas
Re: incremental backup issue
Thom Brown
Re: incremental backup issue
Thom Brown
Re: incremental backup issue
Robert Haas
Implicit conversion from int64 to int32 when calling hash_get_num_entries
Karina Litskevich
Re: Implicit conversion from int64 to int32 when calling hash_get_num_entries
Daniel Gustafsson
Re: Implicit conversion from int64 to int32 when calling hash_get_num_entries
Karina Litskevich
Grab bag of smaller OpenSSL fixups
Daniel Gustafsson
Re: Grab bag of smaller OpenSSL fixups
Tristan Partin
Re: Grab bag of smaller OpenSSL fixups
Daniel Gustafsson
Re: Grab bag of smaller OpenSSL fixups
Tristan Partin
Re: Grab bag of smaller OpenSSL fixups
Andreas Karlsson
Re: Grab bag of smaller OpenSSL fixups
Daniel Gustafsson
Re: Grab bag of smaller OpenSSL fixups
Andreas Karlsson
Re: Grab bag of smaller OpenSSL fixups
Daniel Gustafsson
Re: Grab bag of smaller OpenSSL fixups
Andreas Karlsson
Re: Grab bag of smaller OpenSSL fixups
Tristan Partin
Re: 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
Re: PlaceholderVars and join removal with appendrel parents
Richard Guo
Re: PlaceholderVars and join removal with appendrel parents
Richard Guo
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: REASSIGN OWNED vs. relisshared dep on !relisshared
shveta malik
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Jeff Davis
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Dilip Kumar
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Jeff Davis
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: [PATCH] Cover get_json_table_plan() with tests
solai v
Re: [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
Re: Wrong argument name in error message from attribute_stats functions
Fujii Masao
[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
Daniel Gustafsson
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
Re: equalPolicy() doesn't compare the permissive flag
Michael Paquier
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
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
Hayato Kuroda (Fujitsu)
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
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
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
Noah Misch
Earlier messages