Mailing lists [pgsql-hackers]
- Re: Missing TOAST table for pg_class Fabrízio de Royes Mello
- Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada
- Re: Report error position in partition bound check Tom Lane
- Re: Syncing pg_multixact directories Thomas Munro
- Re: Lift line-length limit for pg_service.conf Daniel Gustafsson
- Re: Lift line-length limit for pg_service.conf Tom Lane
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: range_agg Paul A Jungwirth
- Re: fixing old_snapshot_threshold's time->xid mapping Thomas Munro
- Re: Parallel INSERT (INTO ... SELECT ...) vignesh C
- Re: Parallel Inserts in CREATE TABLE AS vignesh C
- Re: Parallel INSERT (INTO ... SELECT ...) Andres Freund
- Re: Parallel INSERT (INTO ... SELECT ...) Thomas Munro
- Re: Parallel INSERT (INTO ... SELECT ...) Amit Kapila
- Re: Parallel Inserts in CREATE TABLE AS Andres Freund
- scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Michael Paquier
- Re: Parallel copy Greg Nancarrow
- Re: Prefer TG_TABLE_NAME over TG_RELNAME in tests Michael Paquier
- Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow
- Re: [PATCH] Automatic HASH and LIST partition creation Michael Paquier
- Re: Display individual query in pg_stat_activity Michael Paquier
- Re: Avoiding hash join batch explosions with extreme skew and weird stats Michael Paquier
- Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY Amit Langote
- Re: proposal: schema variables Michael Paquier
- Re: FETCH FIRST clause PERCENT option Michael Paquier
- Re: proposal: schema variables Pavel Stehule
- Re: Get memory contexts of an arbitrary backend process Michael Paquier
- The ultimate extension hook. Daniel Wood
- Re: PATCH: Attempt to make dbsize a bit more consistent Michael Paquier
- Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput? Michael Paquier
- Re: The ultimate extension hook. Tom Lane
- RE: [Patch] Optimize dropping of relation buffers using dlist tsunakawa.takay@fujitsu.com
- Re: [HACKERS] make async slave to wait for lsn to be replayed Michael Paquier
- Re: problem with RETURNING and update row movement Michael Paquier
- Re: Feature improvement for pg_stat_statements btnakamichin
- Re: Missing TOAST table for pg_class Michael Paquier
- Re: The ultimate extension hook. David Rowley
- Re: [PATCH] Add features to pg_stat_statements legrand legrand
- Re: problem with RETURNING and update row movement Amit Langote
- Re: The ultimate extension hook. Daniel Wood
- A little enhancement for hashdisk testset Hou, Zhijie
- Re: problem with RETURNING and update row movement Amit Langote
- Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds) Thomas Munro
- Re: Add information to rm_redo_error_callback() Michael Paquier
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Amit Kapila
- Re: Parallel copy Bharath Rupireddy
- Re: Range checks of pg_test_fsync --secs-per-test and pg_test_timing --duration Michael Paquier
- Re: Online checksums patch - once again Daniel Gustafsson
- Re: [PATCH] Add features to pg_stat_statements Katsuragi Yuta
- Re: A little enhancement for hashdisk testset Daniel Gustafsson
- Re: 回复:how to create index concurrently on partitioned table Michael Paquier
- RE: Transactions involving multiple postgres foreign servers, take 2 tsunakawa.takay@fujitsu.com
- RE: [Patch] Optimize dropping of relation buffers using dlist k.jamison@fujitsu.com
- Re: [Patch] Optimize dropping of relation buffers using dlist Kyotaro Horiguchi
- RE: I'd like to discuss scaleout at PGCon tsunakawa.takay@fujitsu.com
- Re: Parallel copy Bharath Rupireddy
- Re: Collation versioning Julien Rouhaud
- Re: [PATCH] Add features to pg_stat_statements legrand legrand
- Re: problem with RETURNING and update row movement Etsuro Fujita
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Dilip Kumar
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Amit Kapila
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Dilip Kumar
- Re: Report error position in partition bound check Amit Langote
- Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Amit Kapila
- Re: Resetting spilled txn statistics in pg_stat_replication Amit Kapila
- Re: Logical replication from PG v13 and below to PG v14 (devel version) is not working. Ashutosh Sharma
- Re: fixing old_snapshot_threshold's time->xid mapping Hamid Akhtar
- Re: PostgreSQL 13 Release Timeline Jonathan S. Katz
- Re: Parallel copy Ashutosh Sharma
- Re: PostgreSQL 13 Release Timeline Simon Riggs
- Re: problem with RETURNING and update row movement Amit Langote
- Re: PostgreSQL 13 Release Timeline James Coleman
- Re: PostgreSQL 13 Release Timeline Jonathan S. Katz
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Daniel Gustafsson
- Re: [patch] Fix checksum verification in base backups for zero page headers Anastasia Lubennikova
- Re: Refactor pg_rewind code and make it work against a standby Heikki Linnakangas
- Re: Report error position in partition bound check Tom Lane
- Custom options for building extensions with --with--llvm Konstantin Knizhnik
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Heikki Linnakangas
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Daniel Gustafsson
- Incremental sort docs and release announcement James Coleman
- Re: Refactor pg_rewind code and make it work against a standby Heikki Linnakangas
- Re: proposal: possibility to read dumped table's name from file Pavel Stehule
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Peter Eisentraut
- Re: Custom options for building extensions with --with--llvm Andres Freund
- Re: proposal: schema variables Pavel Stehule
- [patch] Concurrent table reindex per-index progress reporting Matthias van de Meent
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Robert Haas
- Re: Compatible defaults for LEAD/LAG Pavel Stehule
- Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2 Daniel Gustafsson
- Re: fixing old_snapshot_threshold's time->xid mapping Robert Haas
- Re: Custom options for building extensions with --with--llvm Konstantin Knizhnik
- Re: Inconsistent Japanese name order in v13 contributors list Bruce Momjian
- Re: [PATCH] Automatic HASH and LIST partition creation Anastasia Lubennikova