pgsql-hackers since 2023-11-25 00:45

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

Nov. 25, 2023

Thread Author Time
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements 📎 Alexander Korotkov 00:45
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 01:13
Re: [PATCH] Add CHECK_FOR_INTERRUPTS in scram_SaltedPassword loop. Michael Paquier 01:20
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 01:23
Re: pg_upgrade and logical replication 📎 vignesh C 01:51
Re: [HACKERS] GIN pageinspect functions Bruce Momjian 03:03
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Julien Rouhaud 03:04
Re: [HACKERS] patch: change magic constants to DEFINE value for readability. Bruce Momjian 03:36
Re: autovectorize page checksum code included elsewhere John Naylor 07:09
Re: autovectorize page checksum code included elsewhere John Naylor 07:24
Re: pg_stats and range statistics jian he 08:28
Re: pg_stats and range statistics jian he 08:57
Re: pg_stats and range statistics Egor Rogov 09:14
Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION Amit Kapila 11:05
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 11:10
Re: pg_upgrade and logical replication Amit Kapila 12:20
RE: Random pg_upgrade test failure on drongo Hayato Kuroda (Fujitsu) 15:19
Re: [HACKERS] Bogus WAL segments archived after promotion Bruce Momjian 15:48
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 16:13
Re: [HACKERS] Changing references of password encryption to hashing Bruce Momjian 16:49
Re: pg_stats and range statistics 📎 Alexander Korotkov 16:55
Re: pg_stats and range statistics Alexander Korotkov 16:57
Improve rowcount estimate for UNNEST(column) 📎 Paul A Jungwirth 17:19
Re: Table AM Interface Enhancements Alexander Korotkov 17:47
New instability in stats regression test Tom Lane 18:08
Emitting JSON to file using COPY TO Davin Shearer 19:21
Re: New instability in stats regression test Tom Lane 19:34
Test 002_pg_upgrade fails with olddump on Windows 📎 Alexander Lakhin 20:00
Re: Emitting JSON to file using COPY TO David G. Johnston 20:02
Re: brininsert optimization opportunity Tomas Vondra 20:06
strange para/programlisting pattern in sgml docs Tomas Vondra 20:44
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov 20:45
Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Alexander Korotkov 20:46
Re: Emitting JSON to file using COPY TO Adrian Klaver 21:00
Re: brininsert optimization opportunity Ashwin Agrawal 22:33
Re: brininsert optimization opportunity Soumyadeep Chakraborty 23:23
Mentor PostgreSQL at CodePeak 2023! 📎 gautam.sharma 23:36

Nov. 26, 2023

Thread Author Time
Re: Add recovery to pg_control and remove backup_label Stephen Frost 08:42
Missing docs on AT TIME ZONE precedence? Shay Rojansky 10:13
Re: Missing docs on AT TIME ZONE precedence? Bruce Momjian 14:27
Should timezone be inherited from template database? Anton A. Melnikov 14:47
How to get started with contributions Kirtika Gautam 15:14
Re: Should timezone be inherited from template database? David G. Johnston 15:53
Re: Should timezone be inherited from template database? Anton A. Melnikov 16:02
Re: Missing docs on AT TIME ZONE precedence? Tom Lane 16:35
Re: WIP: libpq: add a possibility to not send D(escribe) when executing a prepared statement Ivan Trofimov 16:38
Re: WIP: libpq: add a possibility to not send D(escribe) when executing a prepared statement Tom Lane 17:13
Re: Missing docs on AT TIME ZONE precedence? Shay Rojansky 17:45
Re: Schema variables - new implementation for Postgres 15 📎 Dmitry Dolgov 17:52
Re: Schema variables - new implementation for Postgres 15 Pavel Stehule 18:19
Re: Missing docs on AT TIME ZONE precedence? 📎 Tom Lane 20:11
Re: Improve rowcount estimate for UNNEST(column) Laurenz Albe 20:11
Re: Improve rowcount estimate for UNNEST(column) Tom Lane 20:22
Re: GUC names in messages 📎 Peter Smith 22:41
Re: GUC names in messages Peter Smith 23:04
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Alexander Korotkov 23:43

Nov. 27, 2023

Thread Author Time
Re: PATCH: Add REINDEX tag to event triggers 📎 jian he 00:00
Re: [HACKERS] make async slave to wait for lsn to be replayed Alexander Korotkov 00:05
Re: [HACKERS] make async slave to wait for lsn to be replayed Alexander Korotkov 00:08
Re: Add semi-join pushdown to postgres_fdw 📎 Alexander Korotkov 00:49
Re: Assert failure on 'list_member_ptr(rel->joininfo, restrictinfo)' Alexander Korotkov 01:04
Re: logical decoding and replication of sequences, take 2 📎 Tomas Vondra 01:11
Re: pg_upgrade and logical replication Peter Smith 01:22
Re: GUC names in messages Michael Paquier 01:43
Re: GUC names in messages Tom Lane 02:07
Re: GUC names in messages Peter Smith 02:41
Re: New instability in stats regression test 📎 Michael Paquier 02:56
Re: initdb --no-locale=C doesn't work as specified when the environment is not C 📎 Kyotaro Horiguchi 03:00
Re: [PATCH] fix race condition in libpq (related to ssl connections) Michael Paquier 03:03
Re: New instability in stats regression test Tom Lane 03:34
Re: [PATCH] Add CHECK_FOR_INTERRUPTS in scram_SaltedPassword loop. Bowen Shi 03:56
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 04:02
Re: GUC names in messages[ Michael Paquier 04:06
Re: Postgres picks suboptimal index after building of an extended statistics 📎 Andrei Lepikhov 04:44
Re: brininsert optimization opportunity Richard Guo 05:28
Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine() 📎 Michael Paquier 05:50
Re: brininsert optimization opportunity Soumyadeep Chakraborty 05:52
Re: Assert failure on 'list_member_ptr(rel->joininfo, restrictinfo)' Ashutosh Bapat 05:59
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 06:02
Re: logical decoding and replication of sequences, take 2 Amit Kapila 06:04
Re: Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine() Richard Guo 06:14
Re: GUC names in messages Laurenz Albe 06:31
Re: GUC names in messages Tom Lane 06:35
Re: pgoutput incorrectly replaces missing values with NULL since PostgreSQL 15 Amit Kapila 06:39
Re: Adding facility for injection points (or probe points?) for more advanced tests Ashutosh Bapat 06:44
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 06:45
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Alexander Lakhin 07:00
RE: Partial aggregates pushdown [email protected] 07:04
Re: Improve rowcount estimate for UNNEST(column) jian he 07:05
Re: Catalog domain not-null constraints Peter Eisentraut 07:08
Re: [PATCH] pg_convert improvement 📎 Drouvot, Bertrand 07:11
Re: brininsert optimization opportunity Richard Guo 07:37
Re: POC, WIP: OR-clause support for indexes 📎 Andrei Lepikhov 08:02
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 08:45
Re: Synchronizing slots from primary to standby shveta malik 08:50
Re: How to accurately determine when a relation should use local buffers? Давыдов Виталий 08:56
RE: Synchronizing slots from primary to standby 📎 Zhijie Hou (Fujitsu) 08:57
Re: [PATCH] Add CHECK_FOR_INTERRUPTS in scram_SaltedPassword loop. Daniel Gustafsson 09:05
Re: How to get started with contributions Bharath Rupireddy 09:22
Re: How to get started with contributions Ashutosh Bapat 09:24
Re: Emitting JSON to file using COPY TO Dominique Devienne 09:33
Re: Emitting JSON to file using COPY TO Dominique Devienne 09:44
Re: pg_upgrade and logical replication vignesh C 09:48
Re: remaining sql/json patches Amit Langote 10:09
Re: logical decoding and replication of sequences, take 2 Amit Kapila 10:13
Re: strange para/programlisting pattern in sgml docs Peter Eisentraut 10:16
Re: New instability in stats regression test Bharath Rupireddy 10:19
Re: brininsert optimization opportunity Tomas Vondra 10:34
Re: Synchronizing slots from primary to standby Amit Kapila 10:38
Re: remaining sql/json patches Alvaro Herrera 10:42
Re: logical decoding and replication of sequences, take 2 Tomas Vondra 10:47
Re: PATCH: Add REINDEX tag to event triggers Ajin Cherian 10:58
Re: Do away with a few backwards compatibility macros Bharath Rupireddy 10:59
Re: logical decoding and replication of sequences, take 2 Amit Kapila 11:11
Re: Simplify xlogreader.c with XLogRec* macros Bharath Rupireddy 11:20
Re: logical decoding and replication of sequences, take 2 Amit Kapila 11:27
Re: pg_upgrade and logical replication Amit Kapila 11:42
Re: Random pg_upgrade test failure on drongo Alexander Lakhin 12:00
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 12:04
RE: logical decoding and replication of sequences, take 2 📎 Hayato Kuroda (Fujitsu) 12:08
RE: Synchronizing slots from primary to standby Zhijie Hou (Fujitsu) 12:23
Re: Random pg_upgrade test failure on drongo Andrew Dunstan 12:39
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 12:46
Re: Testing autovacuum wraparound (including failsafe) Masahiko Sawada 13:06
Re: Emitting JSON to file using COPY TO David G. Johnston 13:27
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan Heikki Linnakangas 13:39
Re: Testing autovacuum wraparound (including failsafe) Daniel Gustafsson 13:40
Re: logical decoding and replication of sequences, take 2 Tomas Vondra 13:41
Re: logical decoding and replication of sequences, take 2 Tomas Vondra 13:54
Re: Emitting JSON to file using COPY TO Pavel Stehule 13:56
Re: remaining sql/json patches Andrew Dunstan 13:56
Re: Random pg_upgrade test failure on drongo Andrew Dunstan 13:58
Re: remaining sql/json patches Alvaro Herrera 14:06
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 14:08
Re: pgoutput incorrectly replaces missing values with NULL since PostgreSQL 15 Nikhil Benesch 14:33
Re: Emitting JSON to file using COPY TO David G. Johnston 14:43
Re: Questions regarding Index AMs and natural ordering Matthias van de Meent 14:55
Re: Emitting JSON to file using COPY TO Tom Lane 14:56
Re: Add semi-join pushdown to postgres_fdw 📎 Alexander Pyhalov 15:11
Re: Emitting JSON to file using COPY TO Dominique Devienne 15:26
Re: brininsert optimization opportunity Tomas Vondra 15:54
Re: walwriter interacts quite badly with synchronous_commit=off Heikki Linnakangas 15:55
Re: Emitting JSON to file using COPY TO Adrian Klaver 16:04
Re: Emitting JSON to file using COPY TO Dominique Devienne 16:14
Re: Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE 📎 vignesh C 16:28
Re: PATCH: Add REINDEX tag to event triggers 📎 jian he 16:28
Re: Missing docs on AT TIME ZONE precedence? Alvaro Herrera 16:35
Re: walwriter interacts quite badly with synchronous_commit=off Andres Freund 17:13
Re: Missing docs on AT TIME ZONE precedence? 📎 Alvaro Herrera 17:32
Re: remaining sql/json patches Andres Freund 17:50
Re: New instability in stats regression test Andres Freund 17:52
Re: New instability in stats regression test Andres Freund 17:56
SSL tests fail on OpenSSL v3.2.0 Nazir Bilal Yavuz 18:05
Re: Assert failure on 'list_member_ptr(rel->joininfo, restrictinfo)' Andres Freund 18:07
Re: logical decoding and replication of sequences, take 2 📎 Tomas Vondra 18:15
Re: SSL tests fail on OpenSSL v3.2.0 📎 Tristan Partin 18:17
Re: SSL tests fail on OpenSSL v3.2.0 📎 Tristan Partin 18:33
Re: Assert failure on 'list_member_ptr(rel->joininfo, restrictinfo)' Alexander Korotkov 18:37
Re: Add recovery to pg_control and remove backup_label Robert Haas 18:58
Re: New instability in stats regression test Tom Lane 19:01
Re: trying again to get incremental backup Robert Haas 19:02
proposal: change behavior on collation version mismatch Jeremy Schneider 19:06
Re: Partial aggregates pushdown Robert Haas 19:07
Re: Do away with a few backwards compatibility macros Nathan Bossart 19:14
Re: proposal: change behavior on collation version mismatch Laurenz Albe 19:17
Re: proposal: change behavior on collation version mismatch Laurenz Albe 19:19
Re: Partial aggregates pushdown Robert Haas 20:03
Re: Table AM Interface Enhancements Mark Dilger 20:19
Re: proposal: change behavior on collation version mismatch Jeff Davis 20:29
Re: Missing docs on AT TIME ZONE precedence? 📎 Tom Lane 20:34
Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* Andrew Dunstan 20:38
Re: proposal: change behavior on collation version mismatch Jeff Davis 20:39
Re: Partial aggregates pushdown Tom Lane 20:59
Re: locked reads for atomics 📎 Nathan Bossart 21:00
Re: POC, WIP: OR-clause support for indexes Robert Haas 21:03
Re: Missing docs on AT TIME ZONE precedence? Andrew Dunstan 21:09
Dynamically generate a nested JSON file Rushabh Shah 21:09
Re: Partial aggregates pushdown Robert Haas 21:10
Re: autovectorize page checksum code included elsewhere Nathan Bossart 21:21
Re: Partial aggregates pushdown Tom Lane 21:23
Re: proposal: change behavior on collation version mismatch Magnus Hagander 21:37
Re: Don't use bms_membership in places where it's not needed David Rowley 21:43
Re: logical decoding and replication of sequences, take 2 Peter Smith 22:06
Re: POC, WIP: OR-clause support for indexes Peter Geoghegan 22:15
Re: common signal handler protection Nathan Bossart 22:16
Re: Don't use bms_membership in places where it's not needed Andres Freund 22:21
Re: proposal: change behavior on collation version mismatch Jeff Davis 22:21
Re: autovectorize page checksum code included elsewhere Nathan Bossart 22:26
Re: Dynamically generate a nested JSON file David G. Johnston 22:27
Re: Adding facility for injection points (or probe points?) for more advanced tests Michael Paquier 22:36
Re: New instability in stats regression test Michael Paquier 22:41
Re: GUC names in messages Michael Paquier 22:53
Re: Don't use bms_membership in places where it's not needed David Rowley 23:16
Re: proposal: change behavior on collation version mismatch Jeremy Schneider 23:35
Re: [PATCH] Add CHECK_FOR_INTERRUPTS in scram_SaltedPassword loop. Michael Paquier 23:39
Re: Incorrect comment in tableam.h regarding GetHeapamTableAmRoutine() Michael Paquier 23:45
Re: Partial aggregates pushdown Robert Haas 23:50
Re: SSL tests fail on OpenSSL v3.2.0 Michael Paquier 23:53

Nov. 28, 2023

Thread Author Time
Re: SSL tests fail on OpenSSL v3.2.0 📎 Tristan Partin 00:00
Re: POC, WIP: OR-clause support for indexes Matthias van de Meent 00:06

Browse Archives

Prev | Next