pgsql-hackers since 2024-02-18 15:04

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

Feb. 18, 2024

Thread Author Time
Re: Removing unneeded self joins Alexander Korotkov 15:04
Re: Removing unneeded self joins 📎 Alexander Korotkov 16:18
Re: Thoughts about NUM_BUFFER_PARTITIONS Tomas Vondra 16:56
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Tomas Vondra 17:25
Re: Removing unneeded self joins Alexander Lakhin 18:00
Running the fdw test from the terminal crashes into the core-dump Alena Rybakina 18:33
Re: Patch: Add parse_type Function 📎 Erik Wienhold 18:49
Re: Patch: Add parse_type Function Pavel Stehule 19:00
Re: Running the fdw test from the terminal crashes into the core-dump Tom Lane 19:13
Re: Transaction timeout Andrey M. Borodin 19:16
Re: Running the fdw test from the terminal crashes into the core-dump Alvaro Herrera 19:44
Re: Why is pq_begintypsend so slow? Andres Freund 20:09
Re: PGC_SIGHUP shared_buffers? Andres Freund 20:35
Re: Patch: Add parse_type Function Erik Wienhold 20:55
Re: Why is pq_begintypsend so slow? Michael Paquier 22:36
Re: Add system identifier to backup manifest Michael Paquier 22:52
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Tomas Vondra 23:05

Feb. 19, 2024

Thread Author Time
Re: Running the fdw test from the terminal crashes into the core-dump Amit Langote 00:03
Re: What about Perl autodie? Andrew Dunstan 00:54
Re: Why is pq_begintypsend so slow? Sutou Kouhei 01:02
RE: pg_upgrade and logical replication 📎 Hayato Kuroda (Fujitsu) 01:24
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Andrei Lepikhov 01:37
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 02:01
Re: Thoughts about NUM_BUFFER_PARTITIONS Japin Li 02:26
Re: Do away with zero-padding assumption before WALRead() Kyotaro Horiguchi 02:56
Re: Do away with zero-padding assumption before WALRead() Kyotaro Horiguchi 03:02
Re: Returning non-terminated string in ECPG Informix-compatible function Michael Paquier 03:20
Re: Speeding up COPY TO for uuids and arrays Michael Paquier 03:36
Re: Synchronizing slots from primary to standby shveta malik 03:38
Re: Emitting JSON to file using COPY TO 📎 jian he 03:43
Re: pg_upgrade and logical replication vignesh C 03:52
RE: Synchronizing slots from primary to standby Zhijie Hou (Fujitsu) 04:02
Re: Synchronizing slots from primary to standby 📎 shveta malik 04:16
A new message seems missing a punctuation Kyotaro Horiguchi 04:40
Re: A new message seems missing a punctuation Robert Haas 05:01
Re: Removing unneeded self joins 📎 Andrei Lepikhov 05:24
Re: A new message seems missing a punctuation 📎 shveta malik 05:26
Re: Do away with zero-padding assumption before WALRead() Bharath Rupireddy 05:32
Re: A new message seems missing a punctuation Kyotaro Horiguchi 05:34
Re: About a recently-added message Amit Kapila 05:40
RE: speed up a logical replica setup 📎 Hayato Kuroda (Fujitsu) 05:45
Re: Do away with zero-padding assumption before WALRead() Kyotaro Horiguchi 05:47
Proposal: Adjacent B-Tree index Dilshod Urazov 05:50
Re: About a recently-added message shveta malik 05:56
Re: PGC_SIGHUP shared_buffers? Robert Haas 05:58
Injection points: some tools to wait and wake 📎 Michael Paquier 06:01
Re: A new message seems missing a punctuation Robert Haas 06:12
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Michael Paquier 06:14
Re: Add system identifier to backup manifest 📎 Amul Sul 06:36
Re: A new message seems missing a punctuation Amit Kapila 06:44
Re: Add last_commit_lsn to pg_stat_database Michael Paquier 06:57
Re: pg_upgrade and logical replication Amit Kapila 07:08
Re: A new message seems missing a punctuation Amit Kapila 07:13
Add an option to skip loading missing publication to avoid logical replication failure 📎 vignesh C 07:18
Re: Add pg_basetype() function to obtain a DOMAIN base type 📎 jian he 07:21
Re: Show WAL write and fsync stats in pg_stat_io Nazir Bilal Yavuz 07:28
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Bertrand Drouvot 07:47
Re: Injection points: some tools to wait and wake 📎 Michael Paquier 07:51
Re: Synchronizing slots from primary to standby Bertrand Drouvot 07:53
Re: backend *.c #include cleanup (IWYU) 📎 Peter Eisentraut 07:59
Re: Improvement discussion of custom and generic plans 📎 Quan Zongliang 08:05
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Bharath Rupireddy 08:15
Re: System username in pg_stat_activity Bertrand Drouvot 08:25
Re: CI and test improvements Peter Eisentraut 08:33
Re: POC, WIP: OR-clause support for indexes 📎 Andrei Lepikhov 08:35
Re: What about Perl autodie? Daniel Gustafsson 08:42
Re: Why is subscription/t/031_column_list.pl failing so much? Amit Kapila 08:49
Avoid switching between system-user and system-username in the doc 📎 Bertrand Drouvot 08:52
Re: Injection points: some tools to wait and wake Andrey M. Borodin 08:54
Re: System username in pg_stat_activity Bertrand Drouvot 08:55
Re: System username in pg_stat_activity Bertrand Drouvot 09:12
Re: Transaction timeout Andrey M. Borodin 09:14
Re: Add last_commit_lsn to pg_stat_database Tomas Vondra 09:26
numeric_big in make check? Daniel Gustafsson 09:27
Re: speed up a logical replica setup Peter Eisentraut 09:47
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Bertrand Drouvot 09:49
Re: Transaction timeout Japin Li 10:17
Re: speed up a logical replica setup 📎 Shlok Kyal 10:22
Re: Switching XLog source from archive to streaming when primary available 📎 Bharath Rupireddy 10:36
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 10:47
Re: table inheritance versus column compression and storage settings Ashutosh Bapat 11:34
Re: Add an option to skip loading missing publication to avoid logical replication failure 📎 vignesh C 11:41
Re: numeric_big in make check? Tom Lane 11:48
Re: Synchronizing slots from primary to standby 📎 Amit Kapila 12:01
Re: partitioning and identity column Ashutosh Bapat 12:17
Re: Memory consumed by paths during partitionwise join planning Ashutosh Bapat 12:25
Re: numeric_big in make check? 📎 Daniel Gustafsson 12:31
Re: POC, WIP: OR-clause support for indexes Ranier Vilela 12:53
Re: Synchronizing slots from primary to standby 📎 shveta malik 12:59
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Ashutosh Bapat 13:01
Re: serial not accepted as datatype in ALTER TABLE ... ALTER COLUMN Ashutosh Bapat 13:10
Re: Experiments with Postgres and SSL Matthias van de Meent 13:14
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Ashutosh Bapat 13:17
Re: Reducing output size of nodeToString 📎 Matthias van de Meent 13:19
Re: Optimize planner memory consumption for huge arrays Tomas Vondra 13:47
Re: numeric_big in make check? Dean Rasheed 14:03
Re: Speeding up COPY TO for uuids and arrays 📎 Laurenz Albe 14:08
Re: PGC_SIGHUP shared_buffers? Joe Conway 14:19
Re: Injection points: some tools to wait and wake Bertrand Drouvot 14:28
Re: Switching XLog source from archive to streaming when primary available Japin Li 14:55
Re: partitioning and identity column Alexander Lakhin 15:00
Use streaming read API in ANALYZE 📎 Nazir Bilal Yavuz 15:13
Re: Add trim_trailing_whitespace to editorconfig file 📎 Jelte Fennema-Nio 15:21
Re: numeric_big in make check? Tom Lane 15:35
Re: Optimize planner memory consumption for huge arrays Tom Lane 15:45
Re: JIT compilation per plan node Tomas Vondra 16:26
Re: Patch: Add parse_type Function David E. Wheeler 16:43
Re: Avoid switching between system-user and system-username in the doc Jelte Fennema-Nio 17:00
Re: BUG #18348: Inconsistency with EXTRACT([field] from INTERVAL); 📎 Tom Lane 17:22
Re: Optimize planner memory consumption for huge arrays Tomas Vondra 17:37
Re: PGC_SIGHUP shared_buffers? Andres Freund 18:13
Re: PGC_SIGHUP shared_buffers? Joe Conway 18:54
Re: Proposal: Adjacent B-Tree index Matthias van de Meent 19:32
Re: PGC_SIGHUP shared_buffers? Andres Freund 19:46
Re: Why is pq_begintypsend so slow? Andres Freund 19:53
Re: Patch: Add parse_type Function Tom Lane 20:47
Possible to trigger autovacuum? Chris Cleveland 21:15
Re: Optimize planner memory consumption for huge arrays 📎 Tom Lane 21:51
Re: Patch: Add parse_type Function Tom Lane 22:13
Re: Add last_commit_lsn to pg_stat_database Michael Paquier 22:56
Re: Patch: Add parse_type Function David E. Wheeler 22:59
Re: Possible to trigger autovacuum? Michael Paquier 23:02
Re: Streaming read-ready sequential scan code Melanie Plageman 23:05
Re: Avoid switching between system-user and system-username in the doc Michael Paquier 23:06
Re: 035_standby_logical_decoding unbounded hang Noah Misch 23:09
Re: Injection points: some tools to wait and wake Michael Paquier 23:21
Re: speed up a logical replica setup Euler Taveira 23:28
Re: Injection points: some tools to wait and wake Michael Paquier 23:28
Have pg_basebackup write "dbname" in "primary_conninfo"? 📎 Ian Lawrence Barwick 23:34
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Michael Paquier 23:51

Feb. 20, 2024

Thread Author Time
Re: Have pg_basebackup write "dbname" in "primary_conninfo"? Jelte Fennema-Nio 00:21
Re: serial not accepted as datatype in ALTER TABLE ... ALTER COLUMN Andy Fan 01:17
Re: speed up a logical replica setup Euler Taveira 01:28
Re: Thoughts about NUM_BUFFER_PARTITIONS wenhui qiu 01:36
Re: Thoughts about NUM_BUFFER_PARTITIONS wenhui qiu 02:16
Support boolcol IS [NOT] UNKNOWN in partition pruning 📎 David Rowley 02:38
Re: Memory consumed by paths during partitionwise join planning Andrei Lepikhov 02:49
Re: Synchronizing slots from primary to standby Masahiko Sawada 02:55
Re: Patch: Add parse_type Function Erik Wienhold 02:58
Re: Patch: Add parse_type Function 📎 David E. Wheeler 03:06
Re: POC, WIP: OR-clause support for indexes 📎 Andrei Lepikhov 03:18
Re: Synchronizing slots from primary to standby shveta malik 03:33
Re: Synchronizing slots from primary to standby Amit Kapila 03:43
Re: BUG #18348: Inconsistency with EXTRACT([field] from INTERVAL); jian he 03:56
Re: POC, WIP: OR-clause support for indexes jian he 04:03
Re: Optimize planner memory consumption for huge arrays 📎 Andrei Lepikhov 04:17
Re: speed up a logical replica setup Shlok Kyal 04:19
Re: POC, WIP: OR-clause support for indexes Andrei Lepikhov 04:29
Re: WIP Incremental JSON Parser Andrew Dunstan 04:41
Re: Optimize planner memory consumption for huge arrays Andrei Lepikhov 04:41
Re: RFC: Logging plan of the running query Robert Haas 04:53
Re: Have pg_basebackup write "dbname" in "primary_conninfo"? Amit Kapila 04:57
Re: partitioning and identity column Ashutosh Bapat 04:57
Re: logical decoding and replication of sequences, take 2 Robert Haas 05:00
Re: Memory consumed by paths during partitionwise join planning Ashutosh Bapat 05:08
Re: JIT compilation per plan node David Rowley 05:14
Re: JIT compilation per plan node Tom Lane 05:31
Re: Fix race condition in InvalidatePossiblyObsoleteSlot() Michael Paquier 05:33
Re: JIT compilation per plan node David Rowley 05:38
Re: Switching XLog source from archive to streaming when primary available 📎 Bharath Rupireddy 05:40
Re: logical decoding and replication of sequences, take 2 Amit Kapila 05:54
Re: Add test module for verifying backtrace functionality 📎 Bharath Rupireddy 06:00
Re: partitioning and identity column Alexander Lakhin 06:00
Re: Improve WALRead() to suck data directly from WAL buffers when possible 📎 Bharath Rupireddy 06:10
Re: Shared detoast Datum proposal 📎 Andy Fan 06:20
Re: Switching XLog source from archive to streaming when primary available 📎 Japin Li 06:24
Re: Patch: Add parse_type Function jian he 06:30
Re: Introduce XID age and inactive timeout based replication slot invalidation 📎 Bharath Rupireddy 06:35
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 06:59
Re: confirmed flush lsn seems to be move backward in certain error cases vignesh C 07:05
Re: Statistics Import and Export 📎 Corey Huinker 07:24
Re: Switching XLog source from archive to streaming when primary available 📎 Bharath Rupireddy 07:45
pg_restore option --clean Fabrice Chapuis 07:47
Re: automating RangeTblEntry node support Peter Eisentraut 07:57
Re: logical decoding and replication of sequences, take 2 Dilip Kumar 08:02
Re: Add new error_action COPY ON_ERROR "log" torikoshia 08:22
Re: About a recently-added message Amit Kapila 08:43
Re: Possible to trigger autovacuum? Alvaro Herrera 08:59
Re: Synchronizing slots from primary to standby 📎 shveta malik 09:35
Re: Add bump memory context type and use it for tuplesorts David Rowley 09:41
Re: speed up a logical replica setup vignesh C 09:44
Re: Add bump memory context type and use it for tuplesorts David Rowley 09:46
Re: About a recently-added message 📎 shveta malik 09:50
RE: Replace current implementations in crypt() and gen_salt() to OpenSSL Koshi Shibagaki (Fujitsu) 09:56
Re: [POC] Allow flattening of subquery with a link to upper query Andrei Lepikhov 09:57
Re: Add bump memory context type and use it for tuplesorts David Rowley 10:02
Re: JIT compilation per plan node Tomas Vondra 10:04
Change the bool member of the Query structure to bits 📎 Quan Zongliang 10:07
Re: logical decoding and replication of sequences, take 2 Robert Haas 10:08
Re: Replace current implementations in crypt() and gen_salt() to OpenSSL Daniel Gustafsson 10:09
Re: Change the bool member of the Query structure to bits 📎 Quan Zongliang 10:11
RE: speed up a logical replica setup Hayato Kuroda (Fujitsu) 10:17
Re: Add bump memory context type and use it for tuplesorts 📎 David Rowley 10:18
Re: table inheritance versus column compression and storage settings Peter Eisentraut 10:21
Re: JIT compilation per plan node David Rowley 10:26
Re: JIT compilation per plan node Tomas Vondra 10:31
Missing Group Key in grouped aggregate Erik Nordström 10:31
Re: speed up a logical replica setup vignesh C 10:33
Re: [POC] Allow flattening of subquery with a link to upper query David Rowley 10:43
RE: Have pg_basebackup write "dbname" in "primary_conninfo"? Hayato Kuroda (Fujitsu) 10:48

Browse Archives

Prev | Next