Mailing lists [pgsql-hackers]
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: IPC/MultixactCreation on the Standby server Álvaro Herrera
- Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent Nathan Bossart
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed
- Re: Have the planner convert COUNT(1) / COUNT(not_null_col) to COUNT(*) David Rowley
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Tom Lane
- Consistently use palloc_object() and palloc_array() David Geier
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Peter Smith
- show size of DSAs and dshash tables in pg_dsm_registry_allocations Nathan Bossart
- Re: Some optimizations for COALESCE expressions during constant folding David Rowley
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Michael Paquier
- Re: Consistently use palloc_object() and palloc_array() Chao Li
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Michael Paquier
- Re: Consistently use palloc_object() and palloc_array() Michael Paquier
- Re: [PATCH] Add native PIVOT syntax for SQL Server/Oracle compatibility Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication Peter Smith
- Re: Support tid range scan in parallel? David Rowley
- Re: Remaining dependency on setlocale() Chao Li
- Re: Row pattern recognition Tatsuo Ishii
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Michael Paquier
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations Mihail Nikalayeu
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航
- Re: Consistently use palloc_object() and palloc_array() Thomas Munro
- Re: Partial hash index is not used for implied qual. David Rowley
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache 邱宇航
- Re: Row pattern recognition Tatsuo Ishii
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote
- Re: transformJsonFuncExpr pathspec cache lookup failed Amit Langote
- Re: [PATCH] contrib: Add pg_datemath extension with datediff function Pavel Stehule
- Re: Consistently use palloc_object() and palloc_array() Tom Lane
- Re: IPC/MultixactCreation on the Standby server Chao Li
- Re: [PATCH] psql: add size-based sorting options (O/o) for tables and indexes Pavel Stehule
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Michael Paquier
- Move WAL/RMGR sequence code into its own file and header Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? shveta malik
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Fujii Masao
- Re: Consistently use palloc_object() and palloc_array() Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? Shlok Kyal
- Re: Support tid range scan in parallel? David Rowley
- Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Erik Rijkers
- Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Chao Li
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith
- Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Michael Paquier
- Re: Row pattern recognition Chao Li
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: Move WAL/RMGR sequence code into its own file and header Heikki Linnakangas
- Re: Move WAL/RMGR sequence code into its own file and header Michael Paquier
- Re: tuple radix sort Chao Li
- Re: [Patch] Windows relation extension failure at 2GB and 4GB Bryan Green
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amul Sul
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz
- Re: Add pg_buffercache_mark_dirty[_all] functions to the pg_buffercache Nazir Bilal Yavuz
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: show size of DSAs and dshash tables in pg_dsm_registry_allocations Rahila Syed
- Re: Partial hash index is not used for implied qual. Sergei Glukhov
- Remove unused function parameters, part 1: contrib Bertrand Drouvot
- Re: Move WAL/RMGR sequence code into its own file and header Kirill Reshke
- Re: Refactoring: Use soft error reporting for *_opt_overflow functions of date/timestamp Amit Langote
- Re: Non-text mode for pg_dumpall Mahendra Singh Thalor
- Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ... VASUKI M
- [PATCH] Add `headerscheck` run_target to meson Miłosz Bieniek
- Re: pgsql: doc: Fix incorrect wording for --file in pg_dump Daniel Gustafsson
- Re: change default default_toast_compression to lz4? Aleksander Alekseev
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Exit walsender before confirming remote flush in logical replication Andrey Silitskiy
- Re: meson and check-tests Nazir Bilal Yavuz
- Re: meson and check-tests Nazir Bilal Yavuz
- Re: Bypassing cursors in postgres_fdw to enable parallel plans Rafia Sabih
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Amit Kapila
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- Re: Remove unused function parameters, part 1: contrib Kirill Reshke
- Re: [PATCH] Expose checkpoint timestamp and duration in pg_stat_checkpointer Soumya S Murali
- Re: tuple radix sort John Naylor
- Re: Remove unused function parameters, part 1: contrib Nazir Bilal Yavuz
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed
- Re: Remove unused function parameters, part 1: contrib Bertrand Drouvot
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: [PATCH] Refactor bytea_sortsupport(), take two Aleksander Alekseev
- Re: Import Statistics in postgres_fdw before resorting to sampling. Etsuro Fujita
- Re: Import Statistics in postgres_fdw before resorting to sampling. Etsuro Fujita
- https://cfbot.cputube.org - certificate has expired Aleksander Alekseev
- Re: https://cfbot.cputube.org - certificate has expired Nazir Bilal Yavuz
- Re: https://cfbot.cputube.org - certificate has expired Aleksander Alekseev
- Re: https://cfbot.cputube.org - certificate has expired Nazir Bilal Yavuz
- Re: Support tid range scan in parallel? David Rowley
- Re: Remove unused function parameters, part 1: contrib Bertrand Drouvot
- Re: System views for versions reporting Laurenz Albe
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Bernice Southey
- Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis Fujii Masao
- Mention TABLEFUNC to make comment consistent with code Steve Lau
- Re: [PATCH] Add memory usage reporting to VACUUM VERBOSE 河田達也
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- weird ON CONFLICT clauses Álvaro Herrera
- Using MyDatabaseId in SET_LOCKTAG_APPLY_TRANSACTION Maxim Orlov
- Re: weird ON CONFLICT clauses Peter Geoghegan
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Tom Lane
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Antonin Houska
- Re: Partial hash index is not used for implied qual. Tom Lane
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed
- Re: [PATCH] Add error hints for invalid COPY options Sugamoto Shinya
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed
- Re: [PATCH] Add error hints for invalid COPY options Kirill Reshke
- Re: [PATCH] Add error hints for invalid COPY options Kirill Reshke
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Matthias van de Meent
- Re: Few untranslated error messages in OAuth Álvaro Herrera
- Re: IPC/MultixactCreation on the Standby server Andrey Borodin
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Matthias van de Meent
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: Second RewriteQuery complains about first RewriteQuery in edge case Dean Rasheed
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Matthias van de Meent