Messages by Thread
-
-
Use C11 alignas instead of palloc/malloc for alignment
Peter Eisentraut
-
ExecForceStoreHeapTuple() loses tts_tid, so ORDER BY-op index scans project an invalid ctid
Greg Burd
-
[PATCH] Use maintenance_io_concurrency for parallel index builds
Jingtang Zhang
-
Race conditions during parallel worker (unclean) exit
Antonin Houska
-
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Rui Zhao
-
Add pg_nodiscard decorations to Bitmapset functions
Jan Nidzwetzki
-
Re: [PATCH v4] Add ssl_cert_files/ssl_key_files for multi-certificate support
Renaud Métrich
-
Re: [Patch]The Case For WAL-Logging pg_upgrade
Marco Nenciarini
-
Assert in test_bms_membership();
Ilya Cherdakov
-
Re: pg_threads.h take II
Jakub Wartak
-
[PATCH] Report userid to PgBackendStatus for standalone backends
cca5507
-
Re: Revert RI fast-path batching from REL_19_STABLE
Amit Kapila
-
Fix inherited constraint loss in ALTER COLUMN SET EXPRESSION
Chao Li
-
DSA_ALLOC_NO_OOM vs dsm_create ERROR leaving a half-initialized pgstats hash entry
Grigorev Jurij
-
Re: [Patch] Implement TODOs for index operator strategy number validation
Jinqing Kuang
-
Re: xact_rollback spikes when logical walsender exits
Mircea Cadariu
-
Re: REPACK (CONCURRENTLY) doesn't handle invalid indexes
Álvaro Herrera
-
[PATCH] Report changes discarded for relations not in the subscription
Hüseyin Demir
-
Re: Make the logical replication conflict messages more like each other
Ajin Cherian
-
Authorization semantics and candidate pruning in GRAPH_TABLE
Wataru Naotsuka
-
Re: [PATCH] pg_upgrade: add --initdb option to create the new cluster automatically
shihao zhong
-
Add a permission check to pg_stat_get_backend_subxact()
shihao zhong
-
Re: BgBufferSync(): clarification about reusable_buffers variable
Aidar Imamov
-
Re: Improve Hash/Merge Join estimate accuracy when all predicates are Hash/Merge clauses
Ilia Evdokimov
-
Re: pg_upgrade_replica: avoid full re-clone of standbys after pg_upgrade
Florin Irion
-
Missing dshash cleanup in pgstat_read_statsfile() after OOM
Grigorev Jurij
-
Prevent object capture in CREATE/ALTER EXTENSION scripts
Jan Nidzwetzki
-
[PATCH] Allow subquery pull-up past inlineable CTEs
Andrey Kazarinov
-
Re: [SQL/PGQ] Native executor for Graph query
Henson Choi
-
Publication DDL can race with a concurrent UPDATE
vignesh C
-
Re: pg_rewind: Skip vanished source files during traversal
solai v
-
Re: unnecessary executor overheads around seqscans
xiaoyu liu
-
Re: Batching in executor
Tatsuya Kawata
-
Re: Python/pytest test framework take two
Andrey Borodin
-
[PATCH] Add recovery boundary WAL record for database and tablespace commands
JoongHyuk Shin
-
[PATCH] Move pgcrypto's fips_mode() function to core
Koshi Shibagaki (Fujitsu)
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Michael Paquier
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Nikita Malakhov
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Andres Freund
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Tomas Vondra
-
Re: Direct TOAST v2, faster, smaller and no migration needed
shihao zhong
-
Re: Direct TOAST v2, faster, smaller and no migration needed
Hannu Krosing
-
Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
shihao zhong
-
Re: POC: Carefully exposing information without authentication
Greg Sabino Mullane
-
Remove toast_max_chunk_size from control file
Michael Paquier
-
REPACK (CONCURRENTLY) decoding worker is canceled by lock_timeout
shihao zhong
-
Re: Unlogged materialized views
Jim Jones
-
Re: CI slowdown due to PG_TEST_INITDB_EXTRA_OPTS
Andrey Borodin
-
Re: [RFC PATCH v0 0/7] Add EXPLAIN ANALYZE wait event reporting
Andrey Borodin
-
Improve error handling in test modules: test_extensible, test_bitmapset
Zsolt Parragi
-
postgres_fdw: push down FETCH FIRST .. WITH TIES when server version allows
Sagar Shedge