pgsql-hackers before 2025-01-11 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

Jan. 9, 2025

Thread Author Time
Re: [PATCH] Add get_bytes() and set_bytes() functions Michael Paquier 07:55
Re: pure parsers and reentrant scanners 📎 Peter Eisentraut 07:55
Re: Make pg_stat_io view count IOs as bytes instead of blocks 📎 Nazir Bilal Yavuz 07:59
Re: Reorder shutdown sequence, to flush pgstats later Bertrand Drouvot 08:05
Re: Make pg_stat_io view count IOs as bytes instead of blocks Michael Paquier 08:11
Re: An improvement of ProcessTwoPhaseBuffer logic Давыдов Виталий 08:21
Re: pg_settings.unit and DefineCustomXXXVariable Luca Ferrari 08:37
Re: Virtual generated columns jian he 08:38
Re: AIO v2.0 Ants Aasma 08:59
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 09:14
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 09:14
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 09:15
Re: Log a warning in pg_createsubscriber for max_slot_wal_keep_size 📎 Shubham Khanna 09:16
Re: Eager aggregation, take 3 Richard Guo 09:27
Re: Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes) Jakub Wartak 09:28
Re: Recovering from detoast-related catcache invalidations 📎 Heikki Linnakangas 09:39
Re: Small refactoring around vacuum_open_relation Ashutosh Bapat 10:30
Re: Small refactoring around vacuum_open_relation Alvaro Herrera 10:45
Re: Windows meson build Vladlen Popolitov 11:03
Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows Vladlen Popolitov 11:13
Re: Make pg_stat_io view count IOs as bytes instead of blocks 📎 Nazir Bilal Yavuz 11:20
[PATCH] Hex-coding optimizations using SVE on ARM. 📎 Devanga.Susmitha@fujitsu.com 11:22
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Ashutosh Bapat 11:29
Re: ecpg command does not warn COPY ... FROM STDIN; 📎 Ryo Kanbayashi 11:34
Re: Several buildfarm animals fail tests because of shared memory error Robins Tharakan 11:47
Re: ecpg command does not warn COPY ... FROM STDIN; Fujii Masao 11:59
Re: Small refactoring around vacuum_open_relation Daniel Gustafsson 12:00
Re: Reorder shutdown sequence, to flush pgstats later Bertrand Drouvot 12:01
Re: Adding support for SSLKEYLOGFILE in the frontend Daniel Gustafsson 12:24
Re: ecpg command does not warn COPY ... FROM STDIN; 📎 Ryo Kanbayashi 12:27
Re: Virtual generated columns 📎 jian he 12:41
Re: add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib) Daniel Gustafsson 12:50
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section Daniel Gustafsson 12:54
Re: Virtual generated columns Dean Rasheed 13:08
Re: Replace IN VALUES with ANY in WHERE clauses during optimization 📎 Alena Rybakina 13:10
Re: why there is not VACUUM FULL CONCURRENTLY? Alvaro Herrera 13:35
Re: Some ExecSeqScan optimizations 📎 Amit Langote 13:46
Re: Reorder shutdown sequence, to flush pgstats later Nazir Bilal Yavuz 13:50
Re: Sample rate added to pg_stat_statements Ilia Evdokimov 14:08
Re: pure parsers and reentrant scanners Tom Lane 14:53
Re: SCRAM pass-through authentication for postgres_fdw 📎 Matheus Alcantara 15:22
Re: Make pg_stat_io view count IOs as bytes instead of blocks Bertrand Drouvot 15:30
Re: [RFC] Lock-free XLog Reservation from WAL Zhou, Zhiguo 16:03
Re: [PoC] Federated Authn/z with OAUTHBEARER Peter Eisentraut 16:17
Re: Adjusting hash join memory limit to handle batch explosion Melanie Plageman 16:17
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section Peter Eisentraut 16:23
Re: AIO v2.0 Andres Freund 16:25
RE: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows Regina Obe 16:35
Re: Psql meta-command conninfo+ Sami Imseih 16:56
Re: Adjusting hash join memory limit to handle batch explosion Tomas Vondra 17:01
Re: why there is not VACUUM FULL CONCURRENTLY? Pavel Stehule 17:08
Re: why there is not VACUUM FULL CONCURRENTLY? Antonin Houska 17:26
Re: Non-text mode for pg_dumpall 📎 Mahendra Singh Thalor 17:26
Moving nbtree preprocessing code into a new .c file 📎 Peter Geoghegan 18:01
Re: New GUC autovacuum_max_threshold ? Nathan Bossart 18:06
Re: AIO v2.0 📎 Ants Aasma 18:10
Re: use a non-locking initial test in TAS_SPIN on AArch64 Nathan Bossart 18:15
Re: New GUC autovacuum_max_threshold ? Nathan Bossart 18:20
Re: Eagerly scan all-visible pages to amortize aggressive vacuum Andres Freund 18:24
Re: [PATCH] Hex-coding optimizations using SVE on ARM. Nathan Bossart 18:25
Re: Fix a wrong errmsg in AlterRole() Nathan Bossart 18:27
Re: Psql meta-command conninfo+ Alvaro Herrera 19:10
Re: Sample rate added to pg_stat_statements 📎 Alena Rybakina 19:13
Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion 19:18
Re: Psql meta-command conninfo+ Sami Imseih 19:27
Re: Psql meta-command conninfo+ David G. Johnston 19:35
Re: why there is not VACUUM FULL CONCURRENTLY? Alvaro Herrera 19:52
pg_dump, pg_dumpall, pg_restore: Add --no-policies option 📎 Nikolay Samokhvalov 20:32
Re: Adding support for SSLKEYLOGFILE in the frontend Jacob Champion 20:36
Re: [PoC] Federated Authn/z with OAUTHBEARER Daniel Gustafsson 20:40
Re: Adjusting hash join memory limit to handle batch explosion Melanie Plageman 20:42
Re: Psql meta-command conninfo+ Sami Imseih 20:45
Re: Psql meta-command conninfo+ Sami Imseih 20:50
Re: AIO v2.0 Andres Freund 20:53
Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? Michail Nikolaev 21:00
Re: Sample rate added to pg_stat_statements Ilia Evdokimov 21:05
Re: Sample rate added to pg_stat_statements Ilia Evdokimov 21:16
Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? Matthias van de Meent 21:35
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section Daniel Gustafsson 22:05
Re: Adjusting hash join memory limit to handle batch explosion Melanie Plageman 22:18
Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion 22:35
Re: [PoC] Federated Authn/z with OAUTHBEARER Daniel Gustafsson 22:44
Re: Fix a wrong errmsg in AlterRole() Nathan Bossart 23:19
Re: Adjusting hash join memory limit to handle batch explosion Tomas Vondra 23:26
Re: Proposal: add new API to stringinfo Nathan Bossart 23:27
Re: Adjusting hash join memory limit to handle batch explosion Tomas Vondra 23:59

Jan. 10, 2025

Thread Author Time
Re: IANA timezone abbreviations versus timezone_abbreviations 📎 Tom Lane 00:13
Re: per backend WAL statistics Michael Paquier 00:14
Re: Collation & ctype method table, and extension hooks 📎 Jeff Davis 00:19
Re: Conflict detection for update_deleted in logical replication Masahiko Sawada 00:42
Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? Michail Nikolaev 01:09
Re: IANA timezone abbreviations versus timezone_abbreviations Tom Lane 01:21
Re: Log a warning in pg_createsubscriber for max_slot_wal_keep_size Peter Smith 01:26
Re: New GUC autovacuum_max_threshold ? wenhui qiu 01:45
Re: Make pg_stat_io view count IOs as bytes instead of blocks 📎 Michael Paquier 01:46
Re: Proposal: add new API to stringinfo 📎 Tatsuo Ishii 02:31
pgbench error: (setshell) of script 0; execution of meta-command failed Andy Fan 02:45
Re: Log a warning in pg_createsubscriber for max_slot_wal_keep_size Peter Smith 02:50
Re: Question about behavior of deletes with REPLICA IDENTITY NOTHING 📎 Robert Treat 03:10
Re: CREATE SUBSCRIPTION - add missing test case Peter Smith 03:11
Re: Removing unneeded self joins 📎 Alexander Korotkov 03:13
Re: Question about behavior of deletes with REPLICA IDENTITY NOTHING Peter Smith 03:41
Re: Adding support for SSLKEYLOGFILE in the frontend 📎 Abhishek Chanda 03:59
Re: Some ExecSeqScan optimizations 📎 David Rowley 04:06
Re: Small refactoring around vacuum_open_relation Ashutosh Bapat 04:37
Re: WAL-logging facility for pgstats kinds 📎 Michael Paquier 04:46
Re: An improvement of ProcessTwoPhaseBuffer logic Michael Paquier 04:49
Re: Small refactoring around vacuum_open_relation Michael Paquier 04:57
Re: Infinite loop in XLogPageRead() on standby Michael Paquier 05:54
Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row 📎 jian he 06:38
Re: pgbench error: (setshell) of script 0; execution of meta-command failed 📎 Andy Fan 07:09
Re: Make pg_stat_io view count IOs as bytes instead of blocks Nazir Bilal Yavuz 07:15
Re: Psql meta-command conninfo+ Hunaid Sohail 07:47
Re: IWYU annotations 📎 Peter Eisentraut 08:10
Re: Make pg_stat_io view count IOs as bytes instead of blocks Bertrand Drouvot 08:23
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 08:33
Re: ecpg command does not warn COPY ... FROM STDIN; 📎 Ryo Kanbayashi 08:45
Re: Conflict detection for update_deleted in logical replication Nisha Moond 08:50
Re: Some ExecSeqScan optimizations 📎 Amit Langote 09:22
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Masahiko Sawada 09:27
Re: why there is not VACUUM FULL CONCURRENTLY? Antonin Houska 09:31
Re: per backend WAL statistics 📎 Bertrand Drouvot 09:40
RE: Windows meson build 📎 Kohei Harikae (Fujitsu) 09:43
Re: Some ExecSeqScan optimizations Vladlen Popolitov 09:53
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility. Ajin Cherian 10:08
Re: Incorrect CHUNKHDRSZ in nodeAgg.c 📎 David Rowley 10:30
Re: AIO v2.0 Ants Aasma 10:33
Re: ecpg command does not warn COPY ... FROM STDIN; 📎 Ryo Kanbayashi 10:34
Re: Some ExecSeqScan optimizations David Rowley 10:36
Re: Some ExecSeqScan optimizations David Rowley 10:37
Re: Add Pipelining support in psql 📎 Anthonin Bonnefoy 10:59
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 11:05
Re: Potential null pointer dereference in postgres.c 📎 Maxim Orlov 11:08
Re: [PATCH] Hex-coding optimizations using SVE on ARM. Chiranmoy.Bhattacharya@fujitsu.com 11:10
Re: why there is not VACUUM FULL CONCURRENTLY? Marcos Pegoraro 11:10
Re: [PATCH] SVE popcount support 📎 Chiranmoy.Bhattacharya@fujitsu.com 11:19
Re: Some ExecSeqScan optimizations 📎 Amit Langote 11:22
Re: psql: Add leakproof field to \dAo+ meta-command results Dean Rasheed 11:31
RE: Conflict detection for update_deleted in logical replication 📎 Hayato Kuroda (Fujitsu) 11:42
Adding extension default version to \dx 📎 Magnus Hagander 12:04
Re: Vacuum statistics 📎 Alena Rybakina 12:04
Re: Adding extension default version to \dx Julien Rouhaud 12:37
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Fujii Masao 12:41
Re: [RFC] Lock-free XLog Reservation from WAL Yura Sokolov 12:42
Re: [PoC] Federated Authn/z with OAUTHBEARER Peter Eisentraut 13:27
Re: per backend I/O statistics Bertrand Drouvot 13:56
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Nazir Bilal Yavuz 14:29
Re: POC: track vacuum/analyze cumulative time per relation Alena Rybakina 14:37
Re: Logical Replication of sequences 📎 vignesh C 14:37
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Fujii Masao 14:39
Re: Some ExecSeqScan optimizations Vladlen Popolitov 14:49
tests for pg_stat_progress_copy.tuples_skipped 📎 jian he 14:50
Re: Vacuum statistics Alena Rybakina 14:51
Re: Adjusting hash join memory limit to handle batch explosion Melanie Plageman 14:54
Re: Adding extension default version to \dx Michael Banck 14:56
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Tom Lane 14:57
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Tom Lane 14:58
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Nazir Bilal Yavuz 15:08
Re: POC: track vacuum/analyze cumulative time per relation Bertrand Drouvot 15:09
Re: pgbench error: (setshell) of script 0; execution of meta-command failed Tom Lane 15:20
Re: Adding support for SSLKEYLOGFILE in the frontend Daniel Gustafsson 15:29
Re: Vacuum statistics Alena Rybakina 15:31
Re: [PATCH] Hex-coding optimizations using SVE on ARM. Nathan Bossart 15:38
Re: POC: track vacuum/analyze cumulative time per relation Sami Imseih 16:07
Re: Adjusting hash join memory limit to handle batch explosion Tomas Vondra 16:18
Re: POC: track vacuum/analyze cumulative time per relation Sami Imseih 16:21
Re: use a non-locking initial test in TAS_SPIN on AArch64 Nathan Bossart 16:51
Re: [RFC] Lock-free XLog Reservation from WAL Matthias van de Meent 16:53
Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? 📎 Michail Nikolaev 17:06
Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option Greg Sabino Mullane 17:44
Proposal: "query_work_mem" GUC, to distribute working memory to the query's individual operators James Hunter 18:00
Re: [RFC] Lock-free XLog Reservation from WAL Yura Sokolov 18:33
Re: Reorder shutdown sequence, to flush pgstats later Andres Freund 18:42
Memory leak in plpython3u (with testcase and patch) 📎 Mat Arye 18:43
Re: Reorder shutdown sequence, to flush pgstats later Andres Freund 18:43
Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option 📎 Nikolay Samokhvalov 18:50
Re: Reorder shutdown sequence, to flush pgstats later 📎 Andres Freund 19:07
Re: use a non-locking initial test in TAS_SPIN on AArch64 Nathan Bossart 19:19
Re: Possible integer overflow in bringetbitmap() 📎 James Hunter 19:22
Re: Proposal: add new API to stringinfo Nathan Bossart 19:26
Re: IANA timezone abbreviations versus timezone_abbreviations 📎 Tom Lane 20:19
Re: SQL function which allows to distinguish a server being in point in time recovery mode and an ordinary replica 📎 m.litsarev 20:39
Re: [PATCH] Hex-coding optimizations using SVE on ARM. Nathan Bossart 20:46
Re: Memory leak in plpython3u (with testcase and patch) Tom Lane 21:37
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section 📎 Melanie Plageman 22:09
Re: POC: track vacuum/analyze cumulative time per relation 📎 Sami Imseih 22:26
Restore support for USE_ASSERT_CHECKING in extensions only 📎 Andrew Kane 22:26
Re: Memory leak in plpython3u (with testcase and patch) 📎 Tom Lane 22:45
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section Daniel Gustafsson 22:59
Re: Adjusting hash join memory limit to handle batch explosion Melanie Plageman 23:09
Re: Adding support for SSLKEYLOGFILE in the frontend 📎 Abhishek Chanda 23:16
Re: Restore support for USE_ASSERT_CHECKING in extensions only 📎 David Rowley 23:17
pgsql: Consolidate docs for vacuum-related GUCs in new subsection Melanie Plageman 23:22
Re: Proposal: add new API to stringinfo Tatsuo Ishii 23:25
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section Melanie Plageman 23:31
Re: Restore support for USE_ASSERT_CHECKING in extensions only Tom Lane 23:32
Re: Restore support for USE_ASSERT_CHECKING in extensions only David Rowley 23:40
Re: Restore support for USE_ASSERT_CHECKING in extensions only Tom Lane 23:48
Re: Restore support for USE_ASSERT_CHECKING in extensions only 📎 Andrew Kane 23:55
Re: Restore support for USE_ASSERT_CHECKING in extensions only David Rowley 23:56

Browse Archives

Prev | Next