pgsql-hackers before 2023-10-27 00:15

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. 25, 2023

Thread Author Time
Re: Add new for_each macros for iterating over a List that do not require ListCell pointer David Rowley 02:55
Re: Synchronizing slots from primary to standby shveta malik 03:00
Re: post-recovery amcheck expectations Noah Misch 03:04
RE: CRC32C Parallel Computation Optimization on ARM 📎 Xiang Gao 03:38
Re: RFC: Logging plan of the running query Ashutosh Bapat 03:40
Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound John Naylor 04:08
Adding facility for injection points (or probe points?) for more advanced tests 📎 Michael Paquier 04:13
Re: Adding facility for injection points (or probe points?) for more advanced tests Amul Sul 04:36
Re: Synchronizing slots from primary to standby Amit Kapila 04:57
Re: Adding facility for injection points (or probe points?) for more advanced tests Michael Paquier 04:57
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 05:04
Re: [dynahash] do not refill the hashkey after hash_search John Naylor 05:12
Re: [dynahash] do not refill the hashkey after hash_search Tom Lane 05:21
Re: Guiding principle for dropping LLVM versions? 📎 Thomas Munro 05:47
Re: [dynahash] do not refill the hashkey after hash_search John Naylor 05:48
Re: [PoC] pg_upgrade: allow to upgrade publisher node 📎 Amit Kapila 06:09
Re: Guiding principle for dropping LLVM versions? Tom Lane 06:11
Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression 📎 Amul Sul 06:12
Re: SQL:2011 application time 📎 jian he 06:14
Re: A performance issue with Memoize Richard Guo 06:40
Re: A performance issue with Memoize Richard Guo 06:45
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Lepikhov 06:59
Re: Simplify create_merge_append_path a bit for clarity Richard Guo 07:23
Re: BUG #18167: cannot create partitioned tables when default_tablespace is set Alvaro Herrera 07:45
Re: Bug: RLS policy FOR SELECT is used to check new rows Laurenz Albe 07:45
RE: [PoC] pg_upgrade: allow to upgrade publisher node 📎 Hayato Kuroda (Fujitsu) 08:05
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 08:09
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 08:19
doc: a small improvement about pg_am description 📎 Yugo NAGATA 08:25
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 08:48
Re: Add new for_each macros for iterating over a List that do not require ListCell pointer Alvaro Herrera 08:51
Re: walwriter interacts quite badly with synchronous_commit=off 📎 Heikki Linnakangas 09:17
Re: run pgindent on a regular basis / scripted manner Amit Kapila 09:42
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 09:45
Re: Use virtual tuple slot for Unique node Ashutosh Bapat 09:48
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 09:48
Re: BUG #18167: cannot create partitioned tables when default_tablespace is set tender wang 09:58
Re: Add new for_each macros for iterating over a List that do not require ListCell pointer 📎 Jelte Fennema 10:05
Re: Add new for_each macros for iterating over a List that do not require ListCell pointer 📎 Jelte Fennema 10:39
race condition in pg_class 📎 Smolkin Grigory 10:39
Re: CDC/ETL system on top of logical replication with pgoutput, custom client Ashutosh Bapat 10:42
RE: CDC/ETL system on top of logical replication with pgoutput, custom client José Neves 10:53
Re: POC, WIP: OR-clause support for indexes 📎 a.rybakina 11:04
Re: CDC/ETL system on top of logical replication with pgoutput, custom client Ashutosh Bapat 11:13
Re: ResourceOwner refactoring Heikki Linnakangas 11:34
Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails tender wang 11:51
Re: trying again to get incremental backup 📎 Andrew Dunstan 11:53
Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails Alvaro Herrera 12:12
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Amit Kapila 12:28
Re: Add new for_each macros for iterating over a List that do not require ListCell pointer 📎 Jelte Fennema 12:35
Re: SLRU optimization - configurable buffer pool and partitioning the SLRU lock Dilip Kumar 12:43
Re: ResourceOwner refactoring 📎 Heikki Linnakangas 12:43
Re: RFC: Pluggable TOAST Aleksander Alekseev 12:43
Re: race condition in pg_class Andrey M. Borodin 12:57
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov 13:00
Re: trying again to get incremental backup Robert Haas 13:05
Re: Add connection active, idle time to pg_stat_activity Andrei Zubkov 13:12
Re: Add connection active, idle time to pg_stat_activity Aleksander Alekseev 13:17
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Alena Rybakina 13:25
Re: Add connection active, idle time to pg_stat_activity Andrei Zubkov 13:36
Re: Add connection active, idle time to pg_stat_activity Aleksander Alekseev 13:38
Re: trying again to get incremental backup Andrew Dunstan 14:33
Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help Peter Eisentraut 14:36
Re: [dynahash] do not refill the hashkey after hash_search Nathan Bossart 14:50
libpq async connection and multiple hosts Daniele Varrazzo 15:03
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 15:19
Re: trying again to get incremental backup Robert Haas 15:24
Re: libpq async connection and multiple hosts Jelte Fennema 15:34
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements 📎 Andrei Zubkov 15:35
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 15:36
Re: CRC32C Parallel Computation Optimization on ARM Nathan Bossart 15:43
Re: libpq async connection and multiple hosts Daniele Varrazzo 16:54
Re: libpq async connection and multiple hosts Daniele Varrazzo 16:58
Re: remaining sql/json patches Nikita Malakhov 17:13
Should we represent temp files as unsigned long int instead of signed long int type? Ashutosh Sharma 17:27
Re: trying again to get incremental backup 📎 Robert Haas 17:38
Re: race condition in pg_class Tom Lane 18:06
Re: ResourceOwner refactoring Andres Freund 18:07
Does UCS_BASIC have the right CTYPE? Jeff Davis 18:32
Remove dead code in pg_ctl.c 📎 David Steele 18:53
Re: walwriter interacts quite badly with synchronous_commit=off Andres Freund 18:59
Re: Custom tstzrange with importance factored in Jeff Davis 19:02
Re: Should we represent temp files as unsigned long int instead of signed long int type? Tom Lane 19:07
Re: Should we represent temp files as unsigned long int instead of signed long int type? Robert Haas 19:10
Re: trying again to get incremental backup Andrew Dunstan 19:17
Re: trying again to get incremental backup Robert Haas 19:19
Re: Making aggregate deserialization (and WAL receive) functions slightly faster Tom Lane 19:43
Re: POC, WIP: OR-clause support for indexes Robert Haas 19:54
Re: Remove dead code in pg_ctl.c Nathan Bossart 20:02
Re: walwriter interacts quite badly with synchronous_commit=off Heikki Linnakangas 20:04
Re: doc: a small improvement about pg_am description Jeff Davis 20:45
Re: Guiding principle for dropping LLVM versions? Thomas Munro 20:51
Re: Remove dead code in pg_ctl.c Nathan Bossart 21:30
Re: Container Types Jeff Davis 22:03
Re: Partial aggregates pushdown Bruce Momjian 22:08
Re: libpq async connection and multiple hosts Jelte Fennema 22:10
Re: Improving btree performance through specializing by key shape, take 2 Peter Geoghegan 22:35
Re: post-recovery amcheck expectations Peter Geoghegan 22:45
Re: Container Types Andres Freund 23:01
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 23:14
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 23:22

Oct. 26, 2023

Thread Author Time
Re: pg_stat_statements and "IN" conditions Michael Paquier 00:08
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 00:10
Re: Should we represent temp files as unsigned long int instead of signed long int type? Michael Paquier 00:40
Re: Should we represent temp files as unsigned long int instead of signed long int type? Tom Lane 00:49
Re: libpq async connection and multiple hosts Daniele Varrazzo 01:31
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 01:57
Re: Introduce a new view for checkpointer related stats Michael Paquier 01:59
Re: Document aggregate functions better w.r.t. ORDER BY David Rowley 02:12
Re: remaining sql/json patches Amit Langote 02:32
Re: Remove dead code in pg_ctl.c David Steele 03:38
Re: Add null termination to string received in parallel apply worker David Rowley 03:40
Re: Is this a problem in GenericXLogFinish()? Alexander Lakhin 04:00
Re: Making aggregate deserialization (and WAL receive) functions slightly faster 📎 David Rowley 04:00
Re: A performance issue with Memoize Andrei Lepikhov 04:07
Re: Open a streamed block for transactional messages during decoding Amit Kapila 04:42
Re: Is this a problem in GenericXLogFinish()? Jeff Davis 05:06
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 05:34
Re: Container Types Jeff Davis 06:13
Re: Show WAL write and fsync stats in pg_stat_io Michael Paquier 06:28
Re: RFC: Logging plan of the running query 📎 torikoshia 06:53
RE: Synchronizing slots from primary to standby Hayato Kuroda (Fujitsu) 07:08
Parallel query behaving different with custom GUCs Rushabh Lathia 07:10
RE: CRC32C Parallel Computation Optimization on ARM 📎 Xiang Gao 07:28
Re: Is this a problem in GenericXLogFinish()? Michael Paquier 07:31
Re: pg_upgrade and logical replication Michael Paquier 07:39
Re: libpq async connection and multiple hosts Jelte Fennema 08:00
Re: Reconcile stats in find_tabstat_entry() and get rid of PgStat_BackendFunctionEntry 📎 Drouvot, Bertrand 08:04
Re: [patch] pg_basebackup: mention that spread checkpoints are the default in --help 📎 Michael Banck 08:27
RE: Open a streamed block for transactional messages during decoding 📎 Zhijie Hou (Fujitsu) 08:31
Re: Synchronizing slots from primary to standby Amit Kapila 08:40
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Lepikhov 08:49
RE: CRC32C Parallel Computation Optimization on ARM Xiang Gao 08:53
Re: CRC32C Parallel Computation Optimization on ARM Bharath Rupireddy 09:06
Re: race condition in pg_class Smolkin Grigory 09:52
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov 10:41
Re: trying again to get incremental backup Andrew Dunstan 10:59
RE: Partial aggregates pushdown 📎 Fujii.Yuki@df.MitsubishiElectric.co.jp 11:11
Re: Add trailing commas to enum definitions Peter Eisentraut 11:20
Re: RFC: Pluggable TOAST Nikita Malakhov 11:29
Re: speed up a logical replica setup Ashutosh Bapat 11:47
Re: RFC: Pluggable TOAST Aleksander Alekseev 12:04
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 12:08
Re: Synchronizing slots from primary to standby Amit Kapila 12:13
Re: remaining sql/json patches Nikita Malakhov 12:19
Re: Synchronizing slots from primary to standby Amit Kapila 12:45
Re: remaining sql/json patches Amit Langote 12:53
Re: RFC: Pluggable TOAST Nikita Malakhov 12:54
Re: RFC: Pluggable TOAST Aleksander Alekseev 13:18
Re: remaining sql/json patches Nikita Malakhov 13:23
Re: trying again to get incremental backup Robert Haas 13:24
Re: RFC: Pluggable TOAST Matthias van de Meent 13:40
Re: Is this a problem in GenericXLogFinish()? Robert Haas 13:40
Re: RFC: Pluggable TOAST Matthias van de Meent 14:14
Re: Guiding principle for dropping LLVM versions? Devrim Gündüz 14:36
RE: [PoC] pg_upgrade: allow to upgrade publisher node Zhijie Hou (Fujitsu) 14:41
Re: Does UCS_BASIC have the right CTYPE? Peter Eisentraut 14:49
Re: Atomic ops for unlogged LSN 📎 John Morris 15:00
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 15:26
visibility of open cursors in pg_stat_activity Robert Haas 15:47
Re: Does UCS_BASIC have the right CTYPE? Jeff Davis 16:21
Re: CRC32C Parallel Computation Optimization on ARM Nathan Bossart 16:37
Re: Introduce a new view for checkpointer related stats 📎 Bharath Rupireddy 17:25
Re: visibility of open cursors in pg_stat_activity Andres Freund 17:41
Re: Does UCS_BASIC have the right CTYPE? Jeff Davis 18:42
Re: Partial aggregates pushdown 📎 Bruce Momjian 19:43
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 19:47
Re: visibility of open cursors in pg_stat_activity Robert Haas 19:51
Re: POC, WIP: OR-clause support for indexes Robert Haas 19:58
Re: CRC32C Parallel Computation Optimization on ARM Nathan Bossart 20:18
Re: Atomic ops for unlogged LSN Nathan Bossart 20:34
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 20:41
Recovering from detoast-related catcache invalidations 📎 Tom Lane 20:43
Re: RFC: Pluggable TOAST Nikita Malakhov 20:56
Add recovery to pg_control and remove backup_label 📎 David Steele 21:02
Re: POC, WIP: OR-clause support for indexes Peter Geoghegan 21:04
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Alena Rybakina 21:16
Re: Does UCS_BASIC have the right CTYPE? Daniel Verite 21:22
Re: Add recovery to pg_control and remove backup_label David G. Johnston 21:27
Re: [17] Special search_path names "!pg_temp" and "!pg_catalog" Nathan Bossart 21:28
Re: Does UCS_BASIC have the right CTYPE? Tom Lane 21:32
Re: Making aggregate deserialization (and WAL receive) functions slightly faster 📎 David Rowley 21:53
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 21:56
Re: [PoC] pg_upgrade: allow to upgrade publisher node Peter Smith 21:57
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 22:09
Re: Improve WALRead() to suck data directly from WAL buffers when possible 📎 Bharath Rupireddy 22:16
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 22:36
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 22:44
Re: Does UCS_BASIC have the right CTYPE? Jeff Davis 22:48
Re: Document parameter count limit 📎 Bruce Momjian 22:51
Re: Document parameter count limit Tom Lane 22:56
Re: Document parameter count limit David G. Johnston 22:56
Re: Document parameter count limit 📎 Bruce Momjian 23:01
Re: Document aggregate functions better w.r.t. ORDER BY 📎 Bruce Momjian 23:03
Re: Document aggregate functions better w.r.t. ORDER BY David G. Johnston 23:05
Re: Document parameter count limit Tom Lane 23:08
Re: Document parameter count limit David G. Johnston 23:13
Re: Document parameter count limit David G. Johnston 23:17
Re: Document parameter count limit Tom Lane 23:21
Re: Does UCS_BASIC have the right CTYPE? Jeff Davis 23:27

Browse Archives

Prev | Next