Mailing lists [pgsql-hackers]
- Re: pgsql: tests: Add a test C++ extension module Jelte Fennema-Nio
- Re: Fix crash during recovery when redo segment is missing Kirill Reshke
- Re: Fix how some lists are displayed by psql \d+ Peter Smith
- Re: Add missing JIT inline pass for llvm>=17 Matheus Alcantara
- Re: pgsql: tests: Add a test C++ extension module Tom Lane
- Re: pgsql: tests: Add a test C++ extension module Robert Haas
- Likely undefined behavior with some flexible arrays Andres Freund
- Re: Likely undefined behavior with some flexible arrays Tom Lane
- Re: POC: Parallel processing of indexes in autovacuum Sami Imseih
- Re: POC: Parallel processing of indexes in autovacuum Masahiko Sawada
- Re: Flush some statistics within running transactions Sami Imseih
- Re: pg_upgrade: optimize replication slot caught-up check Masahiko Sawada
- Re: Flush some statistics within running transactions Michael Paquier
- Re: Add WALRCV_CONNECTING state to walreceiver Michael Paquier
- Re: Race conditions in logical decoding Mihail Nikalayeu
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- Re: Having problems generating a code coverage report Michael Paquier
- Re: file_fdw: Support multi-line HEADER option. Fujii Masao
- Re: Flush some statistics within running transactions Sami Imseih
- Re: Remove no-op pull_var_clause flag Richard Guo
- Re: Likely undefined behavior with some flexible arrays Andres Freund
- Re: Flush some statistics within running transactions Fujii Masao
- Re: Having problems generating a code coverage report Andres Freund
- Re: log_min_messages per backend type Euler Taveira
- Re: LLVM 22 Thomas Munro
- Re: Add missing JIT inline pass for llvm>=17 Thomas Munro
- Re: Flush some statistics within running transactions Michael Paquier
- Re: Remove no-op pull_var_clause flag Tom Lane
- Re: [PATCH] Align verify_heapam.c error message offset with test expectations Neil Chen
- Re: file_fdw: Support multi-line HEADER option. Tom Lane
- Re: [PATCH] Align verify_heapam.c error message offset with test expectations zengman
- Re: DOCS - "\d mytable" also shows any publications that publish mytable Fujii Masao
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: pg_upgrade: optimize replication slot caught-up check shveta malik
- Re: finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it Vaibhav Dalvi
- Re: Add WALRCV_CONNECTING state to walreceiver Xuneng Zhou
- Re: Undefined behavior detected by new clang's ubsan John Naylor
- Avoid recalculating pgprocno in ProcArrayAdd() Shinya Kato
- Re: Having problems generating a code coverage report Michael Paquier
- Re: ALTER TABLE: warn when actions do not recurse to partitions Chao Li
- Re: CREATE TABLE LIKE INCLUDING POLICIES jian he
- Re: Avoid recalculating pgprocno in ProcArrayAdd() Chao Li
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS jian he
- Re: Likely undefined behavior with some flexible arrays Andrey Borodin
- Re: DOCS - "\d mytable" also shows any publications that publish mytable Peter Smith
- Re: CREATE TABLE LIKE INCLUDING POLICIES Zsolt Parragi
- Re: Use correct collation in pg_trgm Zsolt Parragi
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: [PATCH v1] Document pg_get_partition_constraintdef. Michael Paquier
- RE: Newly created replication slot may be invalidated by checkpoint Hayato Kuroda (Fujitsu)
- Re: Report oldest xmin source when autovacuum cannot remove tuples wenhui qiu
- Re: Add WALRCV_CONNECTING state to walreceiver Chao Li
- Re: Periodic authorization expiration checks using GoAway message Zsolt Parragi
- Re: Flush some statistics within running transactions Bertrand Drouvot
- Re: Flush some statistics within running transactions Bertrand Drouvot
- Re: Add WALRCV_CONNECTING state to walreceiver Michael Paquier
- Re: Add WALRCV_CONNECTING state to walreceiver Michael Paquier
- Re: Fix accidentally cast away qualifiers Chao Li
- proposal: parentid and naturalid for plpgsql nodes Pavel Stehule
- Re: Adding REPACK [concurrently] Antonin Houska
- RE: ReadRecentBuffer() doesn't scale well Ilyasov Ian
- Re: Use correct collation in pg_trgm Kirill Reshke
- Re: tablecmds: reject CLUSTER ON for partitioned tables earlier Chao Li
- Re: Optional skipping of unchanged relations during ANALYZE? VASUKI M
- Re: DOC: fixes multiple errors in alter table doc Chao Li
- Re: DOC: fixes multiple errors in alter table doc Chao Li
- Re: [PATCH] ANALYZE: hash-accelerate MCV tracking for equality-only types Chengpeng Yan
- Re: refactor architecture-specific popcount code John Naylor
- Re: Flush some statistics within running transactions Bertrand Drouvot
- Re: Add WALRCV_CONNECTING state to walreceiver Xuneng Zhou
- Re: Add WALRCV_CONNECTING state to walreceiver Xuneng Zhou
- Re: Import Statistics in postgres_fdw before resorting to sampling. Ashutosh Bapat
- Re: Race conditions in logical decoding Antonin Houska
- Re: SQL Property Graph Queries (SQL/PGQ) Ajay Pal
- Re: Remove redundant AssertVariableIsOfType uses in pg_upgrade Peter Eisentraut
- Re: Import Statistics in postgres_fdw before resorting to sampling. Ashutosh Bapat
- Re: Adding REPACK [concurrently] Mihail Nikalayeu
- Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts shveta malik
- Re: commented out code Peter Eisentraut
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: Skipping schema changes in publication Shlok Kyal
- Re: Flush some statistics within running transactions Fujii Masao
- Re: let ALTER COLUMN SET DATA TYPE cope with trigger dependency jian he
- Re: Assert the timestamp is available for ORIGN_DIFFERS conflicts Chao Li
- Re: [PATCH] psql: add \dcs to list all constraints Tatsuro Yamada
- Re: Mystery with REVOKE PRIVILEGE Konstantin Knizhnik
- Re: CREATE TABLE LIKE INCLUDING TRIGGERS Zsolt Parragi
- Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row jian he
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Re: SQL:2011 Application Time Update & Delete Peter Eisentraut
- Re: Inval reliability, especially for inplace updates Mark Dilger
- RE: AIX support Srirama Kucherlapati
- Re: Mystery with REVOKE PRIVILEGE Tom Lane
- Fix rounding method used to compute huge pages Anthonin Bonnefoy
- Re: Flush some statistics within running transactions Bertrand Drouvot
- Re: ReadRecentBuffer() doesn't scale well Andres Freund
- Re: Likely undefined behavior with some flexible arrays Andres Freund
- Re: Patch: dumping tables data in multiple chunks in pg_dump Hannu Krosing
- RE: ReadRecentBuffer() doesn't scale well Ilyasov Ian
- Remove PG_MMAP_FLAGS Ashutosh Bapat
- Re: Flush some statistics within running transactions Sami Imseih
- Re: Fix rounding method used to compute huge pages Ashutosh Bapat
- Re: Inval reliability, especially for inplace updates Noah Misch
- Re: refactor architecture-specific popcount code Nathan Bossart
- Re: Having problems generating a code coverage report Andres Freund
- Re: Speed up COPY FROM text/CSV parsing using SIMD KAZAR Ayoub
- Re: Race conditions in logical decoding Álvaro Herrera
- Re: Remove PG_MMAP_FLAGS Tom Lane
- Re: ALTER TABLE: warn when actions do not recurse to partitions Jim Jones
- Re: Speed up COPY FROM text/CSV parsing using SIMD KAZAR Ayoub
- Re: [BUG] [PATCH] Allow physical replication slots to recover from archive after invalidation Joao Foltran
- Re: Optional skipping of unchanged relations during ANALYZE? Robert Treat
- Re: warning: dereferencing type-punned pointer Andres Freund
- Re: Race conditions in logical decoding Álvaro Herrera
- Re: [PATCH] llvmjit: always add the simplifycfg pass Matheus Alcantara
- Re: Race conditions in logical decoding Álvaro Herrera
- Re: Optional skipping of unchanged relations during ANALYZE? Sami Imseih
- Re: [PATCH] llvmjit: always add the simplifycfg pass Pierre Ducroquet
- Re: pg_upgrade: optimize replication slot caught-up check Masahiko Sawada