pgsql-hackers since 2020-10-17 19:21

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

Oct. 17, 2020

Thread Author Time
Re: jit and explain nontext 📎 Justin Pryzby 19:21

Oct. 18, 2020

Thread Author Time
pg_restore error message during ENOSPC with largeobj 📎 Justin Pryzby 01:02
RE: Parallel copy Hou, Zhijie 02:17
Re: pg_restore error message during ENOSPC with largeobj Tom Lane 02:41
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Alvaro Herrera 03:01
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Tom Lane 04:20
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 08:12
Re: [PATCH] Add extra statistics to explain for Nested Loop Julien Rouhaud 11:37
Re: public schema default ACL Noah Misch 12:51
Re: pg_restore error message during ENOSPC with largeobj Tom Lane 16:27
Non-configure build of thread_test has been broken for awhile Tom Lane 17:20
Re: Sometimes the output to the stdout in Windows disappears Alexander Lakhin 18:00
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:04
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:24
Re: Sometimes the output to the stdout in Windows disappears Alexander Lakhin 18:30
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:33
Re: Sometimes the output to the stdout in Windows disappears Tom Lane 18:38
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 21:01
Re: jit and explain nontext David Rowley 22:20
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 23:10
Re: Assertion failure with LEFT JOINs among >500 relations 📎 David Rowley 23:18
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 23:25
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 23:37

Oct. 19, 2020

Thread Author Time
Re: Assertion failure with LEFT JOINs among >500 relations Tom Lane 00:06
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 00:18
RE: Resetting spilled txn statistics in pg_stat_replication 📎 Shinoda, Noriyoshi (PN Japan A&PS Delivery) 00:29
Re: Possible memory leak in pgcrypto with EVP_MD_CTX Michael Paquier 01:08
Re: Online checksums verification in the backend Michael Paquier 02:39
Re: Internal key management system Masahiko Sawada 03:15
Re: Online checksums verification in the backend Julien Rouhaud 03:16
Re: Implementing Incremental View Maintenance Tatsuo Ishii 03:24
Re: Resetting spilled txn statistics in pg_stat_replication Masahiko Sawada 03:34
RE: Use of "long" in incremental sort code 📎 Tang, Haiying 03:57
RE: [POC] Fast COPY FROM command for the table with foreign partitions [email protected] 04:12
[patch] ENUM errdetail should mention bytes, not chars 📎 Ian Lawrence Barwick 04:18
Re: [patch] ENUM errdetail should mention bytes, not chars Julien Rouhaud 04:34
Re: partition routing layering in nodeModifyTable.c 📎 Amit Langote 04:54
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 05:17
Re: Resetting spilled txn statistics in pg_stat_replication Amit Kapila 05:25
Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers Amit Kapila 05:28
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 05:38
Re: speed up unicode normalization quick check Peter Eisentraut 06:15
Use PointerGetDatum(cstring_to_text_with_len()) instead of CStringGetTextDatum() to avoid duplicate strlen 📎 Hou, Zhijie 06:32
Re: speed up unicode normalization quick check Michael Paquier 06:57
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 07:22
Re: Resetting spilled txn statistics in pg_stat_replication Masahiko Sawada 07:50
Re: Online checksums verification in the backend Michael Paquier 07:52
Re: Reduce the time required for a database recovery from archive. Dmitry Shulga 07:58
Hash support for row types 📎 Peter Eisentraut 08:01
Re: Track statistics for streaming of in-progress transactions Ajin Cherian 08:20
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 09:07
Re: Parallel copy Amit Kapila 09:11
Make procedure OUT parameters work with JDBC 📎 Peter Eisentraut 09:19
Re: Assertion failure with LEFT JOINs among >500 relations David Rowley 11:09
Re: Make procedure OUT parameters work with JDBC Andrew Dunstan 11:15
Re: [doc] improve tableoid description Ashutosh Bapat 11:22
Assertion failure when ATTACH partition followed by CREATE PARTITION. Amul Sul 11:28
Re: Transactions involving multiple postgres foreign servers, take 2 Ashutosh Bapat 11:37
Re: partition routing layering in nodeModifyTable.c Heikki Linnakangas 11:48
Re: partition routing layering in nodeModifyTable.c Heikki Linnakangas 11:55
Re: Use PointerGetDatum(cstring_to_text_with_len()) instead of CStringGetTextDatum() to avoid duplicate strlen Heikki Linnakangas 12:07
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 12:20
Re: [doc] improve tableoid description 📎 Ian Lawrence Barwick 12:28
Re: Parallel copy 📎 vignesh C 12:35
Is Recovery actually paused? Dilip Kumar 14:10
Re: speed up unicode normalization quick check John Naylor 14:15
Re: [PATCH] Add extra statistics to explain for Nested Loop Pierre Giraud 14:17
Re: speed up unicode decomposition and recomposition John Naylor 14:34
Re: speed up unicode decomposition and recomposition John Naylor 14:36
Re: speed up unicode normalization quick check Tom Lane 14:38
parallel distinct union and aggregate support patch 📎 [email protected] 14:42
Re: [POC] Fast COPY FROM command for the table with foreign partitions 📎 Andrey Lepikhov 14:58
Re: speed up unicode normalization quick check 📎 John Naylor 16:12
Re: Reduce the time required for a database recovery from archive. Stephen Frost 16:25
Re: Probable documentation errors or improvements Heikki Linnakangas 16:36
Re: Probable documentation errors or improvements Justin Pryzby 16:45
Re: Parallel Inserts in CREATE TABLE AS 📎 Bharath Rupireddy 17:17
Re: Probable documentation errors or improvements Tom Lane 18:37
Re: Non-configure build of thread_test has been broken for awhile Alvaro Herrera 21:41
Re: [PATCH] Add extra statistics to explain for Nested Loop Andres Freund 23:20
Re: Enumize logical replication message actions Andres Freund 23:27
Re: Hash support for row types Andres Freund 23:32

Oct. 20, 2020

Thread Author Time
Re: Make procedure OUT parameters work with JDBC Craig Ringer 00:35
Reduce the dependence on access/xlog_internal.h 📎 Mark Dilger 01:29
Re: speed up unicode normalization quick check 📎 Michael Paquier 01:49
Re: Reduce the dependence on access/xlog_internal.h Andres Freund 02:05
Re: partition routing layering in nodeModifyTable.c Amit Langote 02:28
RE: [POC] Fast COPY FROM command for the table with foreign partitions [email protected] 02:30
Add statistics to pg_stat_wal view for wal related parameter tuning 📎 Masahiro Ikeda 02:31
Re: Deleting older versions in unique indexes to avoid page splits 📎 Peter Geoghegan 02:37
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 02:44
Re: Transactions involving multiple postgres foreign servers, take 2 Kyotaro Horiguchi 03:07
Re: Add statistics to pg_stat_wal view for wal related parameter tuning Amit Kapila 03:46
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 04:14
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 04:23
Re: Track statistics for streaming of in-progress transactions Amit Kapila 05:29
Re: [patch] Fix checksum verification in base backups for zero page headers 📎 Michael Paquier 06:24
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 06:53
Re: Wired if-statement in gen_partprune_steps_internal Andy Fan 07:05
RE: [Patch] Optimize dropping of relation buffers using dlist [email protected] 07:06
Re: Add statistics to pg_stat_wal view for wal related parameter tuning Masahiro Ikeda 07:11
Re: Transactions involving multiple postgres foreign servers, take 2 Kyotaro Horiguchi 07:16
Re: speed up unicode decomposition and recomposition Michael Paquier 07:22
Re: Transactions involving multiple postgres foreign servers, take 2 Kyotaro Horiguchi 07:29
Re: Commitfest manager 2020-11 gkokolatos 07:30
Re: Is Recovery actually paused? Simon Riggs 07:41
Re: Is Recovery actually paused? Dilip Kumar 07:52
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 07:53
Re: Timing of relcache inval at parallel worker init Kyotaro Horiguchi 08:35
Re: Is Recovery actually paused? 📎 Dilip Kumar 08:49
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 08:55
select_common_typmod 📎 Peter Eisentraut 08:58
Re: Online verification of checksums Michael Paquier 09:11
Re: Is Recovery actually paused? Simon Riggs 09:30
Re: Hybrid Hash/Nested Loop joins and caching results from subplans 📎 David Rowley 09:30
Re: speed up unicode normalization quick check John Naylor 09:33
Re: Parallel copy Bharath Rupireddy 09:55
Re: dynamic result sets support in extended query protocol Peter Eisentraut 09:57
Re: dynamic result sets support in extended query protocol Dave Cramer 10:24
Error in pg_restore (could not close data file: Success) Andrii Tkach 10:48
Re: [HACKERS] logical decoding of two-phase transactions Ajin Cherian 11:00
Re: [PATCH] SET search_path += octopus Ibrar Ahmed 11:02
Re: Resetting spilled txn statistics in pg_stat_replication Amit Kapila 11:12
Re: speed up unicode decomposition and recomposition John Naylor 12:03
Re: [doc] improve tableoid description Ashutosh Bapat 12:04
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 12:11
Re: Transactions involving multiple postgres foreign servers, take 2 Masahiko Sawada 12:22
Re: [PATCH] SET search_path += octopus Erik Rijkers 12:22
Re: pgbench - test whether a variable exists Ibrar Ahmed 12:22
Re: Resetting spilled txn statistics in pg_stat_replication Masahiko Sawada 12:23
Re: Support for NSS as a libpq TLS backend 📎 Daniel Gustafsson 12:24
Re: Is Recovery actually paused? Dilip Kumar 12:29
Re: Wired if-statement in gen_partprune_steps_internal Amit Langote 12:46
Re: Make procedure OUT parameters work with JDBC Andrew Dunstan 12:55
Re: partition routing layering in nodeModifyTable.c Amit Langote 12:57
Re: Add Information during standby recovery conflicts 📎 Drouvot, Bertrand 12:58
Re: dynamic result sets support in extended query protocol Shay Rojansky 14:28
PostgresNode::backup uses spread checkpoint? 📎 Alvaro Herrera 15:01
Re: Hash support for row types Peter Eisentraut 15:10
Re: PostgresNode::backup uses spread checkpoint? David Steele 15:13
Re: Non-configure build of thread_test has been broken for awhile 📎 Tom Lane 16:25
Re: [PATCH] SET search_path += octopus Andres Freund 17:53
Re: [PATCH] SET search_path += octopus Tom Lane 18:16
Re: [PATCH] SET search_path += octopus Isaac Morland 18:16
Re: [PATCH] SET search_path += octopus Andres Freund 18:23
Re: [PATCH] SET search_path += octopus Tom Lane 18:32
Re: [PATCH] SET search_path += octopus Alvaro Herrera 18:33
Re: [PATCH] SET search_path += octopus Robert Haas 18:39
Re: Hash support for row types Robert Haas 18:41
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Alvaro Herrera 19:04
Re: Support for NSS as a libpq TLS backend Andres Freund 19:15
Re: [PATCH] SET search_path += octopus Andres Freund 19:24
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Justin Pryzby 19:44
ECPG gets embedded quotes wrong 📎 Tom Lane 19:46
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Tom Lane 19:56
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Alvaro Herrera 20:20
Re: Hash support for row types Tom Lane 20:36
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Justin Pryzby 22:01
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Alvaro Herrera 22:26
Re: PostgresNode::backup uses spread checkpoint? Michael Paquier 22:55
Re: pg_upgrade: fail early if a tablespace dir already exists for new cluster version 📎 Justin Pryzby 23:06
Re: dynamic result sets support in extended query protocol Jack Christensen 23:55

Oct. 21, 2020

Thread Author Time
Re: dynamic result sets support in extended query protocol Andres Freund 00:09
Re: dynamic result sets support in extended query protocol Dave Cramer 00:17
Re: speed up unicode normalization quick check Michael Paquier 00:24
Re: speed up unicode decomposition and recomposition Michael Paquier 00:31
Re: ECPG gets embedded quotes wrong Tom Lane 00:35
Re: CREATE TABLE .. PARTITION OF fails to preserve tgenabled for inherited row triggers Alvaro Herrera 00:54
RE: Resetting spilled txn statistics in pg_stat_replication Shinoda, Noriyoshi (PN Japan A&PS Delivery) 01:05
Re: pg_upgrade: fail early if a tablespace dir already exists for new cluster version Tom Lane 01:17
RE: [Patch] Optimize dropping of relation buffers using dlist [email protected] 01:34
Re: [PATCH] SET search_path += octopus Robert Haas 01:54
Re: Reduce the dependence on access/xlog_internal.h 📎 Mark Dilger 02:25
Re: Track statistics for streaming of in-progress transactions Masahiko Sawada 02:44
Re: Resetting spilled txn statistics in pg_stat_replication 📎 Amit Kapila 03:56
Re: Track statistics for streaming of in-progress transactions Amit Kapila 04:17
Re: parallel distinct union and aggregate support patch Thomas Munro 04:27
Re: [PATCH] SET search_path += octopus Abhijit Menon-Sen 04:35
Re: Add statistics to pg_stat_wal view for wal related parameter tuning Amit Kapila 04:41
Re: Error in pg_restore (could not close data file: Success) Kyotaro Horiguchi 04:45
RE: Use of "long" in incremental sort code Tang, Haiying 06:06
Re: Error in pg_restore (could not close data file: Success) 📎 Kyotaro Horiguchi 06:20
Re: Parallel copy 📎 vignesh C 06:37
Re: Add statistics to pg_stat_wal view for wal related parameter tuning [email protected] 06:54
Re: Transactions involving multiple postgres foreign servers, take 2 Kyotaro Horiguchi 06:57
RE: [Patch] Optimize dropping of relation buffers using dlist [email protected] 07:36
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 08:07
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 08:21
Re: Parallel copy vignesh C 08:29
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 08:29
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 08:37
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 08:43
Re: Add statistics to pg_stat_wal view for wal related parameter tuning Kyotaro Horiguchi 09:03
Re: [HACKERS] logical decoding of two-phase transactions Amit Kapila 09:11
RE: Transactions involving multiple postgres foreign servers, take 2 [email protected] 09:33
Re: Parallel copy Bharath Rupireddy 09:48
Re: Online verification of checksums Michael Banck 10:00
Re: Transactions involving multiple postgres foreign servers, take 2 Amit Kapila 10:08
Re: Online verification of checksums Michael Paquier 10:10
Re: Parallel copy Amit Kapila 10:21

Browse Archives

Prev | Next