pgsql-hackers since 2020-03-03 00:00

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 3, 2020

Thread Author Time
Re: Improve search for missing parent downlinks in amcheck Peter Geoghegan 00:03
Re: Some improvements to numeric sqrt() and ln() 📎 Tels 00:17
Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side Kyotaro Horiguchi 00:27
Re: ALTER tbl rewrite loses CLUSTER ON index Michael Paquier 01:14
Re: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare() 📎 Peter Geoghegan 01:29
Re: Symbolic names for the values of typalign and typstorage Alvaro Herrera 01:31
Re: ALTER tbl rewrite loses CLUSTER ON index Justin Pryzby 01:31
Re: ALTER tbl rewrite loses CLUSTER ON index 📎 Justin Pryzby 01:36
Re: SQL/JSON: functions Erik Rijkers 01:48
Re: Add LogicalTapeSetExtend() to logtape.c Adam Lee 01:49
Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side Fujii Masao 03:08
Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side Fujii Masao 03:09
Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar 03:12
Re: Symbolic names for the values of typalign and typstorage Tom Lane 03:22
Re: [PATCH] Documentation bug related to client authentication using TLS certificate Chris Bandy 03:23
Re: First WAL segment file that initdb creates Fujii Masao 03:29
Re: logical replication empty transactions Dilip Kumar 04:05
Re: [PATCH] Add schema and table names to partition error 📎 Chris Bandy 04:35
Re: Fastpath while arranging the changes in LSN order in logical decoding 📎 Dilip Kumar 05:11
Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar 05:11
Re: color by default Michael Paquier 05:31
RE: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side 📎 Shinoda, Noriyoshi (PN Japan A&PS Delivery) 05:37
Re: Parallel copy vignesh C 05:55
Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side Fujii Masao 06:03
Re: Parallel copy vignesh C 06:14
Re: reindex concurrently and two toast indexes 📎 Michael Paquier 08:06
Re: logical replication empty transactions Amit Kapila 08:24
Re: [Proposal] Global temporary tables 曾文旌 (义从) 08:40
Re: logical replication empty transactions Dilip Kumar 08:47
Re: Internal key management system 📎 Masahiko Sawada 08:58
Re: reindex concurrently and two toast indexes 📎 Michael Paquier 09:25
Re: logical replication empty transactions Amit Kapila 10:04
[GSoC 2020] Questions About Performance Farm Benchmarks and Website Kalvin Eng 10:07
Re: ERROR: subtransaction logged without previous top-level txn record Amit Kapila 10:26
Re: backup manifests tushar 10:34
Re: Minor issues in .pgpass Hamid Akhtar 12:38
Re: [PATCH] Replica sends an incorrect epoch in its hot standby feedback to the Master David Steele 13:02
Re: error context for vacuum to include block number Masahiko Sawada 13:05
Re: Minor issues in .pgpass Hamid Akhtar 13:07
Re: Some improvements to numeric sqrt() and ln() Dean Rasheed 13:42
Re: Identifying user-created objects vignesh C 14:33
Re: backup manifests tushar 14:49
Re: Symbolic names for the values of typalign and typstorage Tom Lane 15:11
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? 📎 Julien Rouhaud 15:24
Re: Berserk Autovacuum (let's save next Mandrill) 📎 Laurenz Albe 15:28
Re: Minor issues in .pgpass Fujii Masao 15:57
Re: [PATCH] Add schema and table names to partition error Alvaro Herrera 16:08
Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane 16:09
Re: Add LogicalTapeSetExtend() to logtape.c Jeff Davis 16:46
Re: [HACKERS] advanced partition matching algorithm for partition-wise join 📎 Ashutosh Bapat 16:48
Re: [GSoC 2020] Questions About Performance Farm Benchmarks and Website Mark Wong 16:54
Is it time to retire type "opaque"? Tom Lane 17:10
Re: [PATCH] Incremental sort David Steele 17:17
Re: row filtering for logical replication David Steele 17:39
Setting ACL Vik Fearing 17:48
Re: [HACKERS] [PATCH] Generic type subscripting David Steele 17:55
Re: Setting ACL Tom Lane 18:02
PG14 target version? David Steele 18:10
Re: Setting ACL Vik Fearing 18:13
Re: Setting ACL Tom Lane 18:25
Re: Symbolic names for the values of typalign and typstorage Alvaro Herrera 18:29
Re: WIP: System Versioned Temporal Table David Steele 18:33
Re: Symbolic names for the values of typalign and typstorage Tom Lane 18:35
Re: [PATCH] Incremental sort Tomas Vondra 18:43
Re: WIP: System Versioned Temporal Table Vik Fearing 18:45
Re: Option to dump foreign data in pg_dump David Steele 19:11
Re: error context for vacuum to include block number 📎 Justin Pryzby 19:32
Re: [PATCH] Documentation bug related to client authentication using TLS certificate Cary Huang 19:36
Re: error context for vacuum to include block number Alvaro Herrera 19:49
Re: [PATCH v1] pg_ls_tmpdir to show directories David Steele 19:51
Re: [PATCH v1] pg_ls_tmpdir to show directories Justin Pryzby 20:01
Re: WIP: expression evaluation improvements 📎 Soumyadeep Chakraborty 20:21
Re: [PATCH v1] pg_ls_tmpdir to show directories Alvaro Herrera 20:23
Re: [PATCH v1] pg_ls_tmpdir to show directories Bossart, Nathan 20:35
Re: Fastpath while arranging the changes in LSN order in logical decoding David Zhang 21:32
Re: Symbolic names for the values of typalign and typstorage 📎 Tom Lane 21:45
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Tomas Vondra 21:46
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Tomas Vondra 21:59
Re: Index Skip Scan David Rowley 22:32
Back-patching -Wno-format-truncation. 📎 Kyotaro Horiguchi 23:12
Re: Psql patch to show access methods info 📎 Alexander Korotkov 23:31
Cast to uint16 in pg_checksum_page() 📎 David Steele 23:37
Re: Is it time to retire type "opaque"? 📎 Tom Lane 23:39
Re: Back-patching -Wno-format-truncation. Tom Lane 23:44

March 4, 2020

Thread Author Time
Re: Back-patching -Wno-format-truncation. Kyotaro Horiguchi 00:12
Re: logical replication empty transactions Euler Taveira 01:47
Re: [PATCH] kNN for btree Peter Geoghegan 01:58
Re: Some problems of recovery conflict wait events Fujii Masao 02:04
Re: range_agg 📎 Alvaro Herrera 02:28
Re: New SQL counter statistics view (pg_stat_sql) Alvaro Herrera 02:50
Re: Psql patch to show access methods info Alvaro Herrera 02:59
Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar 03:03
Re: Identifying user-created objects Masahiko Sawada 03:31
Re: logical replication empty transactions Amit Kapila 03:42
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Dilip Kumar 03:43
Re: Add LogicalTapeSetExtend() to logtape.c Adam Lee 03:57
Re: Some problems of recovery conflict wait events Masahiko Sawada 04:13
Re: logical replication empty transactions Dilip Kumar 04:21
Re: Some problems of recovery conflict wait events Michael Paquier 04:27
Re: Cast to uint16 in pg_checksum_page() Michael Paquier 04:41
Re: Some problems of recovery conflict wait events Fujii Masao 04:48
Re: Auxiliary Processes and MyAuxProc 📎 Mike Palmiotto 04:56
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 04:58
Re: reindex concurrently and two toast indexes 📎 Michael Paquier 05:15
Re: [PATCH] Add schema and table names to partition error 📎 Chris Bandy 05:18
Re: logical replication empty transactions Amit Kapila 05:19
Re: [PATCH] Add schema and table names to partition error Amit Kapila 05:22
Re: Symbolic names for the values of typalign and typstorage Michael Paquier 05:25
Re: PG14 target version? Michael Paquier 05:28
Re: Some problems of recovery conflict wait events 📎 Masahiko Sawada 05:31
Re: Unicode escapes with any backend encoding John Naylor 05:32
Re: logical replication empty transactions Dilip Kumar 05:45
Re: Cast to uint16 in pg_checksum_page() Tom Lane 06:05
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager 📎 Mahendra Singh Thalor 06:15
Re: Some problems of recovery conflict wait events Fujii Masao 06:21
Re: Identifying user-created objects vignesh C 06:28
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar 06:32
Re: error context for vacuum to include block number Masahiko Sawada 07:21
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Kyotaro Horiguchi 07:29
Re: Identifying user-created objects Fujii Masao 07:43
Re: [HACKERS] WAL logging problem in 9.4.3? Kyotaro Horiguchi 07:44
Re: [Patch] pg_rewind: options to use restore_command from recovery.conf or command line 📎 Michael Paquier 07:45
Re: [Proposal] Global temporary tables Prabhat Sahu 07:49
PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench 📎 Michael Paquier 07:54
Re: Identifying user-created objects Masahiko Sawada 08:05
Re: reindex concurrently and two toast indexes Julien Rouhaud 08:21
Re: [PATCH] Add object names to partition errors 📎 Chris Bandy 08:54
Re: Use compiler intrinsics for bit ops in hash John Naylor 08:59
Re: Collation versioning 📎 Julien Rouhaud 09:01
Re: Identifying user-created objects Fujii Masao 09:02
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Amit Kapila 09:03
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Dilip Kumar 09:10
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Daniel Gustafsson 09:12
Re: PG14 target version? Daniel Gustafsson 09:14
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Juan José Santamaría Flecha 09:22
Re: PG14 target version? Dave Page 09:29
Re: Identifying user-created objects Masahiko Sawada 09:36
Re: Use compiler intrinsics for bit ops in hash John Naylor 09:46
Re: backup manifests tushar 09:56
Re: Identifying user-created objects Fujii Masao 09:57
Re: Minor issues in .pgpass 📎 Fujii Masao 10:04
Re: Identifying user-created objects Masahiko Sawada 10:14
Re: logical replication empty transactions Amit Kapila 10:17
Re: backup manifests tushar 10:21
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Fabien COELHO 10:31
Re: logical replication empty transactions Dilip Kumar 10:33
Re: Re: [HACKERS] make async slave to wait for lsn to be replayed Fujii Masao 10:36
Re: Identifying user-created objects 📎 Masahiko Sawada 11:06
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Mahendra Singh Thalor 11:16
Re: PATCH: Add uri percent-encoding for binary data Daniel Gustafsson 11:25
Re: [PATCH] kNN for btree Alexander Korotkov 11:39
Re: Minor issues in .pgpass Hamid Akhtar 11:39
replay pause vs. standby promotion Fujii Masao 11:41
Re: Minor issues in .pgpass Fujii Masao 11:54
Re: replay pause vs. standby promotion Sergei Kornilov 12:00
Re: Cast to uint16 in pg_checksum_page() David Steele 12:02
Re: Identifying user-created objects Fujii Masao 12:07
Re: [HACKERS] make async slave to wait for lsn to be replayed David Steele 12:17
Re: Minor issues in .pgpass Hamid Akhtar 12:45
Re: Cast to uint16 in pg_checksum_page() Michael Paquier 12:52
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier 12:55
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier 13:01
Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier 13:05
Re: [PATCH] Erase the distinctClause if the result is unique by definition 📎 Andy Fan 13:13
Re: ERROR: subtransaction logged without previous top-level txn record Arseny Sher 13:29
Re: backup manifests tushar 13:51
Re: Minor issues in .pgpass Hamid Akhtar 14:01
Re: Improving connection scalability: GetSnapshotData() David Steele 14:04
Re: Refactor compile-time assertion checks for C/C++ Georgios Kokolatos 14:34
Re: replay pause vs. standby promotion Jehan-Guillaume de Rorthais 14:40
Re: Some improvements to numeric sqrt() and ln() David Steele 14:41
Re: Asynchronous Append on postgres_fdw nodes. David Steele 14:56
Re: ALTER TEXT SEARCH DICTIONARY tab completion Georgios Kokolatos 15:02
Re: Berserk Autovacuum (let's save next Mandrill) 📎 Laurenz Albe 15:15
Re: Symbolic names for the values of typalign and typstorage Tom Lane 15:35
Re: logical copy_replication_slot issues 📎 Arseny Sher 15:36
Re: [Proposal] Global temporary tables tushar 15:39
Re: PG14 target version? Alvaro Herrera 15:43
Re: PG14 target version? David Steele 15:48
Re: WAL usage calculation patch Julien Rouhaud 16:02
Re: jsonpath syntax extensions David Steele 16:13
Re: Bug in pg_restore with EventTrigger in parallel mode vignesh C 16:25
Re: Some improvements to numeric sqrt() and ln() Dean Rasheed 16:37
Re: HAVE_WORKING_LINK still needed? 📎 Peter Eisentraut 16:37
Re: Option to dump foreign data in pg_dump Ashutosh Bapat 16:39
Re: [HACKERS] [PATCH] Generic type subscripting 📎 Dmitry Dolgov 17:03
Re: Portal->commandTag as an enum Mark Dilger 17:13
Re: [Patch] pg_rewind: options to use restore_command from recovery.conf or command line Alexey Kondratov 17:14
Re: pgbench: option delaying queries till connections establishment? Andres Freund 17:40
Re: Allowing ALTER TYPE to change storage strategy 📎 Tom Lane 18:39
Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions 📎 Nikolay Shaplov 19:58
Re: Add LogicalTapeSetExtend() to logtape.c 📎 Jeff Davis 20:06
Re: jsonpath syntax extensions Nikita Glukhov 20:18
Re: Setting ACL Stephen Frost 20:20
Re: range_agg Alvaro Herrera 21:33
Re: error context for vacuum to include block number 📎 Justin Pryzby 21:51
Re: New SQL counter statistics view (pg_stat_sql) Mark Dilger 21:52
Re: error context for vacuum to include block number Justin Pryzby 21:53
useless RangeIOData->typiofunc 📎 Alvaro Herrera 21:57
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? 📎 Daniel Gustafsson 22:16

Browse Archives

Prev | Next