Mailing lists [pgsql-hackers]
- [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: Server won't start with fallback setting by initdb. Robert Haas
- Re: [HACKERS] Cast jsonb to numeric, int, float, bool Anastasia Lubennikova
- Re: [PATCH] Verify Checksums during Basebackups David Steele
- Re: handling of heap rewrites in logical decoding Peter Eisentraut
- Re: Online enabling of checksums Alvaro Herrera
- PL/pgSQL nested CALL with transactions Peter Eisentraut
- PATCH: Unlogged tables re-initialization tests David Steele
- 2018-03 Commitfest starts tomorrow David Steele
- Re: prokind column (was Re: [HACKERS] SQL procedures) Tom Lane
- SET TRANSACTION in PL/pgSQL Peter Eisentraut
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Online enabling of checksums Tomas Vondra
- Re: Cast jsonb to numeric, int, float, bool Darafei Praliaskouski
- RFC: Add 'taint' field to pg_control. Andres Freund
- Re: [HACKERS] [PATCH] kNN for SP-GiST Nikita Glukhov
- Re: Two small patches for the isolationtester lexer Tom Lane
- Re: Two small patches for the isolationtester lexer Tom Lane
- Re: RFC: Add 'taint' field to pg_control. Tomas Vondra
- Re: RFC: Add 'taint' field to pg_control. Peter Eisentraut
- Re: RFC: Add 'taint' field to pg_control. Andres Freund
- Re: RFC: Add 'taint' field to pg_control. Justin Pryzby
- Re: RFC: Add 'taint' field to pg_control. Andres Freund
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: RFC: Add 'taint' field to pg_control. Andres Freund
- Re: RFC: Add 'taint' field to pg_control. Justin Pryzby
- INOUT parameters in procedures Peter Eisentraut
- Re: prokind column (was Re: [HACKERS] SQL procedures) Peter Eisentraut
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- VPATH build from a tarball fails with some gmake versions Tom Lane
- Re: [HACKERS] pgbench randomness initialization Tom Lane
- row filtering for logical replication Euler Taveira
- Re: compress method for spgist - 2 Tom Lane
- unused includes in test_decoding Euler Taveira
- Re: Missing comment edit Tom Lane
- Re: Cast jsonb to numeric, int, float, bool Nikita Glukhov
- Re: IndexTupleDSize macro seems redundant Tom Lane
- Re: prokind column (was Re: [HACKERS] SQL procedures) Michael Paquier
- Re: row filtering for logical replication David Fetter
- Re: VPATH build from a tarball fails with some gmake versions Andrew Dunstan
- Re: row filtering for logical replication Craig Ringer
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: RFC: Add 'taint' field to pg_control. Justin Pryzby
- Re: Two small patches for the isolationtester lexer Daniel Gustafsson
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: Online enabling of checksums Daniel Gustafsson
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: Online enabling of checksums Craig Ringer
- [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Tsunakawa, Takayuki
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Synchronous replay take III Thomas Munro
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- faster testing with symlink installs Peter Eisentraut
- Re: Support for ECDSA & ed25519 digital signatures in pgcrypto? Bruce Momjian
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- chained transactions Peter Eisentraut
- fixing more format truncation issues Peter Eisentraut
- Re: [HACKERS] SERIALIZABLE with parallel query Thomas Munro
- CALL optional in PL/pgSQL Peter Eisentraut
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] path toward faster partition pruning Ashutosh Bapat
- RE: [bug fix] Produce a crash dump before main() on Windows Tsunakawa, Takayuki
- Why chain of snapshots is used in ReorderBufferCommit? Arseny Sher
- Re: CALL optional in PL/pgSQL David G. Johnston
- Re: Online enabling of checksums Andrey Borodin
- Re: Why chain of snapshots is used in ReorderBufferCommit? Andres Freund
- Re: PATCH: Unlogged tables re-initialization tests Thomas Munro
- Two-phase update of restart_lsn in LogicalConfirmReceivedLocation Arseny Sher
- Re: 2018-03 Commitfest starts tomorrow Tom Lane
- Re: Synchronous replay take III Thomas Munro
- Re: CALL optional in PL/pgSQL Pavel Stehule
- Re: server crash in nodeAppend.c Rajkumar Raghuwanshi
- Re: [HACKERS] pgbench randomness initialization Fabien COELHO
- Re: Two-phase update of restart_lsn in LogicalConfirmReceivedLocation Craig Ringer
- RE: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Tsunakawa, Takayuki
- Re: Contention preventing locking Konstantin Knizhnik
- Re: Online enabling of checksums Andrey Borodin
- Re: Online enabling of checksums Michael Paquier
- JIT compiling with LLVM v11 Andres Freund
- Re: Online enabling of checksums Andres Freund
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: Synchronous replay take III Michael Paquier
- Re: 2018-03 Commitfest starts tomorrow Michael Paquier
- Re: no partition pruning when partitioning using array type Amit Langote
- Re: Cast jsonb to numeric, int, float, bool Darafei "Komяpa" Praliaskouski
- Re: pgbench - add \if support Andres Freund
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Andres Freund
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Andres Freund
- Re: PATCH: pgbench - break out timing data for initialization phases Andres Freund
- Re: [PATCH] pgbench - refactor some connection finish/null intocommon function Andres Freund
- Re: pgbench - test whether a variable exists Andres Freund
- Re: [HACKERS] [PATCH v1] Add and report the new "in_hot_standby" GUCpseudo-variable. Andres Freund
- Re: [PoC PATCH] Parallel dump to /dev/null Andres Freund
- Re: Missing comment edit Andres Freund
- Re: Minor fix for pgbench documentation Andres Freund
- Re: Documenting PROVE_TESTS in section of TAP tests Andres Freund
- Re: 2018-03 Commitfest starts tomorrow Magnus Hagander
- Re: [doc fix] Correct calculation of vm.nr_hugepages Andres Freund
- [GSOC 18] Performance Farm Project 马来酸
- Re: 2018-03 Commitfest starts tomorrow Andres Freund
- Re: pgbench - test whether a variable exists Fabien COELHO
- Re: Why chain of snapshots is used in ReorderBufferCommit? Arseny Sher
- change in behaviour for format_type() call Rushabh Lathia
- Re: to_typemod(type_name) information function Andres Freund
- Re: Cast jsonb to numeric, int, float, bool Nikita Glukhov
- Re: pgbench - add \if support Fabien COELHO
- Re: TAP test module - PostgresClient Andres Freund
- Re: [HACKERS] taking stdbool.h into use Andres Freund
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Fabien COELHO
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistentmemory Andres Freund
- Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistentmemory Heikki Linnakangas
- Re: Failed to request an autovacuum work-item in silence Andres Freund
- Re: Isolation tester result formatting Andres Freund
- 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: Incorrect comments in partition.c Etsuro Fujita
- In reference to gsoc Tanvi Dadu
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: [HACKERS] Runtime Partition Pruning David Rowley
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: parallel append vs. simple UNION ALL Rajkumar Raghuwanshi
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: parallel append vs. simple UNION ALL Ashutosh Bapat
- Re: 2018-03 Commitfest starts tomorrow David Steele
- zheap: a new storage format for PostgreSQL Amit Kapila
- Re: Re: Cast jsonb to numeric, int, float, bool David Steele
- Re: to_typemod(type_name) information function Sophie Herold
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. Alexander Kuzmenkov
- Comments on old bug report in light of CVE-2018-1058 David G. Johnston
- Re: Reduce amount of WAL generated by CREATE INDEX for gist, gin andsp-gist David Steele
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: Online enabling of checksums Magnus Hagander
- SHOW ALL does not honor pg_read_all_settings membership Laurenz Albe
- Re: row filtering for logical replication Erik Rijkers
- Re: zheap: a new storage format for PostgreSQL Satyanarayana Narlapuram
- Re: CALL optional in PL/pgSQL Tom Lane
- Re: 2018-03 Commitfest starts tomorrow Alvaro Herrera
- Re: row filtering for logical replication Euler Taveira
- Re: change in behaviour for format_type() call Tom Lane
- Re: [HACKERS] Fix performance degradation of contended LWLock on NUMA Jesper Pedersen
- Re: Re: [PATCH] Opclass parameters David Steele
- Re: row filtering for logical replication David Fetter
- Re: csv format for psql Daniel Verite
- Re: [PATCH][PROPOSAL] Add enum releation option type Nikita Glukhov
- Re: csv format for psql Pavel Stehule
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Curt Tilmes
- Re: change in behaviour for format_type() call Tom Lane
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. Alexander Kuzmenkov
- Re: pgbench - add \if support Daniel Verite
- Re: zheap: a new storage format for PostgreSQL Hartmut Holzgraefe
- Re: Missing comment edit Tom Lane
- Re: 2018-03 Commitfest starts tomorrow David Steele
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: 2018-03 Commitfest starts tomorrow Magnus Hagander
- Re: 2018-03 Commitfest starts tomorrow Tom Lane
- Re: [HACKERS] Creating backup history files for backups taken from standbys Fujii Masao
- Re: New gist vacuum. Tom Lane
- Re: pgbench - add \if support Fabien COELHO
- Re: [PATCH][PROPOSAL] Add enum releation option type Alvaro Herrera
- Re: 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: change in behaviour for format_type() call Alvaro Herrera