pgsql-hackers since 2019-03-02 10:45

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 2, 2019

Thread Author Time
Re: Online verification of checksums 📎 Michael Banck 10:45
Re: allow online change primary_conninfo 📎 Sergei Kornilov 10:49
RE: Timeout parameters Fabien COELHO 10:53
Re: NOT IN subquery optimization Jim Finnerty 12:34
Re: [HACKERS] PATCH: multivariate histograms and MCV lists 📎 David Rowley 13:01
Re: NOT IN subquery optimization David Rowley 13:34
Re: Question about pg_upgrade from 9.2 to X.X Perumal Raj 14:23
Re: Online verification of checksums Stephen Frost 16:08
Re: NOT IN subquery optimization Tom Lane 16:25
Re: GSoC 2019 Stephen Frost 16:40
Re: GSoC 2019 Andrey Borodin 18:27
GSoC 2019 - TOAST'ing in slices idea 📎 Bruno Hass 19:43
Re: WIP: BRIN multi-range indexes Tomas Vondra 21:12
Re: WIP: BRIN multi-range indexes Tomas Vondra 21:25
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 21:30
Re: Online verification of checksums Tomas Vondra 21:38
Re: Online verification of checksums Tomas Vondra 21:49
Re: Online verification of checksums Andres Freund 22:00
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 22:29
Re: POC: converting Lists into arrays 📎 Tom Lane 23:11
Re: Online verification of checksums Michael Paquier 23:48

March 3, 2019

Thread Author Time
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 00:21
Re: Online verification of checksums Tomas Vondra 02:12
Re: NOT IN subquery optimization 📎 David Rowley 03:53
Re: NOT IN subquery optimization Tom Lane 04:11
Re: WIP: BRIN multi-range indexes Alexander Korotkov 04:29
Re: POC: converting Lists into arrays Andres Freund 04:34
Re: WIP: BRIN multi-range indexes Alexander Korotkov 04:35
Re: Online verification of checksums Fabien COELHO 06:58
RE: Timeout parameters Fabien COELHO 07:09
Re: libpq environment variables in the server Noah Misch 08:06
Re: pgbench - add pseudo-random permutation function 📎 Fabien COELHO 08:55
Re: [PATCH] kNN for btree Anastasia Lubennikova 09:46
Re: Online verification of checksums Michael Banck 10:51
Re: NOT IN subquery optimization 📎 David Rowley 13:34
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Heikki Linnakangas 13:41
Re: Question about pg_upgrade from 9.2 to X.X Justin Pryzby 14:51
Re: NOT IN subquery optimization Tom Lane 15:42
Re: jsonpath Pavel Stehule 17:23
Re: jsonpath Tomas Vondra 18:08
Re: psql show URL with help David Fetter 18:14
Re: POC: converting Lists into arrays Tom Lane 18:29
Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name Tom Lane 20:14
Re: [HACKERS] proposal: schema variables 📎 Pavel Stehule 20:27
Re: [HACKERS] Incomplete startup packet errors 📎 Tom Lane 20:52
Re: psql show URL with help Ramanarayana 20:55
Re: psql show URL with help Magnus Hagander 20:57
Re: [HACKERS] SERIALIZABLE with parallel query Thomas Munro 21:17
Re: psql show URL with help David Fetter 21:48
Re: Index-only scan is slower than Index scan. Tom Lane 21:58
Re: NOT IN subquery optimization David Rowley 22:02
Re: NOT IN subquery optimization Tom Lane 22:06
Re: NOT IN subquery optimization David Rowley 22:14
Fsync-before-close thought experiment Thomas Munro 23:30
RE: Timeout parameters Jamison, Kirk 23:54

March 4, 2019

Thread Author Time
RE: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IO Failure Occurs 📎 Chengchao Yu 00:12
Re: readdir is incorrectly implemented at Windows Michael Paquier 00:52
Re: Online verification of checksums Michael Paquier 01:00
Re: POC: converting Lists into arrays 📎 David Rowley 01:18
Re: [HACKERS] Block level parallel vacuum Masahiko Sawada 01:27
Re: jsonpath Andrew Dunstan 01:37
Re: pg_partition_tree crashes for a non-defined relation Amit Langote 01:44
Re: Temporal Table Proposal Paul Jungwirth 01:45
Re: pg_partition_tree crashes for a non-defined relation Michael Paquier 03:01
RE: Protect syscache from bloating with negative cache entries 📎 Ideriha, Takeshi 03:03
Re: Online verification of checksums Michael Paquier 03:06
Re: Online verification of checksums Michael Paquier 03:09
Re: [HACKERS] EvalPlanQual behaves oddly for FDW queries involving system columns Etsuro Fujita 03:10
Re: allow online change primary_conninfo Michael Paquier 03:19
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Kyotaro HORIGUCHI 03:24
Re: pg_dump multi VALUES INSERT Michael Paquier 03:25
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath 📎 Tom Lane 03:26
Re: Question about pg_upgrade from 9.2 to X.X Perumal Raj 03:38
Re: Rare SSL failures on eelpout Thomas Munro 03:58
Re: Rare SSL failures on eelpout Tom Lane 04:06
Re: [bug fix] Produce a crash dump before main() on Windows Kyotaro HORIGUCHI 04:23
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Masahiko Sawada 05:18
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 05:40
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 05:58
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Heikki Linnakangas 06:02
Re: Online verification of checksums Fabien COELHO 06:05
Re: [WIP] CREATE SUBSCRIPTION with FOR TABLES clause (table filter) Michael Paquier 06:54
Re: Online verification of checksums Magnus Hagander 07:09
RE: pgbench - doCustom cleanup 📎 Jamison, Kirk 07:17
Re: Problems with plan estimates in postgres_fdw Antonin Houska 07:46
Re: monitoring CREATE INDEX [CONCURRENTLY] Rahila Syed 07:57
RE: libpq debug log Iwata, Aya 08:13
Re: Minimal logical decoding on standbys 📎 Amit Khandekar 08:39
RE: pgbench - doCustom cleanup Fabien COELHO 08:40
Re: [HACKERS] Weaker shmem interlock w/o postmaster.pid Kyotaro HORIGUCHI 09:04
RE: speeding up planning with partitions Imai, Yoshikazu 09:14
Re: amcheck verification for GiST Heikki Linnakangas 09:53
Re: GiST VACUUM Heikki Linnakangas 10:27
Re: [HACKERS] CLUSTER command progress monitor 📎 Tatsuro Yamada 10:31
Re: unconstify equivalent for volatile Peter Eisentraut 10:36
Re: [HACKERS] CLUSTER command progress monitor Tatsuro Yamada 10:37
Re: speeding up planning with partitions 📎 Amit Langote 10:38
Re: speeding up planning with partitions Amit Langote 10:42
Re: libpq debug log Kyotaro HORIGUCHI 11:06
Re: Interested in GSoC projects on pgAdmin 4 Dave Page 11:15
Re: Minimal logical decoding on standbys tushar 11:24
Re: Minimal logical decoding on standbys tushar 11:40
Re: amcheck verification for GiST Heikki Linnakangas 11:50
Re: monitoring CREATE INDEX [CONCURRENTLY] Rahila 12:29
Re: [HACKERS] Incomplete startup packet errors Andrew Dunstan 12:40
RE: SQL statement PREPARE does not work in ECPG 📎 Matsumura, Ryo 12:41
Re: [HACKERS] Incomplete startup packet errors Christoph Berg 12:42
Re: GiST VACUUM 📎 Heikki Linnakangas 13:04
Re: Update does not move row across foreign partitions in v11 Derek Hans 14:00
Re: \describe* Ibrar Ahmed 14:01
Re: Online verification of checksums Tomas Vondra 14:01
Re: \describe* 📎 Ibrar Ahmed 14:04
Re: Ordered Partitioned Table Scans Antonin Houska 14:04
Re: Online verification of checksums Tomas Vondra 14:08
Re: Re: proposal: variadic argument support for least, greatest function David Steele 14:39
Re: insensitive collations Daniel Verite 14:58
Re: pg_dump multi VALUES INSERT Alvaro Herrera 15:46
Re: Online verification of checksums Magnus Hagander 15:53
Re: query logging of prepared statements Arthur Zakirov 15:53
Re: speeding up planning with partitions Jesper Pedersen 16:20
Re: Refactoring the checkpointer's fsync request queue Shawn Debnath 16:55
Re: psql show URL with help Magnus Hagander 16:55
Re: Minimal logical decoding on standbys Andres Freund 17:27
Re: Problem with default partition pruning Ibrar Ahmed 17:29
Re: Problem with default partition pruning Ibrar Ahmed 17:36
Re: POC: converting Lists into arrays Robert Haas 17:44
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Laurenz Albe 17:55
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Chris Howard 18:03
Re: POC: converting Lists into arrays Tom Lane 18:11
Re: Segfault when restoring -Fd dump on current HEAD 📎 Andres Freund 18:15
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Tomas Vondra 18:21
Re: Segfault when restoring -Fd dump on current HEAD Tom Lane 18:25
Re: GiST VACUUM Andrey Borodin 18:26
Re: query logging of prepared statements 📎 Justin Pryzby 18:31
Re: Segfault when restoring -Fd dump on current HEAD Andres Freund 18:32
Re: \describe* Corey Huinker 18:45
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Tomas Vondra 18:46
Re: pg_partition_tree crashes for a non-defined relation Alvaro Herrera 18:56
Re: POC: converting Lists into arrays Andres Freund 19:01
Re: POC: converting Lists into arrays Andres Freund 19:03
Re: POC: converting Lists into arrays Andres Freund 19:06
Re: Allowing extensions to supply operator-/function-specific info Paul Ramsey 19:20
Re: Checksum errors in pg_stat_database Julien Rouhaud 19:31
Re: psql display of foreign keys 📎 Alvaro Herrera 19:41
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Bossart, Nathan 20:03
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Andres Freund 20:11
Re: monitoring CREATE INDEX [CONCURRENTLY] 📎 Alvaro Herrera 20:46
Re: Rare SSL failures on eelpout Tom Lane 21:08
Re: Allowing extensions to supply operator-/function-specific info Tom Lane 21:13
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons 📎 Peter Geoghegan 21:16
Re: POC: converting Lists into arrays Tom Lane 21:28
Re: Question about pg_upgrade from 9.2 to X.X Perumal Raj 21:37
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Bossart, Nathan 21:40
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Andres Freund 21:43
Re: Question about pg_upgrade from 9.2 to X.X Justin Pryzby 21:45
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Peter Geoghegan 21:59
Re: Allowing extensions to supply operator-/function-specific info Paul Ramsey 21:59
Re: Rare SSL failures on eelpout Thomas Munro 21:59
[Proposal] TOAST'ing in slices 📎 Bruno Hass 21:59
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Bossart, Nathan 22:00
Re: POC: converting Lists into arrays Bruce Momjian 22:03
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Andres Freund 22:05
Re: POC: converting Lists into arrays Bruce Momjian 22:08
Re: POC: converting Lists into arrays Peter Geoghegan 22:08
Re: patch to allow disable of WAL recycling Jerry Jelinek 22:09
GSoC 2019 - TOAST'ing in slices idea 📎 Bruno Hass 22:09
Re: POC: converting Lists into arrays Andres Freund 22:11
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Bossart, Nathan 22:20
Re: Question about pg_upgrade from 9.2 to X.X Perumal Raj 22:21
Re: Question about pg_upgrade from 9.2 to X.X Justin Pryzby 22:32
Patch to document base64 encoding 📎 Karl O. Pinc 22:33
Re: Rare SSL failures on eelpout Tom Lane 22:35
Re: Remove Deprecated Exclusive Backup Mode Bruce Momjian 22:36
Re: pg_partition_tree crashes for a non-defined relation Michael Paquier 22:41
Re: Allowing extensions to supply operator-/function-specific info Tom Lane 22:52
Re: Allowing extensions to supply operator-/function-specific info Paul Ramsey 22:59
Re: Rare SSL failures on eelpout Thomas Munro 23:13
Re: New vacuum option to do only freezing Bossart, Nathan 23:27
Re: jsonpath Tomas Vondra 23:27
Re: POC: converting Lists into arrays David Rowley 23:42
Inheriting table AMs for partitioned tables Andres Freund 23:47
Re: bgwriter_lru_maxpages limits in PG 10 sample conf Bruce Momjian 23:49
Re: POC: converting Lists into arrays Andres Freund 23:54
RE: pgbench - doCustom cleanup Jamison, Kirk 23:57
Re: pg_dump multi VALUES INSERT 📎 David Rowley 23:58

March 5, 2019

Thread Author Time
Re: Should we increase the default vacuum_cost_limit? Peter Geoghegan 00:14
Re: POC: converting Lists into arrays David Rowley 00:16
Re: Allowing extensions to supply operator-/function-specific info 📎 Tom Lane 00:22
Re: POC: converting Lists into arrays Tom Lane 00:32
Re: POC: converting Lists into arrays Tom Lane 00:36
Re: speeding up planning with partitions Amit Langote 00:50
Re: Refactoring the checkpointer's fsync request queue 📎 Shawn Debnath 01:25
Re: Ordered Partitioned Table Scans 📎 David Rowley 01:38
Re: psql display of foreign keys Amit Langote 02:01
Re: Inheriting table AMs for partitioned tables Amit Kapila 02:28
Re: [HACKERS] CLUSTER command progress monitor Robert Haas 02:35
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Masahiko Sawada 02:41
Re: Inheriting table AMs for partitioned tables Amit Langote 02:59
Re: Inheriting table AMs for partitioned tables David Rowley 03:01
Re: Inheriting table AMs for partitioned tables David Rowley 03:03

Browse Archives

Prev | Next