Архив рассылок [pgsql-hackers]
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Tom Lane
- Re: [PATCH] Write Notifications Through WAL Rishu Bagga
- Re: Clarification on Role Access Rights to Table Indexes Tom Lane
- Fixed a typo in comment in compress_lz4.c Chao Li
- Re: Fixed a typo in comment in compress_lz4.c Daniel Gustafsson
- Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada
- Re: Support getrandom() for pg_strong_random() source Masahiko Sawada
- Re: Fixed a typo in comment in compress_lz4.c Chao Li
- Re: [PATCH] Fix incorrect fprintf usage in log_error FRONTEND path Tom Lane
- Re: Fixed a typo in comment in compress_lz4.c Tom Lane
- Re: Clarification on Role Access Rights to Table Indexes Jeff Davis
- Re: Executing pg_createsubscriber with a non-compatible control file Masahiko Sawada
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Fixed a typo in comment in compress_lz4.c Michael Paquier
- Re: Incorrect version number given to sync_pgdata() in pg_combinebackup.c Michael Paquier
- Re: Fixed a typo in comment in compress_lz4.c Chao Li
- Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Chao Li
- Re: Fixed a typo in comment in compress_lz4.c Tom Lane
- Re: Fixed a typo in comment in compress_lz4.c Chao Li
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Tom Lane
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Chao Li
- [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei
- Re: Clarification on Role Access Rights to Table Indexes Jeff Davis
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement jian he
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Tom Lane
- RE: Logical Replication of sequences Hayato Kuroda (Fujitsu)
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Kirill Reshke
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Michael Paquier
- Re: IO in wrong state on riscv64 Alexander Lakhin
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- RE: Patch for migration of the pg_commit_ts directory Hayato Kuroda (Fujitsu)
- RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Hayato Kuroda (Fujitsu)
- Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl` Michael Paquier
- Re: Logical Replication of sequences shveta malik
- Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward Chao Li
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Why pg_dump overwrites dump file? Chao Li
- Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 Peter Smith
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement jian he
- A tidyup of pathkeys.c David Rowley
- Re: Issue with logical replication slot during switchover shveta malik
- Re: Remove custom redundant full page write description from GIN Arseniy Mukhin
- Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions Arseniy Mukhin
- Re: Panic during xlog building with big values Maksim.Melnikov
- Re: add function argument name to substring and substr jian he
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith
- Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions Michael Paquier
- Re: Executing pg_createsubscriber with a non-compatible control file Michael Paquier
- Re: A tidyup of pathkeys.c Richard Guo
- Re: get rid of RM_HEAP2_ID John Naylor
- Re: A tidyup of pathkeys.c Chao Li
- memory context to complement ASAN John Naylor
- Re: Changing shared_buffers without restart Dmitry Dolgov
- Re: Why pg_dump overwrites dump file? Daniel Gustafsson
- Re: Enhancing Memory Context Statistics Reporting torikoshia
- Re: Comments on Custom RMGRs Andrei Lepikhov
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart shveta malik
- RE: Logical Replication of sequences Zhijie Hou (Fujitsu)
- RE: Logical Replication of sequences Zhijie Hou (Fujitsu)
- RE: Logical Replication of sequences Zhijie Hou (Fujitsu)
- RE: Logical Replication of sequences Zhijie Hou (Fujitsu)
- Re: Logical Replication of sequences Amit Kapila
- Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options Tatsuo Ishii
- [PROPOSAL] comments in repl_scanner Matěj Klonfar
- Re: A tidyup of pathkeys.c David Rowley
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Álvaro Herrera
- Re: A tidyup of pathkeys.c David Rowley
- Re: Logical Replication of sequences Dilip Kumar
- RE: Logical Replication of sequences Hayato Kuroda (Fujitsu)
- Re: get rid of RM_HEAP2_ID Heikki Linnakangas
- Re: Preserve index stats during ALTER TABLE ... TYPE ... Bertrand Drouvot
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Philip Alger
- pageinspect some function no need superuser priv jian he
- Re: pageinspect some function no need superuser priv Kirill Reshke
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: pageinspect some function no need superuser priv Tom Lane
- Re: pageinspect some function no need superuser priv Nathan Bossart
- Re: Clarification on Role Access Rights to Table Indexes Nathan Bossart
- Re: Clarification on Role Access Rights to Table Indexes Tom Lane
- Re: Optimize LISTEN/NOTIFY Joel Jacobson
- Re: Clarification on Role Access Rights to Table Indexes Jeff Davis
- Re: pg_createsubscriber - more logging to say if there are no pubs to drop Masahiko Sawada
- Re: Expanding HOT updates for expression and partial indexes Greg Burd
- Re: Resetting recovery target parameters in pg_createsubscriber Robert Haas
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada
- Re: Expanding HOT updates for expression and partial indexes Jeff Davis
- Re: pg_createsubscriber - more logging to say if there are no pubs to drop Masahiko Sawada
- Re: Non-blocking archiver process Robert Haas
- Re: Executing pg_createsubscriber with a non-compatible control file Masahiko Sawada
- Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement Cary Huang
- Re: new environment variable INITDB_LOCALE_PROVIDER Peter Eisentraut
- Re: new environment variable INITDB_LOCALE_PROVIDER Jeff Davis
- Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions Andrew Dunstan