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
- Re: [PoC PATCH] Parallel dump to /dev/null Andres Freund
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Curt Tilmes
- Re: pgbench - add \if support Andres Freund
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Andres Freund
- Re: [HACKERS] Runtime Partition Pruning Jesper Pedersen
- Re: pgbench - test whether a variable exists Alvaro Herrera
- Re: Sample values for pg_stat_statements Andres Freund
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Tom Lane
- Re: 2018-03 Commitfest Summary (Andres #1) Tom Lane
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Curt Tilmes
- Re: 2018-03 Commitfest Summary (Andres #1) Peter Geoghegan
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Andres Freund
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: [PoC PATCH] Parallel dump to /dev/null Alvaro Herrera
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE Tom Lane
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: "failed to find parent tuple for heap-only tuple" error as anERRCODE_DATA_CORRUPTION ereport() David Steele
- Re: [HACKERS] Moving relation extension locks out of heavyweightlock manager Andres Freund
- Re: Failed to request an autovacuum work-item in silence Alvaro Herrera
- Re: "failed to find parent tuple for heap-only tuple" error as anERRCODE_DATA_CORRUPTION ereport() Peter Geoghegan
- Re: [HACKERS] Small improvement to compactify_tuples Andres Freund
- Re: "failed to find parent tuple for heap-only tuple" error as anERRCODE_DATA_CORRUPTION ereport() David Steele
- Re: Protect syscache from bloating with negative cache entries Robert Haas
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: [GSOC 18] Performance Farm Project Robert Haas
- Re: Parallel Aggregates for string_agg and array_agg David Steele
- Re: Re: Suspicious call of initial_cost_hashjoin() David Steele
- Re: [HACKERS] Surjective functional indexes Andres Freund
- Re: Protect syscache from bloating with negative cache entries Robert Haas
- Re: "failed to find parent tuple for heap-only tuple" error as anERRCODE_DATA_CORRUPTION ereport() Peter Geoghegan
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: [PATCH] Opclass parameters Oleg Bartunov
- Re: Re: [HACKERS] plpgsql - additional extra checks David Steele
- Re: [HACKERS] Secondary index access optimizations Andres Freund
- Re: Protect syscache from bloating with negative cache entries Robert Haas
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: In reference to gsoc Robert Haas
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: [HACKERS] Moving relation extension locks out of heavyweightlock manager Andres Freund
- Re: [HACKERS] Removing LEFT JOINs in more cases Andres Freund
- Re: Re: [PATCH] Opclass parameters Oleg Bartunov
- Re: [HACKERS] Removing useless DISTINCT clauses Andres Freund
- Re: [HACKERS] Removing useless DISTINCT clauses David Rowley
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: [PATCH] Opclass parameters David Steele
- Re: [HACKERS] Removing LEFT JOINs in more cases Andres Freund
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: [HACKERS] Removing LEFT JOINs in more cases Andres Freund
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: MCV lists for highly skewed distributions Andres Freund
- Re: "failed to find parent tuple for heap-only tuple" error as an ERRCODE_DATA_CORRUPTION ereport() Tom Lane
- Re: WIP Patch: Precalculate stable functions, infrastructure v1 Andres Freund
- Re: zheap: a new storage format for PostgreSQL Alexander Korotkov
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: [HACKERS] Removing LEFT JOINs in more cases Andres Freund
- Re: row filtering for logical replication Erik Rijkers
- Re: Parallel Aggregates for string_agg and array_agg Andres Freund
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: row filtering for logical replication Andres Freund
- Re: Optimize Arm64 crc32c implementation in Postgresql Andres Freund
- Re: Optimize Arm64 crc32c implementation in Postgresql Andres Freund
- Re: jsonpath Nikita Glukhov
- Re: row filtering for logical replication David Steele
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: jsonpath Alexander Korotkov
- Re: Hash Joins vs. Bloom Filters / take 2 Andres Freund
- Re: "failed to find parent tuple for heap-only tuple" error as anERRCODE_DATA_CORRUPTION ereport() Peter Geoghegan
- Re: [HACKERS] PoC plpgsql - possibility to force custom or genericplan Andres Freund
- Re: [HACKERS] MERGE SQL Statement for PG11 Tomas Vondra
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Andres Freund
- Re: Optimize Arm64 crc32c implementation in Postgresql Thomas Munro
- Re: Challenges preventing us moving to 64 bit transaction id (XID)? Andres Freund
- Re: Optimize Arm64 crc32c implementation in Postgresql Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #2) Andres Freund
- pgstat_report_activity() and parallel CREATE INDEX (was: Parallelindex creation & pg_stat_activity) Peter Geoghegan
- Re: Challenges preventing us moving to 64 bit transaction id (XID)? Alexander Korotkov
- Re: Challenges preventing us moving to 64 bit transaction id (XID)? Andres Freund
- Re: Challenges preventing us moving to 64 bit transaction id (XID)? Alexander Korotkov
- Re: row filtering for logical replication Euler Taveira
- Re: row filtering for logical replication Euler Taveira
- Re: Challenges preventing us moving to 64 bit transaction id (XID)? Andres Freund
- Re: row filtering for logical replication Euler Taveira
- Re: row filtering for logical replication David Steele
- Re: 2018-03 Commitfest Summary (Andres #2) Peter Geoghegan
- Re: Sample values for pg_stat_statements Vik Fearing
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Hash Joins vs. Bloom Filters / take 2 Tomas Vondra
- Re: Hash Joins vs. Bloom Filters / take 2 Andres Freund
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: Hash Joins vs. Bloom Filters / take 2 Tomas Vondra
- Re: [HACKERS] Bug in to_timestamp(). Dmitry Dolgov
- Re: Better Upgrades Bruce Momjian
- Re: Hash Joins vs. Bloom Filters / take 2 David Steele
- Re: [PATCH] get rid of StdRdOptions, use individual binaryreloptions representation for each relation kind instead Andres Freund
- Re: Rewrite of pg_dump TAP tests Andres Freund
- Re: [HACKERS] Fix warnings and typo in dshash Andres Freund
- Re: Removing shm_mq.c's volatile qualifiers Andres Freund
- Re: [HACKERS] make async slave to wait for lsn to be replayed Andres Freund
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: Parallel Aggregates for string_agg and array_agg Andres Freund
- Re: Documenting PROVE_TESTS in section of TAP tests Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: Optimize Arm64 crc32c implementation in Postgresql Michael Paquier
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Andres Freund
- Re: [HACKERS] logical decoding of two-phase transactions Craig Ringer
- Re: [Patch] Checksums for SLRU files Andres Freund
- Re: [HACKERS] Runtime Partition Pruning David Rowley
- Re: [HACKERS] [Patch] Log SSL certificate verification errors Andres Freund
- Re: 2018-03 CFM David Steele
- Re: 2018-03 Commitfest Summary (Andres #2) Pavel Stehule
- Re: PATCH: Configurable file mode mask Andres Freund
- Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative Andres Freund
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] PoC plpgsql - possibility to force custom or generic plan Pavel Stehule
- Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Daniel Gustafsson
- Re: PATCH: Configurable file mode mask David Steele
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: [HACKERS] PoC plpgsql - possibility to force custom or genericplan Andres Freund
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions David Steele
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: [HACKERS] PoC plpgsql - possibility to force custom or generic plan Pavel Stehule
- Re: [HACKERS] [PATCH] Improve geometric types Andres Freund
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Andres Freund
- Re: new function for tsquery creartion Andres Freund
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys Andres Freund
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Andres Freund
- pg_dump outputs invalid syntax for partitions with bool partkeys in pg10 David Rowley
- Re: zheap: a new storage format for PostgreSQL Alvaro Herrera
- Re: WIP: BRIN multi-range indexes Andres Freund
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Thomas Munro
- Re: zheap: a new storage format for PostgreSQL Mark Kirkwood
- Re: change in behaviour for format_type() call Michael Paquier
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys Michael Paquier
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys Michael Paquier
- Re: WIP: BRIN multi-range indexes Tom Lane
- Re: [HACKERS] Statement-level rollback Andres Freund
- Re: RFC: Add 'taint' field to pg_control. Justin Pryzby
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys David Steele
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: [PROPOSAL] Shared Ispell dictionaries Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #3) Andres Freund
- Re: [HACKERS] taking stdbool.h into use Michael Paquier
- Re: TAP test module - PostgresClient Michael Paquier
- Re: Add default role 'pg_access_server_files' Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #3) Amit Langote
- Re: PATCH: Unlogged tables re-initialization tests Michael Paquier
- Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory Yoshimi Ichiyanagi
- Re: change in behaviour for format_type() call Rushabh Lathia
- Re: Failed to request an autovacuum work-item in silence Masahiko Sawada
- Re: New gist vacuum. Andrey Borodin
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Andres Freund
- Re: [HACKERS] Can ICU be used for a database's default sort order? Andres Freund
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [PROPOSAL] Nepali Snowball dictionary Andres Freund
- Re: GSoC 2017: weekly progress reports (week 6) Andres Freund
- Re: [HACKERS] [PATCH] kNN for SP-GiST Andres Freund
- Re: [HACKERS] SQL/JSON in PostgreSQL Andres Freund
- psql tab completion for ALTER INDEX SET Masahiko Sawada
- Re: Boolean partitions syntax Andres Freund
- Last archived timestamp/xid for Point-in-Time Recovery 陈天舟
- Re: pg_dump outputs invalid syntax for partitions with bool partkeysin pg10 Amit Langote
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT Andres Freund
- Re: chained transactions Andres Freund
- Re: [HACKERS] log_destination=file Andres Freund
- Re: Boolean partitions syntax Amit Langote
- Re: [HACKERS] Early locking option to parallel backup Andres Freund
- Re: [HACKERS] SQL/JSON in PostgreSQL Oleg Bartunov
- Re: autovacuum: change priority of the vacuumed tables Andres Freund
- Re: [HACKERS] SQL/JSON in PostgreSQL Andres Freund
- Re: Online enabling of checksums Andres Freund
- Re: Boolean partitions syntax Amit Langote
- Re: Changing the autovacuum launcher scheduling; oldest table firstalgorithm Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #4) Andres Freund
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: 2018-03 Commitfest starts tomorrow Andres Freund
- Re: Changing the autovacuum launcher scheduling; oldest table first algorithm Masahiko Sawada
- Re: 2018-03 Commitfest Summary (Andres #4) Craig Ringer
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Andrew Dunstan
- Re: zheap: a new storage format for PostgreSQL Fabien COELHO
- Re: 2018-03 Commitfest Summary (Andres #4) Andres Freund
- Re: Suspicious call of initial_cost_hashjoin() Antonin Houska
- Re: Changing the autovacuum launcher scheduling; oldest table first algorithm Masahiko Sawada
- RE: zheap: a new storage format for PostgreSQL Tsunakawa, Takayuki
- Re: WIP Patch: Precalculate stable functions, infrastructure v1 Marina Polyakova
- Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAPsupport Michael Paquier
- Re: [HACKERS] log_destination=file Magnus Hagander
- Re: [PATCH] Improve geometric types Aleksander Alekseev
- Re: 2018-03 CFM Aleksander Alekseev
- Re: autovacuum: change priority of the vacuumed tables Ildus Kurbangaliev
- Re: 2018-03 Commitfest Summary (Andres #3) Ildus Kurbangaliev
- Re: [HACKERS] Bug in to_timestamp(). Arthur Zakirov
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- RE: Optimize Arm64 crc32c implementation in Postgresql Yuqi Gu
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: Suspicious call of initial_cost_hashjoin() Thomas Munro
- Re: 2018-03 Commitfest Summary (Andres #1) Alexander Korotkov
- Re: 2018-03 Commitfest Summary (Andres #3) Alexander Korotkov
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: zheap: a new storage format for PostgreSQL Kuntal Ghosh
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: zheap: a new storage format for PostgreSQL Alexander Korotkov
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Etsuro Fujita
- Re: Kerberos test suite Thomas Munro
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Masahiko Sawada
- Re: Online enabling of checksums Magnus Hagander
- Re: Allow workers to override datallowconn Magnus Hagander
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- ALTER TABLE does not check for column existence before starting operations Pierre Ducroquet
- Re: zheap: a new storage format for PostgreSQL Thomas Munro
- perltidy version Magnus Hagander
- Re: 2018-03 CFM Aleksander Alekseev
- Re: 2018-03 CFM Magnus Hagander
- Re: Better Upgrades Greg Stark
- Re: 2018-03 CFM Aleksander Alekseev
- Re: perltidy version ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik
- Re: perltidy version Magnus Hagander
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: [HACKERS] Bug in to_timestamp(). Dmitry Dolgov
- Re: [HACKERS] Bug in to_timestamp(). Arthur Zakirov
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Michael Paquier
- Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full Magnus Hagander
- Re: Synchronous replay take III Adam Brusselback
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Michael Paquier
- Re: Online enabling of checksums Magnus Hagander
- Re: Online enabling of checksums Magnus Hagander
- Re: zheap: a new storage format for PostgreSQL Aleksander Alekseev
- Re: ALTER TABLE does not check for column existence before startingoperations David Steele
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Alvaro Herrera
- Re: perltidy version Alvaro Herrera
- Re: Online enabling of checksums Alvaro Herrera
- Re: Online enabling of checksums Magnus Hagander
- Re: Re: [HACKERS] Cached plans and statement generalization David Steele
- Re: [PATCH] Improve geometric types Emre Hasegeli
- Re: [HACKERS] [PATCH] Improve geometric types Emre Hasegeli
- Re: [HACKERS] PoC: full merge join on comparison clause Alexander Kuzmenkov
- Re:Re: [GSOC 18] Performance Farm Project Hongyuan Ma
- Re: Re: reorganizing partitioning code David Steele
- Re: perltidy version Tom Lane
- Re: perltidy version Magnus Hagander
- Re: ALTER TABLE does not check for column existence before starting operations Pierre Ducroquet
- Re: ALTER TABLE does not check for column existence before starting operations Tom Lane
- Re: 2018-03 Commitfest Summary (Andres #4) David Steele
- Re: autovacuum: change priority of the vacuumed tables David Steele
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Alexander Kuzmenkov
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: perltidy version Tom Lane
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: zheap: a new storage format for PostgreSQL Robert Haas
- Re: Optimize Arm64 crc32c implementation in Postgresql Andres Freund
- Re: [GSOC 18] Performance Farm Project Mark Wong
- Re: Rangejoin rebased Alexander Kuzmenkov
- Re: [PATCH] Opclass parameters Nikolay Shaplov
- Re: Re: reorganizing partitioning code Amit Langote
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: Online enabling of checksums Tomas Vondra
- Re: New gist vacuum. Tom Lane
- Re: [GSOC 18] Performance Farm Project Mark Wong
- Re: Online enabling of checksums Robert Haas
- All Taxi Services need Index Clustered Heap Append Darafei "Komяpa" Praliaskouski
- Re: Online enabling of checksums Robert Haas
- Re: [HACKERS] Early locking option to parallel backup Robert Haas
- Re: psql tab completion for ALTER INDEX SET Fujii Masao
- Re: Rangejoin rebased Robert Haas
- Re: [Patch] Checksums for SLRU files Robert Haas
- Re: Online enabling of checksums Tomas Vondra
- Re: [PROPOSAL] Nepali Snowball dictionary Arthur Zakirov
- Re: Rewrite of pg_dump TAP tests Stephen Frost
- Re: New gist vacuum. Andrey Borodin
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: jsonlog logging only some messages? Greg Stark
- Re: WIP: BRIN multi-range indexes Tomas Vondra
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead Nikolay Shaplov
- Re: [HACKERS] [POC] Faster processing at Gather node Robert Haas
- Re: heap_lock_updated_tuple_rec can leak a buffer refcount Alexander Kuzmenkov
- Re: [HACKERS] Creating backup history files for backups taken from standbys Fujii Masao
- Re: [HACKERS] Creating backup history files for backups taken from standbys Fujii Masao
- Re: [PATCH] Verify Checksums during Basebackups Robert Haas
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Robert Haas
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: [HACKERS] log_destination=file Robert Haas
- Re: [HACKERS] log_destination=file Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: IndexJoin memory problem using spgist and boxes Alexander Kuzmenkov
- Re: Kerberos test suite Robbie Harwood
- Re: Kerberos test suite Robbie Harwood
- Re: [PATCH] get rid of StdRdOptions, use individual binaryreloptions representation for each relation kind instead Andres Freund
- Testing "workers launched" in expected output? Really? Tom Lane
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Andres Freund
- Re: [Patch] Checksums for SLRU files Andres Freund
- Re: [HACKERS] Early locking option to parallel backup Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: [HACKERS] pgbench randomness initialization Tom Lane
- Re: 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Tom Lane
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: 2018-03 Commitfest Summary (Andres #3) Andres Freund
- Re: WIP Patch: Precalculate stable functions, infrastructure v1 Andres Freund
- Re: Testing "workers launched" in expected output? Really? Robert Haas
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Robert Haas
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Andres Freund
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Robert Haas
- Re: Testing "workers launched" in expected output? Really? Tom Lane
- Re: 2018-03 Commitfest Summary (Andres #1) Peter Geoghegan
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions David Steele
- Re: Testing "workers launched" in expected output? Really? Robert Haas
- Re: Cached/global query plans, autopreparation Bruce Momjian
- Re: Cached/global query plans, autopreparation Andres Freund
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys David Steele
- Re: Cached/global query plans, autopreparation Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: Cached/global query plans, autopreparation Pavel Stehule
- Re: Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: [HACKERS] PoC plpgsql - possibility to force custom or generic plan Pavel Stehule
- Re: heap_lock_updated_tuple_rec can leak a buffer refcount Tom Lane
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: Online enabling of checksums Magnus Hagander
- Re: prokind column (was Re: [HACKERS] SQL procedures) Peter Eisentraut
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: [HACKERS] [POC] Faster processing at Gather node Tels
- Re: [PATCH] Opclass parameters Nikita Glukhov
- Documenting commitfest Rules Andres Freund
- Re: [HACKERS] log_destination=file Magnus Hagander
- Re: Documenting commitfest Rules Tom Lane
- Re: Testing "workers launched" in expected output? Really? Craig Ringer
- Re: Documenting commitfest Rules Andres Freund
- Re: Online enabling of checksums Tomas Vondra
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: line_perp() (?-|) is broken. Tom Lane
- Re: [COMMITTERS] pgsql: Add much-more-extensive TAP tests forpgbench. Peter Eisentraut
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Andres Freund
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- Re: [COMMITTERS] pgsql: Add much-more-extensive TAP tests for pgbench. Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Andres Freund
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions David Steele
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions David Steele
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: zheap: a new storage format for PostgreSQL Amit Kapila
- Re: zheap: a new storage format for PostgreSQL Mark Kirkwood
- Re: non-bulk inserts and tuple routing Andres Freund
- Re: heap_lock_updated_tuple_rec can leak a buffer refcount Amit Kapila
- Re: non-bulk inserts and tuple routing Andres Freund
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling Peter Eisentraut
- Re: GSOC 2018 ideas Charles Cui
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Erik Rijkers
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling Craig Ringer
- Re: psql tab completion for ALTER INDEX SET Masahiko Sawada
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling Tom Lane
- Re: Cached/global query plans, autopreparation konstantin knizhnik
- Re: WIP Patch: Precalculate stable functions, infrastructure v1 Marina Polyakova
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw Arthur Zakirov
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- public schema default ACL Noah Misch
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? David Rowley
- Re: public schema default ACL Joe Conway
- Desirability of client-side expressions in psql? Fabien COELHO
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: Desirability of client-side expressions in psql? Pavel Stehule
- Re: Online enabling of checksums Robert Haas
- [WIP] Document update for Logical Replication security Shinoda, Noriyoshi
- Re: Online enabling of checksums Robert Haas
- idea - custom menu Pavel Stehule
- Re: Contention preventing locking Amit Kapila
- Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAPsupport Peter Eisentraut
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling Peter Eisentraut
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Peter Eisentraut
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY executionwith errors handling Pavel Stehule
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: TAP test module - PostgresClient Peter Eisentraut
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: All Taxi Services need Index Clustered Heap Append David Rowley
- Re: 2018-03 Commitfest Summary (Andres #1) Tels
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling Tom Lane
- Re: line_perp() (?-|) is broken. Emre Hasegeli
- Re: line_perp() (?-|) is broken. Tom Lane
- Re: Online enabling of checksums Tomas Vondra
- Re: Online enabling of checksums Magnus Hagander
- Re: Online enabling of checksums Tomas Vondra
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: pgbench randomness initialization Chapman Flack
- Re: [PATCH] Minor fixes for reloptions tests Peter Eisentraut
- Re: Cached/global query plans, autopreparation Jim Finnerty
- Re: Function to track shmem reinit time Peter Eisentraut
- Re: perltidy version Magnus Hagander
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Arthur Zakirov
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Peter Eisentraut
- Re: Online enabling of checksums Magnus Hagander
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT Peter Eisentraut
- Re: Function to track shmem reinit time Justin Pryzby
- Re: autovacuum: change priority of the vacuumed tables Jim Nasby
- Re: pgbench - allow to specify scale as a size Peter Eisentraut
- Re: JIT compiling with LLVM v11 Andres Freund
- use of getcwd(3)/chdir(2) during path resolution (exec.c) Petar Bogdanovic
- Re: autovacuum: change priority of the vacuumed tables Tomas Vondra
- Re: autovacuum: change priority of the vacuumed tables Jim Nasby
- Re: autovacuum: change priority of the vacuumed tables Tomas Vondra
- Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAPsupport Michael Paquier
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: perltidy version Tom Lane
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: WIP: BRIN multi-range indexes Tomas Vondra
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Andres Freund
- Re: 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: [HACKERS] plpgsql - additional extra checks Tomas Vondra
- Re: 2018-03 Commitfest Summary (Andres #1) Craig Ringer
- Re: 2018-03 Commitfest Summary (Andres #1) Craig Ringer
- Re: 2018-03 Commitfest Summary (Andres #1) Craig Ringer
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- select_parallel test failure: gather sometimes losing tuples (maybeduring rescans)? Thomas Munro
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples (maybe during rescans)? Andres Freund
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Andrew Dunstan
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: GSOC 2018 ideas Charles Cui
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: 2018-03 Commitfest Summary (Andres #1) Pavel Stehule
- Re: 2018-03 Commitfest Summary (Andres #1) Craig Ringer
- Re: 2018-03 Commitfest Summary (Andres #1) Michael Paquier
- Re: 2018-03 Commitfest Summary (Andres #1) Pavel Stehule
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: pgbench - allow to specify scale as a size Fabien COELHO
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Magnus Hagander
- Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander
- Re: [HACKERS] Small improvement to compactify_tuples Yura Sokolov
- Re: All Taxi Services need Index Clustered Heap Append Ants Aasma
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: All Taxi Services need Index Clustered Heap Append Ants Aasma
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: All Taxi Services need Index Clustered Heap Append David Rowley
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: [HACKERS] Removing useless DISTINCT clauses David Rowley
- Re: Online enabling of checksums Michael Banck
- Re: [PATCH] Verify Checksums during Basebackups Stephen Frost
- Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Tomas Vondra
- Re: [HACKERS] Removing LEFT JOINs in more cases Tom Lane
- Fwd: automatic disable unicode line style when terminal is not unicode Pavel Stehule
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Jeff Janes
- Re: Fwd: automatic disable unicode line style when terminal is not unicode Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: Function to track shmem reinit time Tomas Vondra
- Re: Function to track shmem reinit time Tomas Vondra
- Re: Function to track shmem reinit time Tom Lane
- Re: Function to track shmem reinit time Tomas Vondra
- Re: Fwd: automatic disable unicode line style when terminal is not unicode Pavel Stehule
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander
- Re: IndexJoin memory problem using spgist and boxes Anton Dignös
- Re: [PATCH] Verify Checksums during Basebackups Stephen Frost
- Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- Re: PATCH: psql tab completion for SELECT Tom Lane
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: IndexJoin memory problem using spgist and boxes Tom Lane
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- slow array(subselect) Pavel Stehule
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: slow array(subselect) Tomas Vondra
- Re: slow array(subselect) Pavel Stehule
- Re: perltidy version Andrew Dunstan
- Re: perltidy version Daniel Gustafsson
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Andrew Dunstan
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Daniel Gustafsson
- 34 Fabiano Machado Dias
- Re: Online enabling of checksums Daniel Gustafsson
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Masahiko Sawada
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Masahiko Sawada
- Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative Michael Paquier
- Re: Server won't start with fallback setting by initdb. Michael Paquier
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: non-bulk inserts and tuple routing Amit Langote
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Etsuro Fujita
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Thomas Munro
- Typo in src/backend/access/hash/README Thomas Munro
- Re: Typo in src/backend/access/hash/README Justin Pryzby
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: non-bulk inserts and tuple routing Amit Langote
- Re: JIT compiling with LLVM v11 Thomas Munro
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Ashutosh Bapat
- Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] PoC: full merge join on comparison clause Ashutosh Bapat
- Re: Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: Incorrect use of "an" and "a" in code comments and docs Abhijit Menon-Sen
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Tom Lane
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys Michael Paquier
- Re: Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: Incorrect use of "an" and "a" in code comments and docs David Rowley
- Re: Incorrect use of "an" and "a" in code comments and docs Andres Freund
- Re: Incorrect use of "an" and "a" in code comments and docs Thomas Munro
- Re: Typo in src/backend/access/hash/README Amit Kapila
- Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables Rajkumar Raghuwanshi
- Re: Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: Contention preventing locking Konstantin Knizhnik
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: PATCH: psql tab completion for SELECT Vik Fearing
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee
- Re: chained transactions Simon Riggs
- Re: GSOC 2018 ideas Aleksander Alekseev
- Re: Online enabling of checksums Michael Banck
- Re: Online enabling of checksums Magnus Hagander
- Re: Better Upgrades Daniel Gustafsson
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: Better Upgrades Daniel Gustafsson
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Daniel Gustafsson
- Re: [PATCH] Verify Checksums during Basebackups Stephen Frost
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: [PATCH] Verify Checksums during Basebackups Stephen Frost
- Re: pgbench randomness initialization Fabien COELHO
- Re: [HACKERS] Re: [COMMITTERS] pgsql: Remove pgbench "progress" testpending solution of its timing is (fwd) Fabien COELHO
- Re: All Taxi Services need Index Clustered Heap Append Aleksander Alekseev
- Re: All Taxi Services need Index Clustered Heap Append Darafei "Komяpa" Praliaskouski
- Re: Server Crash while executing pg_replication_slot_advance (secondtime) tushar
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Etsuro Fujita
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Andreas 'ads' Scherbaum
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: new function for tsquery creartion Aleksander Alekseev
- Re: Cache lookup errors with functions manipulation object addresses Aleksander Alekseev
- Re: Flexible configuration for full-text search Aleksander Alekseev
- Re: Better Upgrades David Fetter
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: Transform for pl/perl Pavel Stehule
- Re: [PATCH] Find additional connection service files inpg_service.conf.d directory Curt Tilmes
- Re: Incorrect use of "an" and "a" in code comments and docs Alvaro Herrera
- Re: perltidy version Alvaro Herrera
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys David Steele
- Re: perltidy version Magnus Hagander
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: [PoC PATCH] Parallel dump to /dev/null Andreas 'ads' Scherbaum
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: PATCH: psql tab completion for SELECT Tom Lane
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Tomas Vondra
- Re: PATCH: psql tab completion for SELECT David G. Johnston
- Re: 2018-03 CFM David Steele
- get_actual_variable_range vs idx_scan/idx_tup_fetch, again Marko Tiikkaja
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Tom Lane
- Re: PATCH: psql tab completion for SELECT Tom Lane
- Re: get_actual_variable_range vs idx_scan/idx_tup_fetch, again Tom Lane
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: get_actual_variable_range vs idx_scan/idx_tup_fetch, again Marko Tiikkaja
- Re: Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuplesmeans David Steele
- Re: Re: WIP Patch: Pgbench Serialization and deadlock errors David Steele
- Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tomas Vondra
- Re: Re: BUGFIX: standby disconnect can corrupt serialized reorderbuffers David Steele
- Too much memory allocated for ReorderBufferDiskChange Antonin Houska
- planner failure with ProjectSet + aggregation + parallel query Robert Haas
- Re: [PoC PATCH] Parallel dump to /dev/null Alvaro Herrera
- Re: PATCH: psql tab completion for SELECT Vik Fearing
- Re: Re: [HACKERS] PoC: custom signal handler for extensions David Steele
- Re: Too much memory allocated for ReorderBufferDiskChange Euler Taveira
- Re: [Patch] Checksums for SLRU files Andrey Borodin
- Re: PATCH: psql tab completion for SELECT Vik Fearing
- Re: INOUT parameters in procedures Pavel Stehule
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Alvaro Herrera
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: [HACKERS] PoC: custom signal handler for extensions Maksim Milyutin
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: All Taxi Services need Index Clustered Heap Append Ants Aasma
- Re: 2018-03 CFM Aleksander Alekseev
- Re: [PoC PATCH] Parallel dump to /dev/null Alvaro Herrera
- Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw Arthur Zakirov
- Re: All Taxi Services need Index Clustered Heap Append Alex Kane
- Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files Fujii Masao
- Re: INOUT parameters in procedures Douglas Doole
- Re: [HACKERS] Creating backup history files for backups taken from standbys Fujii Masao
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Alvaro Herrera
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative Andres Freund
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Tomas Vondra
- Re: INOUT parameters in procedures Peter Eisentraut
- Re: INOUT parameters in procedures Pavel Stehule
- Re: Optimize Arm64 crc32c implementation in Postgresql Heikki Linnakangas
- Re: IndexJoin memory problem using spgist and boxes Alexander Kuzmenkov
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Tom Lane
- Re: [HACKERS] PoC: custom signal handler for extensions David Steele
- Re: [HACKERS] user-defined numeric data types triggering ERROR: unsupported type Tom Lane
- Re: Kerberos test suite Peter Eisentraut
- Re: [HACKERS] generated columns Peter Eisentraut
- Re: chained transactions Andres Freund
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Alvaro Herrera
- Re: PATCH: Configurable file mode mask David Steele
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a joindirectly Joe Conway
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Robert Haas
- Re: JIT compiling with LLVM v11 Andres Freund
- RE: [HACKERS] Client Connection redirection support for PostgreSQL Satyanarayana Narlapuram
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Pavel Stehule
- Re: PATCH: Configurable file mode mask David Steele
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Tom Lane
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Thomas Munro
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: PATCH: psql tab completion for SELECT Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: [PATCH] Verify Checksums during Basebackups David Steele
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [HACKERS] Optional message to user when terminating/cancelling backend Daniel Gustafsson
- Re: jsonpath Tomas Vondra
- Re: select_parallel test failure: gather sometimes losing tuples(maybe during rescans)? Tomas Vondra
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Tomas Vondra
- Re: Kerberos test suite Thomas Munro
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: 2018-03 CFM Magnus Hagander
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: 2018-03 CFM David Steele
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly Tom Lane
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Alvaro Herrera
- Re: PATCH: Configurable file mode mask Tom Lane
- Re: PATCH: Configurable file mode mask David Steele
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Alvaro Herrera
- Re: 2018-03 CFM Stephen Frost
- Re: PATCH: Configurable file mode mask Tom Lane
- Re: [HACKERS] user-defined numeric data types triggering ERROR:unsupported type Tomas Vondra
- Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a joindirectly Joe Conway
- Re: jsonpath Oleg Bartunov
- Re: 2018-03 CFM Thomas Munro
- Re: Weird failures on lorikeet Thomas Munro
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Andres Freund
- Re: [HACKERS] Creating backup history files for backups taken fromstandbys Michael Paquier
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: 2018-03 Commitfest Summary (Andres #1) Andres Freund
- Re: jsonpath Nikita Glukhov
- Re: PATCH: Configurable file mode mask David Steele
- Re: SQL/JSON: functions Nikita Glukhov
- Re: SQL/JSON: JSON_TABLE Nikita Glukhov
- RE: [bug fix] pg_rewind takes long time because it mistakenlycopies data files Tsunakawa, Takayuki
- Re: 2018-03 CFM David Steele
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Andres Freund
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Andres Freund
- Re: Faster inserts with mostly-monotonically increasing values Peter Geoghegan
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Andres Freund
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Andres Freund
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Cache lookup errors with functions manipulation object addresses Michael Paquier
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Tom Lane
- Re: Faster inserts with mostly-monotonically increasing values Peter Geoghegan
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Tom Lane
- Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: Change RangeVarGetRelidExtended() to take flags argument? Tom Lane
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Michael Paquier
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Michael Paquier
- Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids(). Andres Freund
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: Change RangeVarGetRelidExtended() to take flags argument? Michael Paquier
- Re: Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: 2018-03 CFM Thomas Munro
- Re: Change RangeVarGetRelidExtended() to take flags argument? Michael Paquier
- Re: User defined data types in Logical Replication Masahiko Sawada
- Re: PATCH: Configurable file mode mask David Steele
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: 2018-03 CFM David Steele
- Re: 2018-03 CFM Andres Freund
- Re: All Taxi Services need Index Clustered Heap Append Craig Ringer
- Re: Re: BUGFIX: standby disconnect can corrupt serialized reorder buffers Craig Ringer
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: Faster inserts with mostly-monotonically increasing values Peter Geoghegan
- Re: Kerberos test suite Michael Paquier
- Re: pgsql: Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) Alvaro Herrera
- Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Yugo Nagata
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: Faster inserts with mostly-monotonically increasing values Peter Geoghegan
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit) Yura Sokolov
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Pavel Stehule
- Re: inserts into partitioned table may cause crash Amit Langote
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? David Rowley
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: public schema default ACL Noah Misch
- Re: using index or check in ALTER TABLE SET NOT NULL Ildar Musin
- Re: Re: BUGFIX: standby disconnect can corrupt serialized reorder buffers Craig Ringer
- Re: INOUT parameters in procedures Pavel Stehule
- Re: Re: BUGFIX: standby disconnect can corrupt serialized reorder buffers Craig Ringer
- Re: MCV lists for highly skewed distributions John Naylor
- Re: WIP: Covering + unique indexes. Thomas Munro
- Re: INOUT parameters in procedures Pavel Stehule
- Re: [HACKERS] PoC: full merge join on comparison clause Alexander Kuzmenkov
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: IndexJoin memory problem using spgist and boxes Anton Dignös
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Etsuro Fujita
- Re: [HACKERS] make async slave to wait for lsn to be replayed Ivan Kartyshov
- Re: [HACKERS] make async slave to wait for lsn to be replayed Dmitry Ivanov
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: [HACKERS] make async slave to wait for lsn to be replayed Simon Riggs
- Re: Faster inserts with mostly-monotonically increasing values Simon Riggs
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: committing inside cursor loop Ildus Kurbangaliev
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: General purpose hashing func in pgbench Teodor Sigaev
- Re: All Taxi Services need Index Clustered Heap Append Darafei "Komяpa" Praliaskouski
- Re: BUGFIX: standby disconnect can corrupt serialized reorder buffers Petr Jelinek
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: pgbench - allow to specify scale as a size Peter Eisentraut
- cannot drop replication slot if server is running in single-user mode tushar
- Re: All Taxi Services need Index Clustered Heap Append Darafei "Komяpa" Praliaskouski
- Re: General purpose hashing func in pgbench Ildar Musin
- Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw Arthur Zakirov
- Re: Re: [PATCH] Atomic pgrename on Windows David Steele
- Re: Contention preventing locking Amit Kapila
- Re: Re: [PATCH] Atomic pgrename on Windows Alexander Korotkov
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [PATCH] Atomic pgrename on Windows David Steele
- Re: [PATCH] Atomic pgrename on Windows Alexander Korotkov
- Re: Re: [HACKERS] Subscription code improvements David Steele
- Re: Flexible configuration for full-text search Aleksandr Parfenov
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE David Steele
- Re: Changing the autovacuum launcher scheduling; oldest table firstalgorithm Alvaro Herrera
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- Re: Re: [HACKERS] [PATCH] kNN for SP-GiST David Steele
- Re: using index or check in ALTER TABLE SET NOT NULL Ildar Musin
- Re: Re: Boolean partitions syntax David Steele
- Re: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT David Steele
- Re: Re: [HACKERS] Can ICU be used for a database's default sortorder? David Steele
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: Add default role 'pg_access_server_files' Stephen Frost
- Re: WIP Patch: Pgbench Serialization and deadlock errors David Steele
- Re: Re: Re: [HACKERS] Cached plans and statement generalization David Steele
- Re: Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE Alvaro Herrera
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Bossart, Nathan
- Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE David Steele
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: Speed up the removal of WAL files Fujii Masao
- Re: Kerberos test suite Peter Eisentraut
- Re: Kerberos test suite Peter Eisentraut
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)? Alvaro Herrera
- Re: pgsql: Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) Alvaro Herrera
- Re: Kerberos test suite Robbie Harwood
- Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE Tom Lane
- Re: Prefix operator for text and spgist support Arthur Zakirov
- Re: Kerberos test suite Alvaro Herrera
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: Rewrite of pg_dump TAP tests Stephen Frost
- Re: Rewrite of pg_dump TAP tests Alvaro Herrera
- Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov
- Re: using index or check in ALTER TABLE SET NOT NULL Alvaro Herrera
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: PATCH: Configurable file mode mask David Steele
- Re: All Taxi Services need Index Clustered Heap Append Evgeniy Shishkin
- Re: using index or check in ALTER TABLE SET NOT NULL Tom Lane
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: constraint exclusion and nulls in IN (..) clause Tom Lane
- Re: [COMMITTERS] pgsql: Add much-more-extensive TAP tests forpgbench. Peter Eisentraut
- Re: check error messages in SSL tests Peter Eisentraut
- Re: [HACKERS] [Patch] Log SSL certificate verification errors Peter Eisentraut
- Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative Peter Eisentraut
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Peter Eisentraut
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: public schema default ACL Robert Haas
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Michail Nikolaev
- Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Tom Lane
- Re: Rewriting the test of pg_upgrade as a TAP test - take two Tom Lane
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: public schema default ACL Tom Lane
- Re: Re: BUGFIX: standby disconnect can corrupt serialized reorderbuffers Alvaro Herrera
- Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Daniel Gustafsson
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Tels
- Re: Server won't start with fallback setting by initdb. Peter Eisentraut
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: Temporary tables prevent autovacuum, leading to XID wraparound Tom Lane
- Re: line_perp() (?-|) is broken. Kyotaro HORIGUCHI
- Re: TAP test module - PostgresClient Kyotaro HORIGUCHI
- Re: Hash Joins vs. Bloom Filters / take 2 Patrick Krecker
- Re: [HACKERS] [Patch] Log SSL certificate verification errors Michael Paquier
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: check error messages in SSL tests Michael Paquier
- Re: Speed up the removal of WAL files Michael Paquier
- Re: [HACKERS] make async slave to wait for lsn to be replayed Michael Paquier
- Re: public schema default ACL Stephen Frost
- Re: [doc fix] Correct calculation of vm.nr_hugepages Peter Eisentraut
- Re: [doc fix] Correct calculation of vm.nr_hugepages Peter Eisentraut
- Re: JIT compiling with LLVM v11 Thomas Munro
- Re: Suspicious call of initial_cost_hashjoin() Peter Eisentraut
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw Stephen Frost
- Re: Server won't start with fallback setting by initdb. Stephen Frost
- Comment on top of RangeVarGetRelidExtended in namespace.c mentioningRangeVarGetRelid Michael Paquier
- Re: GSOC 2018 ideas Charles Cui
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: Comment on top of RangeVarGetRelidExtended in namespace.cmentioning RangeVarGetRelid Stephen Frost
- Re: BUG #14941: Vacuum crashes Michael Paquier
- Re: BUG #14941: Vacuum crashes Michael Paquier
- Re: Comment on top of RangeVarGetRelidExtended in namespace.cmentioning RangeVarGetRelid Michael Paquier
- Missing break statement after transformCallStmt in transformStmt Ashutosh Bapat
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin
- RE: Speed up the removal of WAL files Tsunakawa, Takayuki
- Re: Add default role 'pg_access_server_files' Michael Paquier
- Re: Missing break statement after transformCallStmt in transformStmt Michael Paquier
- Re: Rewrite of pg_dump TAP tests Michael Paquier
- GiST VACUUM Andrey Borodin
- Re: 2018-03 CFM Andrey Borodin
- Re: 2018-03 CFM Michael Paquier
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: public schema default ACL Noah Misch
- Some message fixes Kyotaro HORIGUCHI
- Re: 2018-03 CFM Andrey Borodin
- parse callback allows inserting cursorpos when hide_stmt. Kyotaro HORIGUCHI
- RE: Temporary tables prevent autovacuum, leading to XID wraparound Tsunakawa, Takayuki
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova
- Re: csv format for psql Fabien COELHO
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: csv format for psql Pavel Stehule
- Re: Some message fixes Alvaro Herrera
- Re: parallel append vs. simple UNION ALL Rajkumar Raghuwanshi
- Re: [HACKERS] GSoC 2017: Foreign Key Arrays Alvaro Herrera
- Re: Protect syscache from bloating with negative cache entries Alvaro Herrera
- Re: using index or check in ALTER TABLE SET NOT NULL Ildar Musin
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: public schema default ACL Petr Jelinek
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: Add default role 'pg_access_server_files' Stephen Frost
- Re: [PROPOSAL] Shared Ispell dictionaries Pavel Stehule
- Re: Rewrite of pg_dump TAP tests Stephen Frost
- Re: public schema default ACL Stephen Frost
- Re: public schema default ACL Stephen Frost
- Re: User defined data types in Logical Replication Masahiko Sawada
- Typo in objectaccess.h prototype Daniel Gustafsson
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Andrey Borodin
- Re: Re: [HACKERS] Subscription code improvements Masahiko Sawada
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [PROPOSAL] Shared Ispell dictionaries Pavel Stehule
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [PROPOSAL] Shared Ispell dictionaries Pavel Stehule
- Re: [PROPOSAL] Shared Ispell dictionaries Pavel Stehule
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Prabhat Sahu
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: General purpose hashing func in pgbench Ildar Musin
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Prabhat Sahu
- Re: Typo in objectaccess.h prototype Peter Eisentraut
- Re: [HACKERS] Subscription code improvements Alvaro Herrera
- Re: [HACKERS] Subscription code improvements Alvaro Herrera
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas
- Re: public schema default ACL Peter Eisentraut
- Re: [HACKERS] Subscription code improvements David Steele
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: jsonpath Nikita Glukhov
- Re: Re: PATCH: pgbench - break out timing data for initializationphases David Steele
- Re: SQL/JSON: functions Nikita Glukhov
- Re: SQL/JSON: JSON_TABLE Nikita Glukhov
- Re: Re: WIP Patch: Precalculate stable functions, infrastructure v1 David Steele
- Re: public schema default ACL Alvaro Herrera
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Subscription code improvements Alvaro Herrera
- Re: [HACKERS] Subscription code improvements David Steele
- Re: public schema default ACL Tom Lane
- Re: Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME David Steele
- Re: GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: public schema default ACL Stephen Frost
- Re: [PATCH][PROPOSAL] Add enum releation option type Nikolay Shaplov
- Re: Implementing SQL ASSERTION David Fetter
- Re: public schema default ACL Petr Jelinek
- Re: [PATCH][PROPOSAL] Add enum releation option type Nikolay Shaplov
- Re: public schema default ACL Stephen Frost
- Limit global default function execution privileges David G. Johnston
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: Limit global default function execution privileges Stephen Frost
- Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead Nikolay Shaplov
- Re: [PATCH][PROPOSAL] Add enum releation option type Alvaro Herrera
- Re: PATCH: Configurable file mode mask David Steele
- Re: [GSOC 18] Discussion on the datatable Mark Wong
- Re: public schema default ACL Petr Jelinek
- Re: Change RangeVarGetRelidExtended() to take flags argument? Bossart, Nathan
- Re: public schema default ACL Petr Jelinek
- Re: public schema default ACL Stephen Frost
- Re: public schema default ACL Stephen Frost
- Re: public schema default ACL Petr Jelinek
- Re: public schema default ACL Stephen Frost
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: GSoC 2017: weekly progress reports (week 6) Andres Freund
- Re: GSoC 2017: weekly progress reports (week 6) Andres Freund
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: Protect syscache from bloating with negative cache entries Alvaro Herrera
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT Matheus de Oliveira
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT Matheus de Oliveira
- Re: csv format for psql Fabien COELHO
- Re: csv format for psql Pavel Stehule
- Re: csv format for psql David Fetter
- Re: pgbench's expression parsing & negative numbers Fabien COELHO
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: csv format for psql Fabien COELHO
- Fix missing spaces in docs Fabrízio de Royes Mello
- Re: csv format for psql David Fetter
- Re: csv format for psql Pavel Stehule
- Re: csv format for psql Daniel Verite
- Re: csv format for psql Daniel Verite
- Re: planner failure with ProjectSet + aggregation + parallel query Robert Haas
- Re: Protect syscache from bloating with negative cache entries Robert Haas
- Re: csv format for psql Daniel Verite
- Re: FOR EACH ROW triggers on partitioned tables Thomas Munro
- Re: csv format for psql Pavel Stehule
- Re: Server won't start with fallback setting by initdb. Robert Haas
- Re: RFC: Add 'taint' field to pg_control. Robert Haas
- Re: csv format for psql David Fetter
- Re: [HACKERS] SERIALIZABLE with parallel query Robert Haas
- Re: public schema default ACL Peter Eisentraut
- Re: faster testing with symlink installs Robert Haas
- Re: public schema default ACL David G. Johnston
- Re: unused includes in test_decoding Robert Haas
- Re: Two-phase update of restart_lsn in LogicalConfirmReceivedLocation Robert Haas
- Re: faster testing with symlink installs Tom Lane
- Re: Two-phase update of restart_lsn in LogicalConfirmReceivedLocation Tom Lane
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: Server won't start with fallback setting by initdb. Michael Paquier
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- RE: Protect syscache from bloating with negative cache entries Tsunakawa, Takayuki
- Re: [HACKERS] Subscription code improvements Masahiko Sawada
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Tomas Vondra
- Re: INOUT parameters in procedures Peter Eisentraut
- Re: Add default role 'pg_access_server_files' Michael Paquier
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Tomas Vondra
- Re: Add default role 'pg_access_server_files' Michael Paquier
- archive_command Rui DeSousa
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Andres Freund
- Re: Two-phase update of restart_lsn in LogicalConfirmReceivedLocation Craig Ringer
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: pgstat_report_activity() and parallel CREATE INDEX (was: Parallelindex creation & pg_stat_activity) Peter Geoghegan
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: RFC: Add 'taint' field to pg_control. Andres Freund
- Re: Some message fixes Kyotaro HORIGUCHI
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: Server won't start with fallback setting by initdb. Robert Haas
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Robert Haas
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Pavan Deolasee
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: Protect syscache from bloating with negative cache entries Tom Lane
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: RFC: Add 'taint' field to pg_control. Tom Lane
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Ashutosh Bapat
- Testbed for predtest.c ... and some arguable bugs therein Tom Lane
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Pavan Deolasee
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Jeff Janes
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Khandekar
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- Re: RFC: Add 'taint' field to pg_control. Craig Ringer
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Khandekar
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Pavan Deolasee
- Re: INOUT parameters in procedures Pavel Stehule
- Re: csv format for psql Pavel Stehule
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: parallel append vs. simple UNION ALL Rajkumar Raghuwanshi
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: csv format for psql Fabien COELHO
- Re: csv format for psql Pavel Stehule
- Re: Failed to request an autovacuum work-item in silence Ildar Musin
- Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types Matheus de Oliveira
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: csv format for psql Fabien COELHO
- Re: csv format for psql Pavel Stehule
- Re: csv format for psql Pavel Stehule
- Concurrency bug in UPDATE of partition-key Amit Khandekar
- Re: JIT compiling with LLVM v11 Thomas Munro
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Shubham Barai
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: Failed to request an autovacuum work-item in silence Alvaro Herrera
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: [HACKERS] Subscription code improvements Masahiko Sawada
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Robert Haas
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas
- RE: unique indexes on partitioned tables Shinoda, Noriyoshi
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: unique indexes on partitioned tables Alvaro Herrera
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Prabhat Sahu
- Re: WIP: Covering + unique indexes. Anastasia Lubennikova
- Re: Server won't start with fallback setting by initdb. Tom Lane
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Tom Lane
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Robert Haas
- Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Robert Haas
- Re: Testbed for predtest.c ... and some arguable bugs therein Robert Haas
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Pavan Deolasee
- Re: Temporary tables prevent autovacuum, leading to XID wraparound Robert Haas
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Robert Haas
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: Temporary tables prevent autovacuum, leading to XID wraparound Tom Lane
- Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane
- disable SSL compression? Peter Eisentraut
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Andres Freund
- Re: public schema default ACL Robert Haas
- Re: [HACKERS] GnuTLS support Peter Eisentraut
- Re: Temporary tables prevent autovacuum, leading to XID wraparound Robert Haas
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Andres Freund
- Re: Handling better supported channel binding types for SSLimplementations Peter Eisentraut
- Re: disable SSL compression? Claudio Freire
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Andres Freund
- Re: RFC: Add 'taint' field to pg_control. Andres Freund
- Re: JIT compiling with LLVM v11 Thomas Munro
- Re: Implementing SQL ASSERTION Joe Wildish
- Re: Implementing SQL ASSERTION David Fetter
- using worker_spi as pattern Jeremy Finzel
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Tomas Vondra
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: using worker_spi as pattern Michael Paquier
- Re: Speed up the removal of WAL files Michael Paquier
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- RE: Speed up the removal of WAL files Tsunakawa, Takayuki
- Re: disable SSL compression? Peter Eisentraut
- Re: csv format for psql Peter Eisentraut
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: csv format for psql Pavel Stehule
- Re: using worker_spi as pattern Jeremy Finzel
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: disable SSL compression? Craig Ringer
- Re: disable SSL compression? Claudio Freire
- Re: disable SSL compression? Gasper Zejn
- Re: using worker_spi as pattern Michael Paquier
- Re: public schema default ACL Noah Misch
- Re: public schema default ACL Noah Misch
- Re: Let's remove DSM_INPL_NONE. Kyotaro HORIGUCHI
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: public schema default ACL Noah Misch
- Re: csv format for psql Fabien COELHO
- Fixes for missing schema qualifications Michael Paquier
- Re: [PATCH] Improve geometric types Kyotaro HORIGUCHI
- Problem while setting the fpw with SIGHUP Dilip Kumar
- RE: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Tsunakawa, Takayuki
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: [PATCH] Improve geometric types Emre Hasegeli
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Etsuro Fujita
- Re: Testbed for predtest.c ... and some arguable bugs therein Robert Haas
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full Julian Markwort
- Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut
- Re: disable SSL compression? Magnus Hagander
- Re: Fixes for missing schema qualifications David Steele
- Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] MERGE SQL Statement for PG11 Alvaro Herrera
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Peter Eisentraut
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Peter Eisentraut
- Re: csv format for psql Pavel Stehule
- Re: Precision loss casting float to numeric Emre Hasegeli
- Re: Implementing SQL ASSERTION Robert Haas
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: Failed to request an autovacuum work-item in silence Masahiko Sawada
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: [HACKERS] Runtime Partition Pruning Jesper Pedersen
- Re: PATCH: Configurable file mode mask David Steele
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Arthur Zakirov
- Re: csv format for psql Daniel Verite
- Re: csv format for psql Daniel Verite
- Re: csv format for psql David G. Johnston
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: Implementing SQL ASSERTION Thomas Munro
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: using worker_spi as pattern Jeremy Finzel
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Peter Eisentraut
- Re: csv format for psql Daniel Verite
- Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut
- Bogus use of canonicalize_qual Tom Lane
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit) Yura Sokolov
- Re: csv format for psql David G. Johnston
- Re: constraint exclusion and nulls in IN (..) clause Tom Lane
- Re: csv format for psql Fabien COELHO
- Re: csv format for psql Fabien COELHO
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: Fixes for missing schema qualifications Noah Misch
- Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- Re: remove pg_class.relhaspkey Tomas Vondra
- Re: Online enabling of checksums Michael Banck
- Re: Concurrency bug in UPDATE of partition-key Amit Kapila
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Mark Dilger
- Re: disable SSL compression? Craig Ringer
- Google Summer of Code: Potential Applicant Christos Maris
- Re: Sample values for pg_stat_statements Tomas Vondra
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Michail Nikolaev
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: Online enabling of checksums Michael Banck
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: [PROPOSAL] timestamp informations to pg_stat_statements legrand legrand
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Alvaro Herrera
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: Fixes for missing schema qualifications Alvaro Herrera
- Re: All Taxi Services need Index Clustered Heap Append legrand legrand
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Mark Dilger
- Re: [RFC] What would be difficult to make data models pluggable formaking PostgreSQL a multi-model database? Henry
- Re: [PROPOSAL] timestamp informations to pg_stat_statements Tomas Vondra
- Re: Bogus use of canonicalize_qual Tom Lane
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- VACUUM FULL vs dropped columns Andrew Dunstan
- Intermittent pg_ctl failures on Windows Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: VACUUM FULL vs dropped columns Tom Lane
- Re: VACUUM FULL vs dropped columns Andrew Dunstan
- Re: disable SSL compression? Peter Eisentraut
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- initdb help message about WAL segment size Magnus Hagander
- Re: disable SSL compression? Magnus Hagander
- Re: initdb help message about WAL segment size Michael Paquier
- Re: Bogus use of canonicalize_qual Dean Rasheed
- Re: PATCH: Unlogged tables re-initialization tests Michael Paquier
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin
- Parallel index creation does not properly cleanup after error David Rowley
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: disable SSL compression? Peter Eisentraut
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Inconsistent behavior in serializable snapshot Kuntal Ghosh
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Justin Pryzby
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- [GSOC 18] Performance Farm Project——Initialization Project Hongyuan Ma
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: disable SSL compression? Magnus Hagander
- GSOC 2018 proposal Charles Cui
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: Bogus use of canonicalize_qual Tom Lane
- Re: disable SSL compression? Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [GSOC 18] Performance Farm Project——Initialization Project Dave Page
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Alexander Korotkov
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Alexander Korotkov
- Using JIT for VACUUM, COPY, ANALYZE Pavel Stehule
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Dmitry Dolgov
- Re: Sample values for pg_stat_statements Greg Stark
- Re: Using JIT for VACUUM, COPY, ANALYZE Andres Freund
- Re: Parallel index creation does not properly cleanup after error Peter Geoghegan
- Re: Using JIT for VACUUM, COPY, ANALYZE Andres Freund
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alexander Korotkov
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: FOR EACH ROW triggers on partitioned tables Thomas Munro
- Re: Foreign keys and partitioned tables Alvaro Herrera
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Ashutosh Bapat
- WARNING in parallel index creation. Jeff Janes
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: Inconsistent behavior in serializable snapshot Kuntal Ghosh
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Andrey Borodin
- Re: [HACKERS] proposal: schema variables Pavel Luzanov
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Etsuro Fujita
- Fix error in ECPG while connection handling Jeevan Ladhe
- Re: Transform for pl/perl Anthony Bykov
- Re: GSOC 2018 proposal Aleksander Alekseev
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: Concurrency bug in UPDATE of partition-key Amit Khandekar
- Re: All Taxi Services need Index Clustered Heap Append Konstantin Knizhnik
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Michail Nikolaev
- Re: Failed to request an autovacuum work-item in silence Ildar Musin
- [HACKERS] Commitfest 2018-9 duplicate patch deletion request. Shinoda, Noriyoshi
- Re: pg_serial early wraparound Anastasia Lubennikova
- Re: Prefix operator for text and spgist support Ildus Kurbangaliev
- RE: Intermittent pg_ctl failures on Windows Badrul Chowdhury
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Commitfest 2018-9 duplicate patch deletion request. David Steele
- Corrupted data due to system power failure Enzo Diletti
- Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re:Re: [GSOC 18] Performance Farm Project——Initialization Project Hongyuan Ma
- Re: Google Summer of Code: Potential Applicant Aleksander Alekseev
- Re:Google Summer of Code: Potential Applicant Hongyuan Ma
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut
- Re: Cast jsonb to numeric, int, float, bool Darafei "Komяpa" Praliaskouski
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: Cast jsonb to numeric, int, float, bool Tom Lane
- Re: Transform for pl/perl Pavel Stehule
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: Cast jsonb to numeric, int, float, bool Darafei "Komяpa" Praliaskouski
- Re: Jsonb transform for pl/python Nikita Glukhov
- Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: [HACKERS] proposal: schema variables Pavel Luzanov
- Re: PATCH: Unlogged tables re-initialization tests ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: pgsql: Allow UNIQUE indexes on partitioned tables Alvaro Herrera
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Ambigous Plan - Larger Table on Hash Side Narendra Pradeep U U
- Re: pgsql: Allow UNIQUE indexes on partitioned tables Alvaro Herrera
- Re: Cast jsonb to numeric, int, float, bool Tom Lane
- Re: Ambigous Plan - Larger Table on Hash Side Tom Lane
- Additional Statistics Hooks Mat Arye
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: All Taxi Services need Index Clustered Heap Append stalkthetiger
- Re: Ambigous Plan - Larger Table on Hash Side Andres Freund
- Re: CURRENT OF causes an error when IndexOnlyScan is used Tom Lane
- Re: Ambigous Plan - Larger Table on Hash Side Tom Lane
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: Function to track shmem reinit time Grigory Smolkin
- Re: Additional Statistics Hooks Euler Taveira
- Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Dave Page
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: Additional Statistics Hooks Mat Arye
- Re: Google Summer of Code: Potential Applicant Christos Maris
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- explain with costs in subselect.sql Andres Freund
- Re: explain with costs in subselect.sql Tom Lane
- Re: explain with costs in subselect.sql Andres Freund
- Re: Additional Statistics Hooks Tom Lane
- Re: unique indexes on partitioned tables Alvaro Herrera
- Re: Fix error in ECPG while connection handling Michael Meskes
- RE: [HACKERS] Commitfest 2018-9 duplicate patch deletion request. Shinoda, Noriyoshi
- RE: unique indexes on partitioned tables Shinoda, Noriyoshi
- Re: Google Summer of Code: Potential Applicant Craig Ringer
- Re: Google Summer of Code: Potential Applicant Craig Ringer
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: WARNING in parallel index creation. Peter Geoghegan
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Ashutosh Bapat
- Re: GSOC 2018 proposal Charles Cui
- Re: parallel append vs. simple UNION ALL Ashutosh Bapat
- Re: [HACKERS] why not parallel seq scan for slow functions Ashutosh Bapat
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: PATCH: Unlogged tables re-initialization tests Michael Paquier
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: Ambigous Plan - Larger Table on Hash Side Ashutosh Bapat
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- RE: Temporary tables prevent autovacuum, leading to XID wraparound Tsunakawa, Takayuki
- Re: MCV lists for highly skewed distributions John Naylor
- Re: proposal: schema variables Pavel Luzanov
- Re: Google Summer of Code: Potential Applicant Aleksander Alekseev
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Anastasia Lubennikova
- Re: Additional Statistics Hooks David Rowley
- Re: Additional Statistics Hooks Ashutosh Bapat
- Re: Ambigous Plan - Larger Table on Hash Side Narendra Pradeep U U
- Re: SQL/JSON: functions Simon Riggs
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alexander Korotkov
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Andrey Borodin
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Google Summer of Code: Potential Applicant Christos Maris
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: Re: [HACKERS] make async slave to wait for lsn to be replayed David Steele
- Re: SQL/JSON: functions Oleg Bartunov
- Re: INOUT parameters in procedures Peter Eisentraut
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: Google Summer of Code: Potential Applicant Aleksander Alekseev
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: JIT compiling with LLVM v11 Peter Eisentraut
- Re: [HACKERS] Proposal: generic WAL compression Oleg Ivanov
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: PATCH: Configurable file mode mask David Steele
- Re: Transform for pl/perl Nikita Glukhov
- Re: PATCH: Configurable file mode mask Tom Lane
- Re: Google Summer of Code: Potential Applicant Andrey Borodin
- Re: [HACKERS] Another oddity in handling of WCO constraints inpostgres_fdw Stephen Frost
- Re: committing inside cursor loop Peter Eisentraut
- [submit code] I develop a tool for pgsql, how can I submit it leap
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: PATCH: Configurable file mode mask David Steele
- Re: Additional Statistics Hooks Mat Arye
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. Tom Lane
- Re: Google Summer of Code: Potential Applicant Stephen Frost
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: PATCH: Configurable file mode mask David Steele
- Re: Additional Statistics Hooks Mat Arye
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Arthur Zakirov
- Re: PATCH: Exclude temp relations from base backup David Steele
- Re: PATCH: Unlogged tables re-initialization tests Alvaro Herrera
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Michail Nikolaev
- Re: PATCH: Configurable file mode mask Tom Lane
- Re: PATCH: Configurable file mode mask Chapman Flack
- Re: Additional Statistics Hooks Tom Lane
- Inquiry regarding the projects under GSOC Dr K.G Yadav
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: [HACKERS] path toward faster partition pruning Jesper Pedersen
- Re: TupleTableSlot abstraction Alvaro Herrera
- Re: INOUT parameters in procedures Pavel Stehule
- Re: PATCH: Configurable file mode mask Chapman Flack
- Re: TupleTableSlot abstraction Andres Freund
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: JIT compiling with LLVM v11 Robert Haas
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: proposal: schema variables Pavel Stehule
- Re: PATCH: Configurable file mode mask Tom Lane
- Re: Fix error in ECPG while connection handling Jeevan Ladhe
- neqjoinsel versus "refresh materialized view concurrently" Jeff Janes
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: [HACKERS] taking stdbool.h into use Peter Eisentraut
- Re: [submit code] I develop a tool for pgsql, how can I submit it Laurenz Albe
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Robert Haas
- Re: PATCH: Configurable file mode mask Chapman Flack
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: JIT compiling with LLVM v11 Thomas Munro
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: neqjoinsel versus "refresh materialized view concurrently" Thomas Munro
- Re: [submit code] I develop a tool for pgsql, how can I submit it Euler Taveira
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: [HACKERS] path toward faster partition pruning Alvaro Herrera
- Re: SQL/JSON: functions Michael Paquier
- Re: neqjoinsel versus "refresh materialized view concurrently" Thomas Munro
- Re: SQL/JSON: functions Andres Freund
- Re: neqjoinsel versus "refresh materialized view concurrently" Tom Lane
- Re: [HACKERS] path toward faster partition pruning Alvaro Herrera
- Re: neqjoinsel versus "refresh materialized view concurrently" Tom Lane
- JIT compiling with LLVM v12 Andres Freund
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: neqjoinsel versus "refresh materialized view concurrently" Thomas Munro
- Re: SQL/JSON: functions Oleg Bartunov
- Re: Fixes for missing schema qualifications Tatsuo Ishii
- Re: Fixes for missing schema qualifications Tatsuo Ishii
- Re: Fixes for missing schema qualifications David G. Johnston
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath David Rowley
- Re: Fixes for missing schema qualifications Tatsuo Ishii
- ExplainProperty* and units Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: Fixes for missing schema qualifications David G. Johnston
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Bossart, Nathan
- Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuplesinaccurate. David Gould
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: ExplainProperty* and units David Rowley
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: neqjoinsel versus "refresh materialized view concurrently" Jeff Janes
- Re: add queryEnv to ExplainOneQuery_hook Jim Finnerty
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: User defined data types in Logical Replication Masahiko Sawada
- Re: Changing the autovacuum launcher scheduling; oldest table first algorithm Masahiko Sawada
- Re: Fixes for missing schema qualifications David G. Johnston
- Re: Fixes for missing schema qualifications Michael Paquier
- planner bug regarding lateral and subquery? Tatsuro Yamada
- Re:Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Hongyuan Ma
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: planner bug regarding lateral and subquery? Stephen Frost
- Re: planner bug regarding lateral and subquery? David G. Johnston
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: add queryEnv to ExplainOneQuery_hook Thomas Munro
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: Ambigous Plan - Larger Table on Hash Side Ashutosh Bapat
- Re: planner bug regarding lateral and subquery? Tatsuro Yamada
- Re: [bug fix] Cascaded standby cannot start after a clean shutdown Michael Paquier
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: add queryEnv to ExplainOneQuery_hook Michael Paquier
- Re: planner bug regarding lateral and subquery? Tatsuro Yamada
- Re: add queryEnv to ExplainOneQuery_hook Tom Lane
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: remove pg_class.relhaspkey Michael Paquier
- Re: inserts into partitioned table may cause crash Amit Langote
- Re: fixing more format truncation issues Michael Paquier
- Re: Google Summer of Code: Potential Applicant Aleksander Alekseev
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: [submit code] I develop a tool for pgsql, how can I submit it Aleksander Alekseev
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: inserts into partitioned table may cause crash Amit Langote
- Incorrect comment for ExecProcessReturning Etsuro Fujita
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: Fixes for missing schema qualifications Noah Misch
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: inserts into partitioned table may cause crash Thomas Munro
- Comment fixes in create_grouping_paths() add_paths_to_append_rel() Ashutosh Bapat
- Re: Faster inserts with mostly-monotonically increasing values Simon Riggs
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: committing inside cursor loop Ildus Kurbangaliev
- Re: Parallel index creation does not properly cleanup after error David Rowley
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: General purpose hashing func in pgbench Ildar Musin
- Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut
- Re: Incorrect comment for ExecProcessReturning Stephen Frost
- Re: [HACKERS] Custom compression methods Ildus Kurbangaliev
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: PATCH: Unlogged tables re-initialization tests David Steele
- Re: Faster inserts with mostly-monotonically increasing values Simon Riggs
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: SQL/JSON: functions Alexander Korotkov
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Failed to request an autovacuum work-item in silence Alvaro Herrera
- EXPLAIN of Parallel Append Jesper Pedersen
- Re: ExplainProperty* and units Andres Freund
- Re: Comment fixes in create_grouping_paths()add_paths_to_append_rel() Stephen Frost
- Re: ExplainProperty* and units Andres Freund
- Re: ExplainProperty* and units Tom Lane
- Re: ExplainProperty* and units Andres Freund
- Re: ExplainProperty* and units Tom Lane
- Re: INOUT parameters in procedures Peter Eisentraut
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: ExplainProperty* and units Andres Freund
- Re: PATCH: Configurable file mode mask David Steele
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: Parallel index creation does not properly cleanup after error Peter Geoghegan
- Re: PATCH: Configurable file mode mask David Steele
- Re: Ambigous Plan - Larger Table on Hash Side Jeff Janes
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: SQL/JSON: functions Pavel Stehule
- Re: remove pg_class.relhaspkey Peter Eisentraut
- Re: Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Dave Page
- Re: Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Mark Wong
- Instability in parallel regression tests Tom Lane
- Re: neqjoinsel versus "refresh materialized view concurrently" Thomas Munro
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: remove pg_class.relhaspkey Michael Paquier
- Re: ExplainProperty* and units David Rowley
- Re: Instability in parallel regression tests Thomas Munro
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Instability in parallel regression tests Tom Lane
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: Failed to request an autovacuum work-item in silence Masahiko Sawada
- Re: Instability in parallel regression tests Thomas Munro
- Re: [GSOC 18] Performance Farm Project——Initialization Project Dave Page
- Re: Instability in parallel regression tests Tom Lane
- Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: Incorrect comment for ExecProcessReturning Etsuro Fujita
- Re: Comment fixes in create_grouping_paths() add_paths_to_append_rel() Ashutosh Bapat
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: INOUT parameters in procedures Jeff Janes
- Re: Additional Statistics Hooks Ashutosh Bapat
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: Transform for pl/perl Pavel Stehule
- Re: CURRENT OF causes an error when IndexOnlyScan is used Yugo Nagata
- Re: SQL/JSON: functions Oleg Bartunov
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Fixes for missing schema qualifications Noah Misch
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- GSOC :Thrift datatype support (2018) Pranav Negi
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re:Re: [submit code] I develop a tool for pgsql, how can I submitit leap
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- PostgreSQL opens all the indexes of a relation for every Query during Planning Time? Meenatchi Sandanam
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Arthur Zakirov
- Re: Failed to request an autovacuum work-item in silence Alvaro Herrera
- Passing estate to assign_simple_var() Ashutosh Sharma
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Alexander Korotkov
- Clarification needed for comment in storage/file/fd.c samuel cherukutty
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patchfor hash index Amit Kapila
- Re: Re: [submit code] I develop a tool for pgsql, how can I submit it Aleksander Alekseev
- Re: Online enabling of checksums Daniel Gustafsson
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Robert Haas
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Robert Haas
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: INOUT parameters in procedures Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: Additional Statistics Hooks Tomas Vondra
- Re: using index or check in ALTER TABLE SET NOT NULL Ildar Musin
- worker_spi.naptime in worker_spi example Jeremy Finzel
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Tom Lane
- "SELECT ... FROM DUAL" is not quite as silly as it appears Tom Lane
- Re: "SELECT ... FROM DUAL" is not quite as silly as it appears Robert Haas
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Robert Haas
- Re: fixing more format truncation issues Peter Eisentraut
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- WaitLatchOrSocket optimization Konstantin Knizhnik
- Re: fixing more format truncation issues Tom Lane
- Re: SSL passphrase prompt external command Daniel Gustafsson
- Re: JIT compiling with LLVM v11 Catalin Iacob
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: chained transactions Alvaro Herrera
- Re: JIT compiling with LLVM v11 Tom Lane
- Re: SQL/JSON: functions Nikita Glukhov
- Re: SQL/JSON: JSON_TABLE Nikita Glukhov
- Re: jsonpath Nikita Glukhov
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: worker_spi.naptime in worker_spi example Chapman Flack
- Re: WaitLatchOrSocket optimization Andres Freund
- Re: JIT compiling with LLVM v11 Catalin Iacob
- Re: INOUT parameters in procedures Jeff Janes
- Re: JIT compiling with LLVM v11 Andres Freund
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: worker_spi.naptime in worker_spi example Jeremy Finzel
- Re: worker_spi.naptime in worker_spi example Chapman Flack
- missing support of named convention for procedures Pavel Stehule
- Re: INOUT parameters in procedures Tom Lane
- Re: worker_spi.naptime in worker_spi example Jeremy Finzel
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: SET TRANSACTION in PL/pgSQL Alexander Korotkov
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alexander Korotkov
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alexander Korotkov
- Re: Clarification needed for comment in storage/file/fd.c Michael Paquier
- Re: Failed to request an autovacuum work-item in silence Masahiko Sawada
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: handling of heap rewrites in logical decoding Peter Eisentraut
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: User defined data types in Logical Replication Masahiko Sawada
- Re: Fixes for missing schema qualifications Michael Paquier
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit) Tomas Vondra
- Re: User defined data types in Logical Replication Alvaro Herrera
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: [HACKERS] plpgsql - additional extra checks Tomas Vondra
- Re:Re: Re: [submit code] I develop a tool for pgsql, how can Isubmit it leap
- Re: PL/pgSQL nested CALL with transactions Peter Eisentraut
- Re: [HACKERS] MERGE SQL Statement for PG11 Stephen Frost
- Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types Tomas Vondra
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: handling of heap rewrites in logical decoding Craig Ringer
- Re: Re: pgbench randomness initialization Chapman Flack
- Re: fixing more format truncation issues Michael Paquier
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: PL/pgSQL nested CALL with transactions Pavel Stehule
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- pspg pager 1.0.0 Pavel Stehule
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- RE: [bug fix] Cascaded standby cannot start after a clean shutdown Tsunakawa, Takayuki
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [bug fix] Cascaded standby cannot start after a clean shutdown Michael Paquier
- RE: [bug fix] Cascaded standby cannot start after a clean shutdown Tsunakawa, Takayuki
- segmentation fault in pg head with SQL function. Prabhat Sahu
- Re: Ambigous Plan - Larger Table on Hash Side Narendra Pradeep U U
- Re: segmentation fault in pg head with SQL function. Michael Paquier
- Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: missing support of named convention for procedures Pavel Stehule
- Re: WaitLatchOrSocket optimization Konstantin Knizhnik
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Pavel Stehule
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: "SELECT ... FROM DUAL" is not quite as silly as it appears Ashutosh Bapat
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Pavel Stehule
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Hash join in SELECT target list expression keeps consuming memory Amit Khandekar
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: missing support of named convention for procedures Pavel Stehule
- Re: missing support of named convention for procedures Pavel Stehule
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Arthur Zakirov
- Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee
- Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Ashutosh Bapat
- Re: parallel append vs. simple UNION ALL Ashutosh Bapat
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: parallel append vs. simple UNION ALL Rajkumar Raghuwanshi
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: ON CONFLICT DO UPDATE for partitioned tables Etsuro Fujita
- Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Shubham Barai
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: PATCH: Configurable file mode mask David Steele
- Re: Re: pgbench randomness initialization Fabien COELHO
- Re: "SELECT ... FROM DUAL" is not quite as silly as it appears Tom Lane
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: MCV lists for highly skewed distributions Tomas Vondra
- Re: segmentation fault in pg head with SQL function. Tom Lane
- Re: GSOC :Thrift datatype support (2018) Aleksander Alekseev
- Re: SSL passphrase prompt external command Peter Eisentraut
- Question about WalSndWriteData Konstantin Knizhnik
- Re: fixing more format truncation issues Peter Eisentraut
- Re: SSL passphrase prompt external command Daniel Gustafsson
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: PostgreSQL opens all the indexes of a relation for every Queryduring Planning Time? Jason Petersen
- Re: chained transactions Peter Eisentraut
- Re: PL/pgSQL nested CALL with transactions Peter Eisentraut
- Re: PL/pgSQL nested CALL with transactions Pavel Stehule
- Re: PL/pgSQL nested CALL with transactions Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: PL/pgSQL nested CALL with transactions Pavel Stehule
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: ON CONFLICT DO UPDATE for partitioned tables Peter Geoghegan
- Update doc links to https where appropriate? Andres Freund
- Re: Hash join in SELECT target list expression keeps consuming memory Tom Lane
- Re: Update doc links to https where appropriate? Daniel Gustafsson
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: CURRENT OF causes an error when IndexOnlyScan is used Tom Lane
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Daniel Gustafsson
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: ExplainProperty* and units Andres Freund
- Re: ON CONFLICT DO UPDATE for partitioned tables Andres Freund
- Re: CURRENT OF causes an error when IndexOnlyScan is used Tom Lane
- Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem Claudio Freire
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit) Yura Sokolov
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit) Tomas Vondra
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- RE: User defined data types in Logical Replication Huong Dangminh
- [PATCH] add apps directory; add model classes; add db_toolsdirectory; Hongyuan Ma
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: JIT compiling with LLVM v12.1 Andres Freund
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Amit Kapila
- [GSOC 18] Perf Farm——Description of patch Hongyuan Ma
- Re: SSL passphrase prompt external command Peter Eisentraut
- strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tomas Vondra
- Problems with Error Messages wrt Domains, Checks john frazer
- ECPG oracle mode test program patch Shinoda, Noriyoshi
- Re: disable SSL compression? Peter Eisentraut
- Re: Re: Re: [GSOC 18] Performance Farm Project——Initialization Project Magnus Hagander
- Re: disable SSL compression? Peter Eisentraut
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tomas Vondra
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: Problems with Error Messages wrt Domains, Checks David G. Johnston
- Re: Google Summer of Code: Potential Applicant Christos Maris
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: ECPG oracle mode test program patch Michael Meskes
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full Magnus Hagander
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Andres Freund
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tomas Vondra
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Andres Freund
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Andres Freund
- Re: MCV lists for highly skewed distributions Tomas Vondra
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tomas Vondra
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Andres Freund
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Andres Freund
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Fwd: Problems with Error Messages wrt Domains, Checks john frazer
- HELP Projat Banerjee
- Re: MCV lists for highly skewed distributions Tomas Vondra
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tomas Vondra
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: pgbench randomness initialization Chapman Flack
- Re: Precision loss casting float to numeric Chapman Flack
- PostgreSQL 10: Segmentation fault when using GROUPING SETS with allunsortable columns Huong Dangminh
- Re: [bug fix] Cascaded standby cannot start after a clean shutdown Michael Paquier
- Re: SSL passphrase prompt external command Michael Paquier
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- [GSoC 2018] Proposal Draft Kefan Yang
- Re: [GSoC 2018] Proposal Draft Peter Geoghegan
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Tom Lane
- Re: Precision loss casting float to numeric Tom Lane
- Re: [GSoC 2018] Proposal Draft Kefan Yang
- Re: Precision loss casting float to numeric Tom Lane
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tom Lane
- Re: [GSoC 2018] Proposal Draft Peter Geoghegan
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Recently-introduced segfault in initdb? Isaac Morland
- Re: Recently-introduced segfault in initdb? Isaac Morland
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Recently-introduced segfault in initdb? Alvaro Herrera
- Re: MCV lists for highly skewed distributions John Naylor
- Re: Implementing SQL ASSERTION Joe Wildish
- Re: Online enabling of checksums Michael Banck
- Re: Online enabling of checksums Andrey Borodin
- Re: Recently-introduced segfault in initdb? Isaac Morland
- Re: [GSoC 2018] Proposal Draft Andrey Borodin
- Re: Recently-introduced segfault in initdb? Tom Lane
- [GSoC] Proposal Submission Christos Maris
- Re: Google Summer of Code: Potential Applicant Christos Maris
- Re: Google Summer of Code: Potential Applicant Andrey Borodin
- Re: Google Summer of Code: Potential Applicant Christos Maris
- Lexically-scoped options Chapman Flack
- include/pgtar.h is missing include guards? Andres Freund
- Re: Implementing SQL ASSERTION David Fetter
- Re: IndexJoin memory problem using spgist and boxes Anton Dignös
- jsonb nesting level edge case Dmitry Dolgov
- ECPG installcheck tests fail if PGDATABASE is set Andres Freund
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Daniel Gustafsson
- Flexible permissions for REFRESH MATERIALIZED VIEW Isaac Morland
- Re: include/pgtar.h is missing include guards? Magnus Hagander
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Thomas Munro
- Re: strange failure in plpgsql_control tests (on fulmar, ICC 14.0.3) Thomas Munro
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Fixing some issues in matview.c's refresh-query construction Tom Lane
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: Online enabling of checksums Daniel Gustafsson
- Re: Online enabling of checksums Daniel Gustafsson
- Re: ECPG installcheck tests fail if PGDATABASE is set Tom Lane
- Re: ECPG installcheck tests fail if PGDATABASE is set Andres Freund
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Daniel Gustafsson
- Re: ECPG installcheck tests fail if PGDATABASE is set Tom Lane
- Re: ECPG installcheck tests fail if PGDATABASE is set Andres Freund
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: Flexible permissions for REFRESH MATERIALIZED VIEW Tom Lane
- Re: ECPG installcheck tests fail if PGDATABASE is set Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: HELP Craig Ringer
- Re: [PROPOSAL] Shared Ispell dictionaries Andres Freund
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: User defined data types in Logical Replication Masahiko Sawada
- Re: [HACKERS] GUC for cleanup indexes threshold. Kyotaro HORIGUCHI
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: [HACKERS] GUC for cleanup indexes threshold. Kyotaro HORIGUCHI
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key amul sul
- Re: Online enabling of checksums Heikki Linnakangas
- Re: Hash join in SELECT target list expression keeps consuming memory Amit Khandekar
- Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier
- Re: User defined data types in Logical Replication Kyotaro HORIGUCHI
- Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: INOUT parameters in procedures Rushabh Lathia
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] Restricting maximum keep segments by repslots Kyotaro HORIGUCHI
- Re: Google Summer of Code: Potential Applicant Andrey Borodin
- Re: inserts into partitioned table may cause crash Amit Langote
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Typo in be_tls_write Daniel Gustafsson
- Re: Typo in be_tls_write Magnus Hagander
- Re: [bug fix] ECPG: freeing memory for pgtypes crashes on Windows Kyotaro HORIGUCHI
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [Patch] Checksums for SLRU files Andrey Borodin
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: Online enabling of checksums Andrey Borodin
- Re: User defined data types in Logical Replication Masahiko Sawada
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: Online enabling of checksums Magnus Hagander
- Re: [HACKERS] Add support for tuple routing to foreign partitions Amit Langote
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: Online enabling of checksums Magnus Hagander
- Re: Online enabling of checksums Andrey Borodin
- Re: [PROPOSAL] Shared Ispell dictionaries Ildus Kurbangaliev
- Re: ON CONFLICT DO UPDATE for partitioned tables Etsuro Fujita
- Re: inserts into partitioned table may cause crash Alvaro Herrera
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: Problems with Error Messages wrt Domains, Checks David G. Johnston
- Re: [HACKERS] GUC for cleanup indexes threshold. Claudio Freire
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Problems with Error Messages wrt Domains, Checks Tom Lane
- Re: inserts into partitioned table may cause crash Robert Haas
- Error detail/hint style fixup Daniel Gustafsson
- Re: Problems with Error Messages wrt Domains, Checks David G. Johnston
- configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: Problems with Error Messages wrt Domains, Checks Tom Lane
- Re: Problems with Error Messages wrt Domains, Checks David G. Johnston
- Re: Error detail/hint style fixup Tom Lane
- Re: MCV lists for highly skewed distributions John Naylor
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: [PROPOSAL] Shared Ispell dictionaries Andres Freund
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: IndexJoin memory problem using spgist and boxes Alexander Kuzmenkov
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: Compile error while building postgresql 10.3 Andres Freund
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Andres Freund
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Tom Lane
- Trigger file behavior with the standby Keiko Oda
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: Compile error while building postgresql 10.3 Thomas Munro
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: Compile error while building postgresql 10.3 Tom Lane
- Re: [HACKERS] plpgsql - additional extra checks Tomas Vondra
- Re: Compile error while building postgresql 10.3 Terry Phelps
- Re: inserts into partitioned table may cause crash Alvaro Herrera
- Re: Error detail/hint style fixup Daniel Gustafsson
- Re: neqjoinsel versus "refresh materialized view concurrently" Tom Lane
- Re: Problems with Error Messages wrt Domains, Checks David G. Johnston
- Re: Problems with Error Messages wrt Domains, Checks Tom Lane
- RE: PostgreSQL 10: Segmentation fault when using GROUPING SETS withall unsortable columns Huong Dangminh
- Re: PostgreSQL 10: Segmentation fault when using GROUPING SETS withall unsortable columns Andres Freund
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: inserts into partitioned table may cause crash Amit Langote
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: committing inside cursor loop Peter Eisentraut
- Re: INOUT parameters in procedures Peter Eisentraut
- Re: configure's checks for --enable-tap-tests are insufficient Craig Ringer
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: configure's checks for --enable-tap-tests are insufficient Chapman Flack
- Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: configure's checks for --enable-tap-tests are insufficient Michael Paquier
- Re: inserts into partitioned table may cause crash Etsuro Fujita
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Kyotaro HORIGUCHI
- Re: IndexJoin memory problem using spgist and boxes Tom Lane
- Re: Trigger file behavior with the standby Michael Paquier
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] GUC for cleanup indexes threshold. Kyotaro HORIGUCHI
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: [HACKERS] GUC for cleanup indexes threshold. Kyotaro HORIGUCHI
- Re: jsonpath Andrew Dunstan
- Re: jsonpath Andrew Dunstan
- Re: Problem while setting the fpw with SIGHUP Dilip Kumar
- Re: jsonpath Tom Lane
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- Re: [HACKERS] taking stdbool.h into use Michael Paquier
- Re: [HACKERS] taking stdbool.h into use Tom Lane
- Re: Problem while setting the fpw with SIGHUP Dilip Kumar
- XID-assigned idle transactions affect vacuum's job. Masahiko Sawada
- Re: [HACKERS] Add support for tuple routing to foreign partitions Amit Langote
- Re: PostgreSQL opens all the indexes of a relation for every Queryduring Planning Time? Meenatchi Sandanam
- possibly to automatic detection of bad variable types in plans? Pavel Stehule
- Re: PostgreSQL 10: Segmentation fault when using GROUPING SETS with all unsortable columns Andrew Gierth
- Re: [PoC PATCH] Parallel dump to /dev/null Christoph Berg
- Re: IndexJoin memory problem using spgist and boxes Anton Dignös
- Re: Online enabling of checksums Andrey Borodin
- Re: INOUT parameters in procedures Rushabh Lathia
- Re: Online enabling of checksums Magnus Hagander
- Re: PostgreSQL 10: Segmentation fault when using GROUPING SETS with all unsortable columns Andrew Gierth
- Re: [HACKERS] [PATCH] Generic type subscripting Oleksandr Shulgin
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: XID-assigned idle transactions affect vacuum's job. Amit Kapila
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Define variable only in the scope that needs it Antonin Houska
- Re: [HACKERS] Optional message to user when terminating/cancelling backend Eren Başak
- Re: configure's checks for --enable-tap-tests are insufficient ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: ON CONFLICT DO UPDATE for partitioned tables Etsuro Fujita
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Lack of T_TargetEntry in exprType function Konstantin Knizhnik
- Re: [HACKERS] Add support for tuple routing to foreign partitions Alvaro Herrera
- Re: [HACKERS] plpgsql - additional extra checks Tomas Vondra
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] Optional message to user when terminating/cancellingbackend Christoph Berg
- Re: [HACKERS] plpgsql - additional extra checks Tels
- Torsten Grust
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Paquier
- Re: Lack of T_TargetEntry in exprType function Tom Lane
- Re: INOUT parameters in procedures Merlin Moncure
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: INOUT parameters in procedures Pavel Stehule
- Re: INOUT parameters in procedures Merlin Moncure
- Re: Lack of T_TargetEntry in exprType function Konstantin Knizhnik
- Re: configure's checks for --enable-tap-tests are insufficient ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: [PoC PATCH] Parallel dump to /dev/null Christoph Berg
- Re: XID-assigned idle transactions affect vacuum's job. Tom Lane
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: Online enabling of checksums Magnus Hagander
- Re: XID-assigned idle transactions affect vacuum's job. Masahiko Sawada
- Re: Lack of T_TargetEntry in exprType function Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: file cloning in pg_upgrade and CREATE DATABASE Peter Eisentraut
- Re: [PoC PATCH] Parallel dump to /dev/null Tom Lane
- Re: [PoC PATCH] Parallel dump to /dev/null Christoph Berg
- Re: INOUT parameters in procedures Pavel Stehule
- Re: PATCH: Configurable file mode mask David Steele
- Re: XID-assigned idle transactions affect vacuum's job. Masahiko Sawada
- Re: Define variable only in the scope that needs it Robert Haas
- Re: [WIP PATCH] Index scan offset optimisation using visibility map Michail Nikolaev
- Re: missing support of named convention for procedures Peter Eisentraut
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: configure's checks for --enable-tap-tests are insufficient ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- GSOC 2018 Proposal review Garima Natani
- Re: configure's checks for --enable-tap-tests are insufficient ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: [PATCH] session_replication_role = replica with TRUNCATE Peter Eisentraut
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: [HACKERS] per-sesson errors after interrupting CLUSTERpg_attribute (not attrdef) Justin Pryzby
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera
- Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Tom Lane
- Re: [HACKERS] per-sesson errors after interrupting CLUSTERpg_attribute (not attrdef) Justin Pryzby
- Re: constraint exclusion and nulls in IN (..) clause Tom Lane
- Re: configure's checks for --enable-tap-tests are insufficient Alvaro Herrera
- Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera
- Re: [HACKERS] plpgsql - additional extra checks Pavel Stehule
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Peter Eisentraut
- Re: configure's checks for --enable-tap-tests are insufficient ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: configure's checks for --enable-tap-tests are insufficient Andres Freund
- Re: configure's checks for --enable-tap-tests are insufficient Tom Lane
- Re: configure's checks for --enable-tap-tests are insufficient Christoph Berg
- Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tomas Vondra
- Re: configure's checks for --enable-tap-tests are insufficient Alvaro Herrera
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Add "docs" to top-level Makefile for non-GNU make? Thomas Munro
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] taking stdbool.h into use Peter Eisentraut
- Re: [HACKERS] taking stdbool.h into use Andres Freund
- RE: PostgreSQL 10: Segmentation fault when using GROUPING SETS withall unsortable columns Huong Dangminh
- Re: INOUT parameters in procedures Merlin Moncure
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: INOUT parameters in procedures Merlin Moncure
- Re: [HACKERS] path toward faster partition pruning Robert Haas
- Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort
- Re: PATCH: Configurable file mode mask Stephen Frost
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: [PoC PATCH] Parallel dump to /dev/null Stephen Frost
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: [HACKERS] Optional message to user when terminating/cancelling backend Daniel Gustafsson
- Re: WIP: BRIN multi-range indexes Tomas Vondra
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: Question about WalSndWriteData Peter Eisentraut
- Re: [GSoC 2018] Proposal Draft Kefan Yang
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Stephen Frost
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: [HACKERS] taking stdbool.h into use Michael Paquier
- Re: Removing useless DISTINCT clauses Melanie Plageman
- Re: [HACKERS] taking stdbool.h into use Andres Freund
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Rady, Doug
- Re: [HACKERS] taking stdbool.h into use Tom Lane
- Re: PATCH: psql tab completion for SELECT Edmund Horner
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: Question about WalSndWriteData Konstantin Knizhnik
- Re: handling of heap rewrites in logical decoding Craig Ringer
- Re: missing support of named convention for procedures Pavel Stehule
- Re: JIT compiling with LLVM v12.2 Catalin Iacob
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: [HACKERS] [PATCH] Incremental sort Darafei "Komяpa" Praliaskouski
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: [HACKERS] taking stdbool.h into use Peter Eisentraut
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- pg_basebackup: Missing newlines in some error messages Michael Banck
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: pg_basebackup: Missing newlines in some error messages Daniel Gustafsson
- Re: pg_basebackup: Missing newlines in some error messages Alvaro Herrera
- Re: pg_basebackup: Missing newlines in some error messages Michael Banck
- Re: pg_basebackup: Missing newlines in some error messages Alvaro Herrera
- Re: pg_basebackup: Missing newlines in some error messages Alvaro Herrera
- Re: pg_basebackup: Missing newlines in some error messages Michael Banck
- pg_basebackup: Allow setting replication slots in recovery.confeven if wal-method is none Michael Banck
- Re: pg_basebackup: Missing newlines in some error messages Alvaro Herrera
- Re: Hash join in SELECT target list expression keeps consuming memory Jaime Soler
- Re: handling of heap rewrites in logical decoding Peter Eisentraut
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Peter Eisentraut
- Re: constraint exclusion and nulls in IN (..) clause Tom Lane
- Re: Re: Re: reorganizing partitioning code David Steele
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: Re: Re: reorganizing partitioning code Alvaro Herrera
- Re: pgbench - add \if support Teodor Sigaev
- Re: constraint exclusion and nulls in IN (..) clause Emre Hasegeli
- Re: Re: new function for tsquery creartion David Steele
- Re: Re: Re: Boolean partitions syntax David Steele
- Re: Re: Rewriting the test of pg_upgrade as a TAP test - take two David Steele
- Re: Hash join in SELECT target list expression keeps consuming memory Tomas Vondra
- Re: General purpose hashing func in pgbench Teodor Sigaev
- Re: pgsql: Fix CommandCounterIncrement in partition-related DDL Alvaro Herrera
- Re: pgbench randomness initialization Teodor Sigaev
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: handling of heap rewrites in logical decoding Craig Ringer
- Re: Hash join in SELECT target list expression keeps consuming memory Tom Lane
- Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types Tomas Vondra
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT Alvaro Herrera
- Re: Re: csv format for psql David Steele
- Re: [HACKERS] Secondary index access optimizations Konstantin Knizhnik
- Re: Re: Sample values for pg_stat_statements David Steele
- Re: reorganizing partitioning code Tom Lane
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Peter Eisentraut
- Re: pgbench - add \if support Fabien COELHO
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Bossart, Nathan
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: Re: Protect syscache from bloating with negative cache entries David Steele
- Re: Re: ALTER TABLE ADD COLUMN fast default David Steele
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Bossart, Nathan
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Multiple-output-file make rules: We're Doing It Wrong Tom Lane
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: [PoC PATCH] Parallel dump to /dev/null Peter Geoghegan
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: JIT compiling with LLVM v12.2 Andres Freund
- pg_stat_statements HLD for futur developments legrand legrand
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: Jsonb transform for pl/python Peter Eisentraut
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Dmitry Dolgov
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions Tomas Vondra
- Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Paquier
- Re: Re: Rewriting the test of pg_upgrade as a TAP test - take two Michael Paquier
- Re: [HACKERS] taking stdbool.h into use Michael Paquier
- Re: Re: Rewriting the test of pg_upgrade as a TAP test - take two Craig Ringer
- Re: Re: Rewriting the test of pg_upgrade as a TAP test - take two Michael Paquier
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: [HACKERS] taking stdbool.h into use Tom Lane
- Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier
- Re: reorganizing partitioning code Amit Langote
- Re: Boolean partitions syntax Amit Langote
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: Multiple-output-file make rules: We're Doing It Wrong Tom Lane
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: faster testing with symlink installs Michael Paquier
- Re: faster testing with symlink installs Michael Paquier
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: Removing useless DISTINCT clauses David Rowley
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: pgbench randomness initialization Fabien COELHO
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Removing useless DISTINCT clauses Laurenz Albe
- Re: Hash join in SELECT target list expression keeps consuming memory Jaime Soler
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: pg_stat_statements HLD for futur developments Fabien COELHO
- Re: [HACKERS] Secondary index access optimizations Konstantin Knizhnik
- Re: MCV lists for highly skewed distributions Dean Rasheed
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: constraint exclusion and nulls in IN (..) clause Amit Langote
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee
- RE: pg_stat_statements HLD for futur developments legrand legrand
- Re: [HACKERS] PATCH: Batch/pipelining support for libpq Kyotaro HORIGUCHI
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- RE: pg_stat_statements HLD for futur developments Fabien COELHO
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Ashutosh Bapat
- Re: constraint exclusion and nulls in IN (..) clause Tom Lane
- Re: Boolean partitions syntax David Steele
- FYI: jOOQ blog Bear Giles
- Re: faster testing with symlink installs Tom Lane
- Re: new function for tsquery creartion Dmitry Ivanov
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander
- Re: missing support of named convention for procedures Pavel Stehule
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: [HACKERS] new function for tsquery creartion Teodor Sigaev
- Re: WIP: a way forward on bootstrap data Alvaro Herrera
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: pgbench - add \if support Teodor Sigaev
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: faster testing with symlink installs Robert Haas
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: Re: csv format for psql Daniel Verite
- Re: Change RangeVarGetRelidExtended() to take flags argument? Bossart, Nathan
- Re: PL/pgSQL nested CALL with transactions Tomas Vondra
- Re: Re: csv format for psql Pavel Stehule
- Re: Prefix operator for text and spgist support Teodor Sigaev
- Re: Error detail/hint style fixup Tom Lane
- Re: [PATCH] Verify Checksums during Basebackups David Steele
- Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Fujii Masao
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: [HACKERS] Surjective functional indexes Simon Riggs
- Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas
- Re: pgstat_report_activity() and parallel CREATE INDEX (was: Parallelindex creation & pg_stat_activity) Robert Haas
- Re: Updating parallel.sgml's treatment of parallel joins Robert Haas
- Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tom Lane
- Re: Changing default value of wal_sync_method to open_datasync on Linux Robert Haas
- Re: Typo with pg_multixact/offset in multixact.c Robert Haas
- Re: Re: csv format for psql Fabien COELHO
- Re: TOAST table created for partitioned tables Robert Haas
- Re: [FEATURE PATCH] pg_stat_statements with plans (v02) legrand legrand
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Error detail/hint style fixup Daniel Gustafsson
- Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tom Lane
- Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tomas Vondra
- Re: parallel append vs. simple UNION ALL Robert Haas
- Re: Re: Re: reorganizing partitioning code Robert Haas
- Re: Re: Re: reorganizing partitioning code Alvaro Herrera
- Re: [HACKERS] Surjective functional indexes Alvaro Herrera
- Re: [HACKERS] Surjective functional indexes Alvaro Herrera
- Re: Error detail/hint style fixup Tom Lane
- Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Faster inserts with mostly-monotonically increasing values Claudio Freire
- Re: Removing useless DISTINCT clauses David Rowley
- Re: Typo with pg_multixact/offset in multixact.c Michael Paquier
- Re: TOAST table created for partitioned tables Amit Langote
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- bugfifx: a minor mistake in brin_inclusion.c comment Tomas Vondra
- Re: [HACKERS] MERGE SQL Statement for PG11 Alvaro Herrera
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] taking stdbool.h into use Peter Eisentraut
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: [HACKERS] taking stdbool.h into use Peter Eisentraut
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: [HACKERS] MERGE SQL Statement for PG11 Amit Langote
- Re: [PoC PATCH] Parallel dump to /dev/null Michael Paquier
- Re: Faster inserts with mostly-monotonically increasing values Andrew Dunstan
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: Removing useless DISTINCT clauses Laurenz Albe
- Re: [HACKERS] MERGE SQL Statement for PG11 Amit Langote
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- Re: Error detail/hint style fixup Daniel Gustafsson
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Pavan Deolasee
- Re: Prefix operator for text and spgist support Alexander Korotkov
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Comment update in BuildTupleFromCStrings() Ashutosh Bapat
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Odd procedure resolution Ashutosh Bapat
- Re: ON CONFLICT DO UPDATE for partitioned tables Etsuro Fujita
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Odd procedure resolution Ashutosh Bapat
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Teodor Sigaev
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Re: csv format for psql Daniel Verite
- Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Re: [HACKERS] MERGE SQL Statement for PG11 Amit Langote
- Re: Removing useless DISTINCT clauses Jim Finnerty
- Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas
- Re: [HACKERS] PATCH: Batch/pipelining support for libpq Daniel Verite
- Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] A design for amcheck heapam verification Andrey Borodin
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Teodor Sigaev
- Re: Odd procedure resolution Tom Lane
- GSOC 2018 Ideas Vimal Rathod
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: PATCH: Configurable file mode mask Peter Eisentraut
- Re: Odd procedure resolution Ashutosh Bapat
- Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full Julian Markwort
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: [PATCH] Verify Checksums during Basebackups David Steele
- Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Amit Kapila
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Andres Freund
- Re: [HACKERS] logical decoding of two-phase transactions Simon Riggs
- Do I understand commit timestamps correctly? Chapman Flack
- Re: GSOC 2018 Ideas Jaime Soler
- Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik
- Re: Do I understand commit timestamps correctly? Alvaro Herrera
- Re: [HACKERS] Surjective functional indexes Alvaro Herrera
- Re: [HACKERS] Surjective functional indexes Simon Riggs
- max_memory_per_backend GUC to limit backend's memory usage Vladimir Sitnikov
- Re: max_memory_per_backend GUC to limit backend's memory usage Andres Freund
- Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik
- Re: PATCH: Exclude unlogged tables from base backups Teodor Sigaev
- Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik
- Backend memory dump analysis Vladimir Sitnikov
- Re: PATCH: Exclude unlogged tables from base backups David Steele
- Re: PATCH: Configurable file mode mask David Steele
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: PATCH: Exclude temp relations from base backup David Steele
- Re: Removing useless DISTINCT clauses Melanie Plageman
- Re: file cloning in pg_upgrade and CREATE DATABASE Bruce Momjian
- Re: Backend memory dump analysis Andres Freund
- Re: Re: csv format for psql Fabien COELHO
- Re: Backend memory dump analysis Vladimir Sitnikov
- Re: Backend memory dump analysis Andres Freund
- Re: Backend memory dump analysis Tom Lane
- Re: Re: csv format for psql Pavel Stehule
- Re: Re: csv format for psql Pavel Stehule
- ppc64le support in 9.3 branch? Tom Lane
- Re: ppc64le support in 9.3 branch? Andres Freund
- Re: Backend memory dump analysis Andres Freund
- Re: ppc64le support in 9.3 branch? Magnus Hagander
- Re: Backend memory dump analysis Tom Lane
- Re: Backend memory dump analysis Andres Freund
- Re: Backend memory dump analysis Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Backend memory dump analysis Teodor Sigaev
- Re: Removing useless DISTINCT clauses David Rowley
- Re: Removing useless DISTINCT clauses David Rowley
- Re: Removing useless DISTINCT clauses David Rowley
- Re: Sample values for pg_stat_statements legrand legrand
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: public schema default ACL Noah Misch
- Fwd: Re: GSOC 2018 Ideas Vimal Rathod
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: Re: GSOC 2018 Ideas Amit Kapila
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Re: csv format for psql Fabien COELHO
- Re: Re: csv format for psql Pavel Stehule
- Running Installcheck remotely Kapil Sharma
- Re: Re: csv format for psql Pavel Stehule
- Re: Re: csv format for psql Pavel Stehule
- Re: Running Installcheck remotely Michael Paquier
- Re: Re: csv format for psql Pavel Stehule
- Re: Re: csv format for psql Fabien COELHO
- Re: pgbench randomness initialization Fabien COELHO
- Re: pgbench - test whether a variable exists Fabien COELHO
- Re: [HACKERS] pgbench - allow to store select results intovariables Fabien COELHO
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Pavan Deolasee
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Re: PL/pgSQL nested CALL with transactions Peter Eisentraut
- [GSoC 18] Perf Farm Project——Proposal Draft Hongyuan Ma
- Re: Running Installcheck remotely Tom Lane
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: Backend memory dump analysis Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Undesirable entries in typedefs list Tom Lane
- Re: Undesirable entries in typedefs list Andres Freund
- Re: Undesirable entries in typedefs list Tom Lane
- Re: Undesirable entries in typedefs list Andres Freund
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Proposal: http2 wire format Damir Simunic
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: Why does load_external_function() return PGFunction? Andres Freund
- Re: Undesirable entries in typedefs list Andres Freund
- Re: [PROPOSAL] Shared Ispell dictionaries Tom Lane
- Re: Undesirable entries in typedefs list Peter Geoghegan
- Re: Undesirable entries in typedefs list Andres Freund
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: Faster inserts with mostly-monotonically increasing values Andrew Dunstan
- Re: Changing default value of wal_sync_method to open_datasync on Linux MauMau
- Re: Undesirable entries in typedefs list Andrew Dunstan
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Stephen Frost
- Re: JIT compiling with LLVM v12.2 Thomas Munro
- Re: Using base backup exclusion filters to reduce data transferred with pg_rewind Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: [PROPOSAL] Shared Ispell dictionaries Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: [PROPOSAL] Shared Ispell dictionaries Tom Lane
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Fabien COELHO
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Fabien COELHO
- Simplify final sync in pg_rewind's target folder and add --no-sync Michael Paquier
- Re: [bug fix] ECPG: freeing memory for pgtypes crashes on Windows MauMau
- Re: Re: csv format for psql Fabien COELHO
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: Re: csv format for psql Pavel Stehule
- Re: Backend memory dump analysis Vladimir Sitnikov
- Re: Backend memory dump analysis Tom Lane
- Re: Proposal: http2 wire format David Fetter
- Re: Backend memory dump analysis Vladimir Sitnikov
- Re: Backend memory dump analysis Tom Lane
- Re: [PROPOSAL] Shared Ispell dictionaries Tom Lane
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Peter Eisentraut
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: Backend memory dump analysis Vladimir Sitnikov
- Re: [FEATURE PATCH] pg_stat_statements with plans (v02) Arthur Zakirov
- Re: Proposal: http2 wire format Damir Simunic
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: ALTER TABLE ADD COLUMN fast default David Rowley
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Stephen Frost
- Re: Undesirable entries in typedefs list Andrew Dunstan
- Re: file cloning in pg_upgrade and CREATE DATABASE Peter Eisentraut
- Re: file cloning in pg_upgrade and CREATE DATABASE Peter Eisentraut
- Re: Add default role 'pg_access_server_files' Stephen Frost
- Re: Parallel Aggregates for string_agg and array_agg Stephen Frost
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: Proposal: http2 wire format Craig Ringer
- Re: Backend memory dump analysis Craig Ringer
- Re: Backend memory dump analysis Craig Ringer
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Stephen Frost
- Re: Proposal: http2 wire format Jacob Champion
- Re: [bug fix] ECPG: freeing memory for pgtypes crashes on Windows Kyotaro HORIGUCHI
- Re: Re: csv format for psql Pavel Stehule
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Michael Paquier
- Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier
- Re: ppc64le support in 9.3 branch? Michael Paquier
- Re: new function for tsquery creartion Aleksandr Parfenov
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: Add default role 'pg_access_server_files' Michael Paquier
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: PATCH: Exclude unlogged tables from base backups Pavan Deolasee
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee
- Re: PATCH: Exclude unlogged tables from base backups Pavan Deolasee
- Function to get a txn's replication origin Craig Ringer
- Re: new function for tsquery creartion Dmitry Ivanov
- Re: Proposal: http2 wire format Damir Simunic
- Re: Problem while setting the fpw with SIGHUP Dilip Kumar
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Replication origins conflate two separate functions Craig Ringer
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Re: Proposal: http2 wire format Craig Ringer
- Re: Proposal: http2 wire format Damir Simunic
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Index scan prefetch? Konstantin Knizhnik
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: Proposal: http2 wire format Damir Simunic
- Re: Proposal: http2 wire format Craig Ringer
- Re: Proposal: http2 wire format Damir Simunic
- Re: Proposal: http2 wire format Damir Simunic
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: new function for tsquery creartion Thomas Munro
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: PATCH: Exclude unlogged tables from base backups Masahiko Sawada
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: Faster inserts with mostly-monotonically increasing values Andrew Dunstan
- Re: PATCH: Exclude unlogged tables from base backups Pavan Deolasee
- Re: PostgreSQL crashes with SIGSEGV Kyotaro HORIGUCHI
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: Re: csv format for psql Daniel Verite
- Re: Proposal: http2 wire format Damir Simunic
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: Parallel Aggregates for string_agg and array_agg Stephen Frost
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: Re: WIP: Covering + unique indexes. David Steele
- Re: Proposal: http2 wire format Alvaro Hernandez
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Amit Kapila
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] pg_upgrade to clusters with a different WAL segmentsize Bossart, Nathan
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: Direct converting numeric types to bool n.zhuchkov@postgrespro.ru
- Re: Re: [HACKERS] GSoC 2017: Foreign Key Arrays David Steele
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: Re: [PATCH] Add missing type conversion functions for PL/Python David Steele
- Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Proposal: http2 wire format Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas
- Re: bugfifx: a minor mistake in brin_inclusion.c comment Alvaro Herrera
- Re: Direct converting numeric types to bool Tom Lane
- Re: Why does load_external_function() return PGFunction? Robert Haas
- Re: [PROPOSAL] Shared Ispell dictionaries Tom Lane
- Re: pgbench randomness initialization Teodor Sigaev
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: PATCH: Exclude temp relations from base backup Teodor Sigaev
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Fabien COELHO
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [PATCH] Add missing type conversion functions for PL/Python Nikita Glukhov
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Fujii Masao
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tom Lane
- Re: new function for tsquery creartion Dmitry Ivanov
- Re: [HACKERS] pg_serial early wraparound Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas
- Re: PATCH: Exclude temp relations from base backup Stephen Frost
- Re: PATCH: Exclude temp relations from base backup David Steele
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: [HACKERS] Custom compression methods Ildus Kurbangaliev
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: Re: csv format for psql Daniel Verite
- Re: Why does load_external_function() return PGFunction? Andres Freund
- Re: Why does load_external_function() return PGFunction? Andres Freund
- Re: Proposal: http2 wire format Damir Simunic
- Re: Proposal: http2 wire format Damir Simunic
- Re: Proposal: http2 wire format Damir Simunic
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: Proposal: http2 wire format Andres Freund
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: Why does load_external_function() return PGFunction? Tom Lane
- Re: committing inside cursor loop Peter Eisentraut
- Re: Re: csv format for psql Pavel Stehule
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: Index scan prefetch? Justin Pryzby
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: Proposal: http2 wire format Damir Simunic
- Re: Why does load_external_function() return PGFunction? Andres Freund
- Re: Online enabling of checksums Tomas Vondra
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Re: Why does load_external_function() return PGFunction? Andres Freund
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Rady, Doug
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Proposal: http2 wire format Vladimir Sitnikov
- Re: Proposal: http2 wire format Damir Simunic
- Re: Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: Index scan prefetch? Claudio Freire
- Re: Proposal: http2 wire format Alvaro Hernandez
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg Stephen Frost
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Proposal: http2 wire format Damir Simunic
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] Partition-wise aggregation/grouping Andres Freund
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Backend memory dump analysis Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Proposal: http2 wire format David G. Johnston
- Parallel safety of binary_upgrade_create_empty_extension Thomas Munro
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: Parallel safety of binary_upgrade_create_empty_extension Thomas Munro
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: Proposal: http2 wire format Craig Ringer
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Proposal: http2 wire format Stephen Frost
- Re: Proposal: http2 wire format Craig Ringer
- Re: CALL optional in PL/pgSQL Andrew Dunstan
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: ppc64le support in 9.3 branch? Andrew Dunstan
- Re: Parallel Aggregates for string_agg and array_agg Andres Freund
- Re: Parallel Aggregates for string_agg and array_agg Alvaro Herrera
- Re: ppc64le support in 9.3 branch? Alvaro Herrera
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: ppc64le support in 9.3 branch? Andrew Dunstan
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: idea - custom menu Nikolay Samokhvalov
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: GSOC 2018 Proposal review Mark Wong
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: ppc64le support in 9.3 branch? Mark Wong
- Re: Parallel safety of binary_upgrade_create_empty_extension Thomas Munro
- Re: Parallel safety of binary_upgrade_create_empty_extension Thomas Munro
- Fix for pg_stat_activity putting client hostaddr into appname field Edmund Horner
- Re: [PATCH] Add missing type conversion functions for PL/Python Haozhou Wang
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: PostgreSQL crashes with SIGSEGV Peter Geoghegan
- Re: [HACKERS] pg_serial early wraparound Thomas Munro
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types David G. Johnston
- Re: idea - custom menu Pavel Stehule
- Re: ON CONFLICT DO UPDATE for partitioned tables Amit Langote
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: GSOC 2018 Proposal review Garima Natani
- Re: A design for amcheck heapam verification Andrey Borodin
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: Online enabling of checksums Magnus Hagander
- Re: Parallel Aggregates for string_agg and array_agg Magnus Hagander
- Re: Parallel Aggregates for string_agg and array_agg Andrew Dunstan
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types David G. Johnston
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index Teodor Sigaev
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index Andrey Borodin
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Index scan prefetch? konstantin knizhnik
- Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index Alexander Korotkov
- Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada
- Re: PATCH: pgbench - option to build using ppoll() for largerconnection counts Fabien COELHO
- Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index Andrey Borodin
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] logical decoding of two-phase transactions Simon Riggs
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: PostgreSQL crashes with SIGSEGV Kyotaro HORIGUCHI
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Re: csv format for psql Fabien COELHO
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Andrew Dunstan
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov
- Ensure that maxlen is an integer value in dict_int configuration Daniel Gustafsson
- Re: Parallel safety of binary_upgrade_create_empty_extension Robert Haas
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: [HACKERS] Optional message to user when terminating/cancelling backend Eren Başak
- XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated with wrong context Markus Winand
- pg_class.reltuples of brin indexes Masahiko Sawada
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: Problem while setting the fpw with SIGHUP Kyotaro HORIGUCHI
- Re: pgbench - test whether a variable exists Fabien COELHO
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: Online enabling of checksums Tomas Vondra
- Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index Teodor Sigaev
- Re: pg_class.reltuples of brin indexes Tomas Vondra
- Oddity in COPY FROM handling of check constraints on partition tables Etsuro Fujita
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- Re: Ensure that maxlen is an integer value in dict_int configuration Arthur Zakirov
- pgbench doc typos Fabien COELHO
- Re: Vacuum: allow usage of more than 1GB of work mem Aleksander Alekseev
- Re: PATCH: Exclude temp relations from base backup Teodor Sigaev
- Re: [HACKERS] A design for amcheck heapam verification Pavan Deolasee
- PostgreSQL 11 Release Management Team & Feature Freeze Jonathan S. Katz
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: All Taxi Services need Index Clustered Heap Append fedor
- Re: JIT compiling with LLVM v12 Peter Eisentraut
- Re: Ensure that maxlen is an integer value in dict_int configuration Daniel Gustafsson
- Re: pg_class.reltuples of brin indexes Tom Lane
- Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated withwrong context Alvaro Herrera
- Re: pg_class.reltuples of brin indexes Alvaro Herrera
- Re: [HACKERS] [PATCH] Lockable views Yugo Nagata
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: Foreign keys and partitioned tables Peter Eisentraut
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Pavan Deolasee
- Re: Re: Cast jsonb to numeric, int, float, bool Aleksander Alekseev
- Re: Foreign keys and partitioned tables Alvaro Herrera
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Project Proposal for GSOC 2018 Ravindu Perera
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Cast jsonb to numeric, int, float, bool Teodor Sigaev
- Re: jsonpath Nikita Glukhov
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Peter Eisentraut
- Re: Proposal: http2 wire format Damir Simunic
- Re: Backend memory dump analysis Tom Lane
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: WIP: Covering + unique indexes. Teodor Sigaev
- Re: Backend memory dump analysis Alvaro Herrera
- Re: WIP: Covering + unique indexes. Teodor Sigaev
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: Parallel safety of binary_upgrade_create_empty_extension Robert Haas
- Re: Backend memory dump analysis Tom Lane
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: JIT compiling with LLVM v12 Andres Freund
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: [HACKERS] path toward faster partition pruning Jesper Pedersen
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: [HACKERS] path toward faster partition pruning Alvaro Herrera
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: [HACKERS] path toward faster partition pruning Tom Lane
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: Re: csv format for psql Pavel Stehule
- Explain buffers wrong counter with parallel plans Adrien Nayrat
- Re: [HACKERS] path toward faster partition pruning Jesper Pedersen
- Re: [HACKERS] Surjective functional indexes Simon Riggs
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Fujii Masao
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Fujii Masao
- Re: PATCH: Configurable file mode mask David Steele
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: Undesirable entries in typedefs list Tom Lane
- Re: new function for tsquery creartion Dmitry Ivanov
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: new function for tsquery creartion Dmitry Ivanov
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: Undesirable entries in typedefs list Andrew Dunstan
- Re: Backend memory dump analysis Peter Eisentraut
- Re: Backend memory dump analysis Tom Lane
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Haribabu Kommi
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tomas Vondra
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Andrew Dunstan
- Re: Enhance pg_stat_wal_receiver view to display connected host Haribabu Kommi
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: PL/pgSQL nested CALL with transactions Tomas Vondra
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: Oddity in COPY FROM handling of check constraints on partitiontables Amit Langote
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Michael Paquier
- Re: Enhance pg_stat_wal_receiver view to display connected host Michael Paquier
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Michael Paquier
- PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Re: Cast jsonb to numeric, int, float, bool Michael Paquier
- Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan
- Re: [HACKERS] [PATCH] Lockable views Yugo Nagata
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Andrew Dunstan
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Tom Lane
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Pavan Deolasee
- Re: PostgreSQL crashes with SIGSEGV Peter Geoghegan
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: reorganizing partitioning code Amit Langote
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: Enhance pg_stat_wal_receiver view to display connected host Haribabu Kommi
- Re: PATCH: Configurable file mode mask Michael Paquier
- Re: Enhance pg_stat_wal_receiver view to display connected host Michael Paquier
- Re: Problem while setting the fpw with SIGHUP Kyotaro HORIGUCHI
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Re: Problem while setting the fpw with SIGHUP Michael Paquier
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik
- Re: Proposal: http2 wire format Andres Freund
- new buildfarm with gcc & clang "trunk" -Werror? Fabien COELHO
- Re: new buildfarm with gcc & clang "trunk" -Werror? Andres Freund
- Re: Proposal: http2 wire format Craig Ringer
- Re: Re: csv format for psql Fabien COELHO
- Re: Proposal: http2 wire format Craig Ringer
- Re: Cast jsonb to numeric, int, float, bool Teodor Sigaev
- Re: Proposal: http2 wire format Tatsuo Ishii
- Re: new function for tsquery creartion Aleksander Alekseev
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: Oddity in COPY FROM handling of check constraints on partition tables Ashutosh Bapat
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] [PATCH] Lockable views Yugo Nagata
- Re: [HACKERS] A design for amcheck heapam verification Pavan Deolasee
- Re: Oddity in COPY FROM handling of check constraints on partitiontables Etsuro Fujita
- Re: Oddity in COPY FROM handling of check constraints on partitiontables Etsuro Fujita
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: Jsonb transform for pl/python Peter Eisentraut
- Re: [HACKERS] A design for amcheck heapam verification Pavan Deolasee
- Re: PL/pgSQL nested CALL with transactions Peter Eisentraut
- Re: PL/pgSQL nested CALL with transactions Tomas Vondra
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: [HACKERS] [PATCH] Incremental sort Teodor Sigaev
- Re: WIP: Covering + unique indexes. Andrey Borodin
- Re: [HACKERS] [PATCH] Incremental sort Teodor Sigaev
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- segfault due to invalid cached plan Nicolas Thauvin
- Re: Parallel Aggregates for string_agg and array_agg Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: Proposal: http2 wire format Tom Lane
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: segfault due to invalid cached plan Tomas Vondra
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Dmitry Ivanov
- Re: segfault due to invalid cached plan Tom Lane
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: segfault due to invalid cached plan Nicolas Thauvin
- Re: WIP: Covering + unique indexes. Anastasia Lubennikova
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Dmitry Ivanov
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: Implementing SQL ASSERTION David Fetter
- Re: [HACKERS] [PATCH] Incremental sort Tomas Vondra
- Re: WIP: Covering + unique indexes. Erik Rijkers
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: committing inside cursor loop Ildus Kurbangaliev
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] [PATCH] Incremental sort Alvaro Herrera
- Re: Proposal: http2 wire format Andres Freund
- Re: Proposal: http2 wire format Andres Freund
- Re: [HACKERS] [PATCH] Incremental sort Andres Freund
- Re: [HACKERS] Pluggable storage David Steele
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Andres Freund
- Re: [HACKERS] path toward faster partition pruning Jesper Pedersen
- Re: Re: csv format for psql Pavel Stehule
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Teodor Sigaev
- Re: [HACKERS] logical decoding of two-phase transactions Simon Riggs
- Re: disable SSL compression? Konstantin Knizhnik
- Re: [HACKERS] Transactions involving multiple postgres foreignservers David Steele
- Re: PostgreSQL crashes with SIGSEGV Tom Lane
- Re: PostgreSQL crashes with SIGSEGV Peter Geoghegan
- Re: disable SSL compression? Konstantin Knizhnik
- Re: Reopen logfile on SIGHUP David Steele
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane
- Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key Andres Freund
- Re: Rangejoin rebased David Steele
- Re: Rangejoin rebased Andres Freund
- Re: Rangejoin rebased David Steele
- Re: PL/pgSQL nested CALL with transactions Peter Eisentraut
- Re: Function to track shmem reinit time David Steele
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Fujii Masao
- Re: csv format for psql David G. Johnston
- Re: Trigger file behavior with the standby Keiko Oda
- Re: csv format for psql David G. Johnston
- Re: csv format for psql David G. Johnston
- Re: Sample values for pg_stat_statements David Steele
- Re: csv format for psql Joshua D. Drake
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Fujii Masao
- Re: csv format for psql David G. Johnston
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: reorganizing partitioning code Robert Haas
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Dmitry Dolgov
- Re: JIT compiling with LLVM v12 Andres Freund
- Re: JIT compiling with LLVM v12 Andres Freund
- Re: new buildfarm with gcc & clang "trunk" -Werror? Peter Eisentraut
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: JIT compiling with LLVM v12 Peter Eisentraut
- Re: WIP: Covering + unique indexes. Peter Eisentraut
- Re: JIT compiling with LLVM v12 Andres Freund
- Re: Fix a typo in walsender.c Bruce Momjian
- Re: JIT compiling with LLVM v12 David Steele
- Re: Fix for pg_stat_activity putting client hostaddr into appname field Edmund Horner
- Re: Updating parallel.sgml's treatment of parallel joins Thomas Munro
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- Re: disable SSL compression? Peter Eisentraut
- Re: committing inside cursor loop Peter Eisentraut
- Re: disable SSL compression? Andres Freund
- Re: csv format for psql Isaac Morland
- Re: csv format for psql David G. Johnston
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: Using base backup exclusion filters to reduce data transferredwith pg_rewind Michael Paquier
- Re: Trigger file behavior with the standby Michael Paquier
- Re: [bug fix] pg_rewind creates corrupt WAL files, and the standbycannot catch up the primary Michael Paquier
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed
- Re: Fix a typo in walsender.c atorikoshi
- Re: Proposal: http2 wire format Peter Eisentraut
- Re: JIT compiling with LLVM v12 Michael Paquier
- Re: [HACKERS] Pluggable storage Michael Paquier
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: JIT compiling with LLVM v12 Amit Langote
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Michael Paquier
- Small proposal to improve out-of-memory messages Tom Lane
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: Small proposal to improve out-of-memory messages Craig Ringer
- Re: Flexible permissions for REFRESH MATERIALIZED VIEW Isaac Morland
- Re: Flexible permissions for REFRESH MATERIALIZED VIEW David G. Johnston
- Re: ALTER TABLE ADD COLUMN fast default Haribabu Kommi
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Michael Paquier
- Re: Small proposal to improve out-of-memory messages Michael Paquier
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Thomas Munro
- Re: [HACKERS] Transactions involving multiple postgres foreign servers Masahiko Sawada
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: Problem while setting the fpw with SIGHUP Kyotaro HORIGUCHI
- Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila
- Re: PQHost() undefined behavior if connecting string contains bothhost and hostaddr types Kyotaro HORIGUCHI
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Justin Pryzby
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Thomas Munro
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: pg_class.reltuples of brin indexes Masahiko Sawada
- Re: [HACKERS] Pluggable storage Haribabu Kommi
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: Fix for pg_stat_activity putting client hostaddr into appnamefield Michael Paquier
- Re: Commit fest 2017-11 Alexander Korotkov
- Re: Commit fest 2017-11 Magnus Hagander
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: Commit fest 2017-11 Alexander Korotkov
- Re: Commit fest 2017-11 Simon Riggs
- Re: Commit fest 2017-11 Michael Paquier
- Re: Commit fest 2017-11 Magnus Hagander
- Typo in shared_record_table_compare() commentary Arthur Zakirov
- Re: Commit fest 2017-11 Magnus Hagander
- Re: [HACKERS] A design for amcheck heapam verification Simon Riggs
- Re: Parallel safety of binary_upgrade_create_empty_extension Thomas Munro
- Re: Typo in shared_record_table_compare() commentary Thomas Munro
- Re: Typo in shared_record_table_compare() commentary Magnus Hagander
- Re: Commit fest 2017-11 Sergei Kornilov
- Re: Commit fest 2017-11 Magnus Hagander
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Rushabh Lathia
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Teodor Sigaev
- Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat
- Re: Proposal: http2 wire format Hannu Krosing
- Re: [HACKERS] path toward faster partition pruning David Rowley
- hot_standby_feedback vs excludeVacuum and snapshots Greg Stark
- Fix src/test/subscription/t/003_constraints.pl header comment Alexander Korotkov
- Re: Prefix operator for text and spgist support Ildus Kurbangaliev
- Re: committing inside cursor loop Andrew Gierth
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Teodor Sigaev
- Re: csv format for psql Daniel Verite
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Thomas Munro
- Re: csv format for psql Daniel Verite
- Re: csv format for psql Pavel Stehule
- Re: JIT compiling with LLVM v12 Jesper Pedersen
- Re: csv format for psql Daniel Verite
- Re: JIT compiling with LLVM v12.2 John Naylor
- Re: pgsql: Add documentation for the JIT feature. Alvaro Herrera
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke
- Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov
- Re: [HACKERS] Pluggable storage David Steele
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alexander Korotkov
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: pgsql: Add documentation for the JIT feature. John Naylor
- Re: Cast jsonb to numeric, int, float, bool Teodor Sigaev
- Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra
- Re: Function to track shmem reinit time Tomas Vondra
- Re: pgsql: Add documentation for the JIT feature. Alvaro Herrera
- Typo in pg_backup_custom.c Daniel Gustafsson
- Re: pgsql: Add documentation for the JIT feature. Tom Lane
- Re: pgsql: Add documentation for the JIT feature. Stephen Frost
- Re: new buildfarm with gcc & clang "trunk" -Werror? Fabien COELHO
- Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra
- Re: committing inside cursor loop Peter Eisentraut
- Re: new buildfarm with gcc & clang "trunk" -Werror? Tom Lane
- Re: 2018-03 Commitfest Summary (Andres #1) Bruce Momjian
- Re: 2018-03 Commitfest Summary (Andres #1) Pavel Stehule
- Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Alvaro Herrera
- Re: csv format for psql Daniel Verite
- Re: committing inside cursor loop Andrew Gierth
- Re: Allow workers to override datallowconn Tomas Vondra
- Re: [HACKERS] Optional message to user when terminating/cancelling backend Daniel Gustafsson
- Re: PATCH: Configurable file mode mask David Steele
- Re: pgsql: Add documentation for the JIT feature. David Steele
- Re: JIT compiling with LLVM v12 Pierre Ducroquet
- Re: csv format for psql David G. Johnston
- Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Rushabh Lathia
- Re: JIT compiling with LLVM v12 Jesper Pedersen
- Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Alvaro Herrera
- Re: [HACKERS] [POC] Faster processing at Gather node Bruce Momjian
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Catalin Iacob
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: SET TRANSACTION in PL/pgSQL Peter Eisentraut
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Konstantin Knizhnik
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: [HACKERS] path toward faster partition pruning Tomas Vondra
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Teodor Sigaev
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: Typo in pg_backup_custom.c Magnus Hagander
- Re: Question about WalSndWriteData Konstantin Knizhnik
- Re: Fix src/test/subscription/t/003_constraints.pl header comment Magnus Hagander
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Tomas Vondra
- Feature Request - DDL deployment with logical replication Jeremy Finzel
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Alvaro Herrera
- Re: pgsql: Add documentation for the JIT feature. Robert Haas
- RE: pgstat_report_activity() and parallel CREATE INDEX (was: Parallelindex creation & pg_stat_activity) Phil Florent
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: pgsql: Add documentation for the JIT feature. Andres Freund
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Robert Haas
- Re: Proposal: http2 wire format Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: Typo in src/backend/access/hash/README Bruce Momjian
- Re: pgsql: Add documentation for the JIT feature. Stephen Frost
- Re: Incorrect use of "an" and "a" in code comments and docs Bruce Momjian
- Re: [HACKERS] [PATCH] Incremental sort Alexander Kuzmenkov
- Re: pgsql: Add documentation for the JIT feature. Robert Haas
- Re: pgsql: Add documentation for the JIT feature. Andres Freund
- Re: Incorrect use of "an" and "a" in code comments and docs Bruce Momjian
- Re: Incorrect use of "an" and "a" in code comments and docs Bruce Momjian
- Re: pgsql: Add documentation for the JIT feature. David G. Johnston
- Re: Cast jsonb to numeric, int, float, bool Robert Haas
- Re: pgsql: Add documentation for the JIT feature. Peter Geoghegan
- Re: Flexible permissions for REFRESH MATERIALIZED VIEW Isaac Morland
- Re: pgsql: Add documentation for the JIT feature. David Steele
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Fabien COELHO
- Poc: pg_stat_statements with planid legrand legrand
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Tomas Vondra
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: [HACKERS] why not parallel seq scan for slow functions Robert Haas
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Enhance pg_stat_wal_receiver view to display connected host Fujii Masao
- Re: [HACKERS] Replication status in logical replication Fujii Masao
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Thomas Munro
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Tom Lane
- Re: ALTER TABLE ADD COLUMN fast default Tom Lane
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: cannot drop replication slot if server is running in single-usermode Bruce Momjian
- Re: cannot drop replication slot if server is running in single-usermode Andres Freund
- Re: Proposal: http2 wire format Peter Eisentraut
- Re: [HACKERS] logical decoding of two-phase transactions Tomas Vondra
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: csv format for psql David G. Johnston
- Re: Changing WAL Header to reduce contention duringReserveXLogInsertLocation() Tomas Vondra
- Re: Proposal: http2 wire format Andres Freund
- Re: [HACKERS] logical decoding of two-phase transactions Tomas Vondra
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default Tomas Vondra
- Re: [HACKERS] logical decoding of two-phase transactions Petr Jelinek
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: pgsql: Add documentation for the JIT feature. Andres Freund
- Re: [HACKERS] logical decoding of two-phase transactions Petr Jelinek
- Creating streaming replication standby Tatsuo Ishii
- Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Tom Lane
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Speedup of relation deletes during recovery Fujii Masao
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: ALTER TABLE ADD COLUMN fast default Andres Freund
- Re: Enhance pg_stat_wal_receiver view to display connected host Haribabu Kommi
- Re: Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: Creating streaming replication standby Michael Paquier
- Re: Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: Incorrect use of "an" and "a" in code comments and docs Michael Paquier
- Re: [HACKERS] [PATCH] Lockable views Andres Freund
- Re: Enhance pg_stat_wal_receiver view to display connected host Michael Paquier
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: [HACKERS] WAL logging problem in 9.4.3? Kyotaro HORIGUCHI
- Re: cannot drop replication slot if server is running in single-usermode Bruce Momjian
- Re: cannot drop replication slot if server is running in single-usermode Andres Freund
- Re: cannot drop replication slot if server is running in single-usermode Bruce Momjian
- Re: [HACKERS] A design for amcheck heapam verification Andres Freund
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: Fix missing spaces in docs Bruce Momjian
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: Protect syscache from bloating with negative cache entries Andres Freund
- Re: [HACKERS] Re: Improve OR conditions on joined columns (commonstar schema problem) Andres Freund
- Re: pgbench doc typos Edmund Horner
- Re: Speedup of relation deletes during recovery Kyotaro HORIGUCHI
- Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI
- Re: Change RangeVarGetRelidExtended() to take flags argument? Michael Paquier
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: Speedup of relation deletes during recovery Michael Paquier
- Re: PATCH: Configurable file mode mask Michael Paquier
- RE: Speedup of relation deletes during recovery Tsunakawa, Takayuki
- Re: Foreign keys and partitioned tables Alvaro Herrera
- Re: [PATCH] Verify Checksums during Basebackups David Steele
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: Question about WalSndWriteData Kyotaro HORIGUCHI
- Re: [HACKERS] path toward faster partition pruning Amit Langote
- Re: [HACKERS] SERIALIZABLE with parallel query Thomas Munro
- Re: pgbench doc typos Fabien COELHO
- Re: Feature Request - DDL deployment with logical replication Konstantin Knizhnik
- Re: pgbench doc typos Edmund Horner
- Re: Feature Request - DDL deployment with logical replication Chris Travers
- Re: [HACKERS] Moving relation extension locks out of heavyweightlock manager Michael Paquier
- Re: faster testing with symlink installs Michael Paquier
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Typo in xlog.c Michael Paquier
- Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Kyotaro HORIGUCHI
- pg_ugprade test failure on data set with column with default valuewith type bit/varbit Paul Guo
- Re: csv format for psql Pavel Stehule
- Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs
- Re: Commit 4dba331cb3 broke ATTACH PARTITION behaviour. Amit Langote
- Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander
- Re: Typo in xlog.c Magnus Hagander
- Re: Additional Statistics Hooks Ashutosh Bapat
- Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Teodor Sigaev
- Re: [PATCH] Verify Checksums during Basebackups Stephen Frost
- Re: Cast jsonb to numeric, int, float, bool Aleksander Alekseev
- Re: JIT compiling with LLVM v12.2 Konstantin Knizhnik
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova
- Re: Cast jsonb to numeric, int, float, bool Teodor Sigaev
- libpq compression Konstantin Knizhnik
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: Typo in xlog.c Michael Paquier
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: [HACKERS] Add support for tuple routing to foreign partitions Alvaro Herrera
- Re: [HACKERS] path toward faster partition pruning Alvaro Herrera
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Tom Lane
- Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) Tom Lane
- Re: [HACKERS] [PATCH] Lockable views Tom Lane
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Ashutosh Bapat
- Re: Cast jsonb to numeric, int, float, bool Aleksander Alekseev
- Re: Cast jsonb to numeric, int, float, bool Aleksander Alekseev
- Re: Feature Request - DDL deployment with logical replication David Fetter
- [HACKERS][PATCH] adding simple sock check for windows CharSyam
- Re: Flexible configuration for full-text search Aleksander Alekseev
- Re: Feature Request - DDL deployment with logical replication Peter Eisentraut
- Re: Cast jsonb to numeric, int, float, bool ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
- Re: pgsql: Rewrite the code that applies scan/join targets to paths. Robert Haas
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: [HACKERS] path toward faster partition pruning David Rowley
- Re: Online enabling of checksums Tomas Vondra
- Re: [HACKERS] Custom compression methods Ildus Kurbangaliev
- Re: Feature Request - DDL deployment with logical replication Jeremy Finzel
- BRIN FSM vacuuming questions Tom Lane
- Re: JIT compiling with LLVM v12.2 Konstantin Knizhnik
- Re: Change RangeVarGetRelidExtended() to take flags argument? Bossart, Nathan
- Re: Feature Request - DDL deployment with logical replication Jeremy Finzel
- Re: PATCH: Configurable file mode mask David Steele
- Re: [HACKERS] logical decoding of two-phase transactions Petr Jelinek
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: JIT compiling with LLVM v12.2 Andres Freund
- Re: Speedup of relation deletes during recovery Jerry Sievers
- Re: Speedup of relation deletes during recovery Jerry Sievers
- lo_import() of an empty file Bruce Momjian
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tom Lane
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: lo_import() of an empty file Tom Lane
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Stephen Frost
- Re: lo_import() of an empty file Bruce Momjian
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: BUG #14941: Vacuum crashes Bossart, Nathan
- Re: [HACKERS] logical decoding of two-phase transactions Petr Jelinek
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: [HACKERS] Planning counters in pg_stat_statements Lukas Fittl
- Re: [HACKERS] logical decoding of two-phase transactions Petr Jelinek
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- Re: [HACKERS] pg_serial early wraparound Tom Lane
- Re: file cloning in pg_upgrade and CREATE DATABASE Peter Eisentraut
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tom Lane
- Re: [PATCH] btree_gin, add support for uuid, bool, name, bpchar andanyrange types Matheus de Oliveira
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Re: Parallel safety of binary_upgrade_create_empty_extension Tom Lane
- Passing current_database to BackgroundWorkerInitializeConnection Jeremy Finzel
- Re: Passing current_database to BackgroundWorkerInitializeConnection Andres Freund
- Re: Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: Passing current_database to BackgroundWorkerInitializeConnection Jeremy Finzel
- Re: Passing current_database to BackgroundWorkerInitializeConnection Andres Freund
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: WIP: Covering + unique indexes. Alexander Korotkov
- Re: Enhance pg_stat_wal_receiver view to display connected host Fujii Masao
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Tom Lane
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: Enhance pg_stat_wal_receiver view to display connected host Haribabu Kommi
- Re: Feature Request - DDL deployment with logical replication Craig Ringer
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Michael Paquier
- Re: [HACKERS] AdvanceXLInsertBuffer vs. WAL segment compressibility Chapman Flack
- Re: Online enabling of checksums Tomas Vondra
- Re: Change RangeVarGetRelidExtended() to take flags argument? Andres Freund
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: BUG #14941: Vacuum crashes Andres Freund
- Re: [HACKERS] [PATCH] Lockable views Tatsuo Ishii
- Re: Remove PARTIAL_LINKING? Andres Freund
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: [HACKERS] A design for amcheck heapam verification Andres Freund
- Re: [HACKERS] Planning counters in pg_stat_statements Thomas Munro
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: [HACKERS] A design for amcheck heapam verification Andres Freund
- Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan
- Re: [HACKERS][PATCH] adding simple sock check for windows Amit Kapila
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: WIP: Covering + unique indexes. Peter Geoghegan
- Re: [HACKERS][PATCH] adding simple sock check for windows CharSyam
- Re: [HACKERS][PATCH] adding simple sock check for windows Amit Kapila
- Re: [HACKERS][PATCH] adding simple sock check for windows CharSyam
- Re: Feature Request - DDL deployment with logical replication Nikhil Sontakke
- Re: 2018-03 Commitfest Summary (Andres #1) Fabien COELHO
- Re: csv format for psql Fabien COELHO
- Re: csv format for psql Gavin Flower
- Re: Planning counters in pg_stat_statements legrand legrand
- Re: [HACKERS][PATCH] adding simple sock check for windows Amit Kapila
- Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov
- bulk typos Justin Pryzby
- Re: bulk typos Félix GERZAGUET
- Re: Online enabling of checksums Magnus Hagander
- Re: Problem while setting the fpw with SIGHUP Amit Kapila
- Re: [HACKERS][PATCH] adding simple sock check for windows CharSyam
- Re: [PATCH] Verify Checksums during Basebackups Michael Banck
- Re: [HACKERS][PATCH] adding simple sock check for windows Amit Kapila
- Re: Foreign keys and partitioned tables Peter Eisentraut
- Re: hot_standby_feedback vs excludeVacuum and snapshots Amit Kapila
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Anthony Iliopoulos
- Re: WIP: a way forward on bootstrap data John Naylor
- Re: Small proposal to improve out-of-memory messages Alvaro Herrera
- Re: [HACKERS] Runtime Partition Pruning David Rowley
- Re: Feature Request - DDL deployment with logical replication Craig Ringer
- Re: Online enabling of checksums Tomas Vondra
- Re: Parallel Aggregates for string_agg and array_agg David Rowley
- Re: Online enabling of checksums Magnus Hagander
- Re: Small proposal to improve out-of-memory messages Tom Lane
- Re: csv format for psql Isaac Morland
- Re: WIP: a way forward on bootstrap data Tom Lane
- Re: Online enabling of checksums Tomas Vondra
- Re: [HACKERS] Runtime Partition Pruning Alvaro Herrera
- Re: [PROPOSAL] Shared Ispell dictionaries Tomas Vondra
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Craig Ringer
- Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS Tom Lane
- Re: Feature Request - DDL deployment with logical replication Andres Freund
- Re: Foreign keys and partitioned tables Peter Eisentraut
- Re: [HACKERS][PATCH] adding simple sock check for windows Tom Lane
- Re: [HACKERS][PATCH] adding simple sock check for windows CharSyam
- some last patches breaks plan cache Pavel Stehule
- Re: some last patches breaks plan cache Tomas Vondra