pgsql-hackers since 2023-09-28 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

Sept. 28, 2023

Thread Author Time
Re: Eager page freeze criteria clarification Melanie Plageman 00:20
Re: [PGdocs] fix description for handling pf non-ASCII characters Karl O. Pinc 00:30
Re: Fail hard if xlogreader.c fails on out-of-memory Michael Paquier 00:36
Re: Eager page freeze criteria clarification Melanie Plageman 00:42
Re: Eager page freeze criteria clarification Peter Geoghegan 00:43
Re: Eager page freeze criteria clarification Andres Freund 01:07
Re: Add test module for Table Access Method Michael Paquier 01:08
Re: Set enable_seqscan doesn't take effect? David Rowley 01:11
Re: [PGdocs] fix description for handling pf non-ASCII characters Peter Smith 01:13
Re: [PGdocs] fix description for handling pf non-ASCII characters Tom Lane 01:19
Re: Eager page freeze criteria clarification Peter Geoghegan 01:19
Re: Eager page freeze criteria clarification Peter Geoghegan 01:21
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) David Rowley 01:27
Re: Eager page freeze criteria clarification Andres Freund 01:35
Re: pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() Andres Freund 01:37
Re: [PGdocs] fix description for handling pf non-ASCII characters Peter Smith 01:41
Re: RFC: Logging plan of the running query torikoshia 02:04
Re: Index range search optimization Peter Geoghegan 02:21
Re: RFC: Logging plan of the running query Andrey Lepikhov 02:32
RE: [PGdocs] fix description for handling pf non-ASCII characters 📎 Hayato Kuroda (Fujitsu) 02:48
RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu) 02:50
RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu) 02:51
Re: BUG #17540: Prepared statement: PG switches to a generic query plan which is consistently much slower Richard Guo 03:22
RE: [PGdocs] fix description for handling pf non-ASCII characters 📎 Hayato Kuroda (Fujitsu) 03:23
Re: Set enable_seqscan doesn't take effect? jacktby jacktby 03:45
Re: Set enable_seqscan doesn't take effect? jacktby jacktby 03:45
Re: BUG #17540: Prepared statement: PG switches to a generic query plan which is consistently much slower David Rowley 03:51
Re: [PGdocs] fix description for handling pf non-ASCII characters Michael Paquier 03:54
Re: Requiring recovery.signal or standby.signal when recovering with a backup_label 📎 Kyotaro Horiguchi 03:58
Re: Eager page freeze criteria clarification Peter Geoghegan 04:03
Re: Requiring recovery.signal or standby.signal when recovering with a backup_label 📎 Kyotaro Horiguchi 04:04
Re: [PGdocs] fix description for handling pf non-ASCII characters Peter Smith 04:23
Re: Set enable_seqscan doesn't take effect? David G. Johnston 04:26
Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier 04:26
Re: remaining sql/json patches 📎 Amit Langote 04:35
RE: Partial aggregates pushdown 📎 [email protected] 04:40
Re: pg_upgrade and logical replication vignesh C 04:47
Re: Synchronizing slots from primary to standby Amit Kapila 04:51
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 05:14
Re: [PGdocs] fix description for handling pf non-ASCII characters Karl O. Pinc 05:58
Re: Partial aggregates pushdown Alexander Pyhalov 06:15
Re: Jumble the CALL command in pg_stat_statements Michael Paquier 06:42
Re: Schema variables - new implementation for Postgres 15 📎 Pavel Stehule 07:03
RE: Partial aggregates pushdown 📎 [email protected] 07:21
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 07:36
Re: Set enable_seqscan doesn't take effect? jacktby jacktby 07:38
Re: Set enable_seqscan doesn't take effect? jacktby jacktby 07:46
initdb's -c option behaves wrong way? 📎 Kyotaro Horiguchi 07:49
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 07:53
Out of memory error handling in frontend code 📎 Frédéric Yhuel 08:14
Re: generic plans and "initial" pruning 📎 Amit Langote 08:26
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 08:52
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 08:57
Re: pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() 📎 Jakub Wartak 09:01
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 09:02
Re: Questions about the new subscription parameter: password_required Benoit Lobréau 09:15
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 09:32
Re: [PATCH] Add inline comments to the pg_hba_file_rules view Jim Jones 09:55
Re: Latches vs lwlock contention Heikki Linnakangas 09:58
Re: trying again to get incremental backup 📎 Jakub Wartak 10:22
Re: remaining sql/json patches Alvaro Herrera 11:04
wal recycling problem Fabrice Chapuis 11:11
Is it worth adding Assert(false) for unknown paths in print_path()? 📎 David Rowley 11:23
Re: Invalidate the subscription worker in cases where a user loses their superuser status 📎 vignesh C 11:24
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) 📎 Ranier Vilela 12:00
Re: Out of memory error handling in frontend code Daniel Gustafsson 12:02
Allow deleting enumerated values from an existing enumerated data type 📎 Данил Столповских 12:13
Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag 📎 Drouvot, Bertrand 12:37
RE: [PoC] pg_upgrade: allow to upgrade publisher node Zhijie Hou (Fujitsu) 12:38
Re: Eliminate redundant tuple visibility check in vacuum 📎 Melanie Plageman 12:46
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 13:01
Re: Clarify where the severity level is defined Daniel Gustafsson 13:39
Re: Is it worth adding Assert(false) for unknown paths in print_path()? Alvaro Herrera 13:41
pg_resetwal: Corrections around -c option 📎 Peter Eisentraut 13:50
Re: Allow deleting enumerated values from an existing enumerated data type Vik Fearing 13:50
Re: Set enable_seqscan doesn't take effect? Bruce Momjian 13:57
Re: Clarify where the severity level is defined Kuwamura Masaki 14:17
Re: Is it worth adding Assert(false) for unknown paths in print_path()? Tom Lane 14:23
Re: Allow deleting enumerated values from an existing enumerated data type Tom Lane 14:28
Re: Is it worth adding Assert(false) for unknown paths in print_path()? David Rowley 14:55
Re: Eliminate redundant tuple visibility check in vacuum Robert Haas 15:25
Re: Invalidate the subscription worker in cases where a user loses their superuser status Robert Haas 15:34
Re: bug: ANALYZE progress report with inheritance tables 📎 Heikki Linnakangas 16:06
Re: Invalidate the subscription worker in cases where a user loses their superuser status Jeff Davis 17:52
Re: wal recycling problem Christoph Moench-Tegeder 17:59
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Justin Pryzby 18:29
Re: Allow deleting enumerated values from an existing enumerated data type Andrew Dunstan 18:35
Re: Allow deleting enumerated values from an existing enumerated data type Tom Lane 18:46
Re: Index range search optimization Alexander Korotkov 19:03
Re: Is this a problem in GenericXLogFinish()? Jeff Davis 19:05
Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges Tom Lane 20:18
Re: Requiring recovery.signal or standby.signal when recovering with a backup_label David Steele 20:23
Re: Annoying build warnings from latest Apple toolchain Andres Freund 20:32
Re: Annoying build warnings from latest Apple toolchain Tom Lane 20:46
The danger of deleting backup_label David Steele 21:14
Does anyone ever use OPTIMIZER_DEBUG? David Rowley 21:20
Re: On login trigger: take three 📎 Alexander Korotkov 21:50
Re: Does anyone ever use OPTIMIZER_DEBUG? Tom Lane 21:59
Re: Annoying build warnings from latest Apple toolchain Andres Freund 22:22
Re: Annoying build warnings from latest Apple toolchain Tom Lane 22:58
Re: Annoying build warnings from latest Apple toolchain Tom Lane 23:17
Re: Invalidate the subscription worker in cases where a user loses their superuser status Peter Smith 23:24
Re: Requiring recovery.signal or standby.signal when recovering with a backup_label Michael Paquier 23:59

Sept. 29, 2023

Thread Author Time
Re: Does anyone ever use OPTIMIZER_DEBUG? Michael Paquier 00:01
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Michael Paquier 00:16
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column ordered scans, skip scan 📎 Peter Geoghegan 00:32
Re: pg_upgrade and logical replication Michael Paquier 00:33
Re: Allow deleting enumerated values from an existing enumerated data type 📎 Vik Fearing 00:36
Re: Try adding type cast with tablespace Kenichiro Tanaka 00:40
Re: Try adding type cast with tablespace Tom Lane 01:12
Re: Allow deleting enumerated values from an existing enumerated data type Tom Lane 01:17
Re: [PGdocs] fix description for handling pf non-ASCII characters Michael Paquier 01:35
Re: Move global variables of pgoutput to plugin private scope. Michael Paquier 01:41
Re: Index range search optimization Peter Geoghegan 01:57
Re: pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() Michael Paquier 02:00
RE: [PGdocs] fix description for handling pf non-ASCII characters Hayato Kuroda (Fujitsu) 02:05
Re: Annoying build warnings from latest Apple toolchain Andres Freund 02:20
Re: The danger of deleting backup_label Michael Paquier 02:30
Re: Annoying build warnings from latest Apple toolchain 📎 Andres Freund 02:33
Re: Add the ability to limit the amount of memory that can be allocated to backends. Andrei Lepikhov 02:52
Re: Annoying build warnings from latest Apple toolchain Tom Lane 02:53
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning Amit Langote 03:05
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) David Rowley 04:25
[PGDOCS] change function linkend to refer to a more relevant target 📎 Peter Smith 04:51
Re: remaining sql/json patches 📎 Amit Langote 04:57
Re: Invalidate the subscription worker in cases where a user loses their superuser status 📎 vignesh C 05:52
Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag Michael Paquier 06:19
Re: Index range search optimization 📎 Alexander Korotkov 06:35
Re: Infinite Interval 📎 Dean Rasheed 07:12
Re: Add support for AT LOCAL Michael Paquier 07:27
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 07:30
pg_resetwal regression: could not upgrade after 1d863c2504 📎 Hayato Kuroda (Fujitsu) 07:39
Re: pg_resetwal tests, logging, and docs update Peter Eisentraut 08:02
Re: wal recycling problem Fabrice Chapuis 08:48
Re: [PGDOCS] change function linkend to refer to a more relevant target Daniel Gustafsson 08:54
Re: pg_resetwal regression: could not upgrade after 1d863c2504 Peter Eisentraut 09:05
how to manage Cirrus on personal repository Peter Eisentraut 09:13
Re: Remove MSVC scripts from the tree Peter Eisentraut 09:26
Re: On login trigger: take three Daniel Gustafsson 10:15
Re: Testing autovacuum wraparound (including failsafe) Daniel Gustafsson 10:17
Re: Testing autovacuum wraparound (including failsafe) vignesh C 10:19
Re: how to manage Cirrus on personal repository Daniel Gustafsson 10:38
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 10:59
Re: how to manage Cirrus on personal repository Nazir Bilal Yavuz 11:05
Re: Synchronizing slots from primary to standby Amit Kapila 11:33
RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu) 11:57
Re: pg_upgrade and logical replication Amit Kapila 12:02
Fix receiving large legal tsvector from binary format 📎 Ерохин Денис Владимирович 13:36
Re: how to manage Cirrus on personal repository Melanie Plageman 13:38
Re: Eager page freeze criteria clarification Robert Haas 13:47
Re: Testing autovacuum wraparound (including failsafe) Noah Misch 13:57
Re: [PGDOCS] change function linkend to refer to a more relevant target Daniel Gustafsson 14:03
Re: Annoying build warnings from latest Apple toolchain Andres Freund 14:30
Re: how to manage Cirrus on personal repository Andres Freund 14:39
Re: Eager page freeze criteria clarification Robert Haas 14:55
Re: Annoying build warnings from latest Apple toolchain Tom Lane 15:11
Re: Annoying build warnings from latest Apple toolchain Tristan Partin 15:24
Re: Eager page freeze criteria clarification Peter Geoghegan 15:56
Re: Remove distprep Andres Freund 16:00
Re: Annoying build warnings from latest Apple toolchain 📎 Tom Lane 16:14
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Justin Pryzby 16:36
Re: POC, WIP: OR-clause support for indexes 📎 a.rybakina 17:35
[DOCS] HOT - correct claim about indexes not referencing old line pointers 📎 James Coleman 17:39
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers David G. Johnston 18:03
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan 18:04
CREATE EXTENSION forces an library initialization - is it bug? Pavel Stehule 18:10
Re: CREATE EXTENSION forces an library initialization - is it bug? Tom Lane 18:14
Re: CREATE EXTENSION forces an library initialization - is it bug? Pavel Stehule 18:19
Re: Fix incorrect comment reference Bruce Momjian 18:26
Re: Eager page freeze criteria clarification Robert Haas 18:27
Re: Fix incorrect comment reference James Coleman 18:38
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan 18:39
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers James Coleman 18:45
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan 20:05
Re: Allow deleting enumerated values from an existing enumerated data type Andrew Dunstan 20:50
Implementing LRU cache for postgresql extension 📎 Lakshmi Narayana Velayudam 20:56
Re: SHARED locks barging behaviour Bruce Momjian 21:45
Re: Eager page freeze criteria clarification Peter Geoghegan 21:58
Re: how to manage Cirrus on personal repository Thomas Munro 22:02
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1) Tom Lane 22:05
Re: document the need to analyze partitioned tables 📎 Bruce Momjian 22:08
Re: The documentation for storage type 'plain' actually allows single byte header Bruce Momjian 22:19
Re: The documentation for storage type 'plain' actually allows single byte header Laurenz Albe 22:35
Re: document the need to analyze partitioned tables Laurenz Albe 22:39
Re: The documentation for storage type 'plain' actually allows single byte header Tom Lane 22:45
Re: SHARED locks barging behaviour Laurenz Albe 22:50
Re: how to manage Cirrus on personal repository David Steele 22:56
Re: False "pg_serial": apparent wraparound” in logs Imseih (AWS), Sami 23:16
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1) Thomas Munro 23:25
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1) Tom Lane 23:57

Sept. 30, 2023

Thread Author Time
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1) Tom Lane 00:46
Re: Eager page freeze criteria clarification Peter Geoghegan 00:49
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers James Coleman 01:27
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers Peter Geoghegan 02:02
Re: document the need to analyze partitioned tables 📎 Bruce Momjian 02:34
Re: On login trigger: take three 📎 Alexander Korotkov 08:40
commitfest app down for repairs Joe Conway 12:47
Re: commitfest app down for repairs Joe Conway 13:26
Re: bug: ANALYZE progress report with inheritance tables Heikki Linnakangas 14:17
Remove ParallelReadyList and worker_spi_state from typedefs.list 📎 vignesh C 14:48

Browse Archives

Prev | Next