pgsql-hackers since 2023-09-25 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. 25, 2023

Thread Author Time
Re: Fix bug in VACUUM and ANALYZE docs Michael Paquier 00:00
Re: DROP DATABASE is interruptible Peter Eisentraut 00:48
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly Michael Paquier 00:56
Re: pg_upgrade and logical replication 📎 Michael Paquier 01:57
Re: Synchronizing slots from primary to standby Peter Smith 02:13
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly 📎 Ryoga Yoshida 02:27
Confused about gram.y referencs in Makefile? Japin Li 02:38
Confused about gram.y referencs in Makefile? Japin Li 02:41
Re: Confused about gram.y referencs in Makefile? Tom Lane 03:17
RE: Partial aggregates pushdown 📎 [email protected] 03:18
Re: Confused about gram.y referencs in Makefile? Japin Li 03:34
Re: Report planning memory in EXPLAIN ANALYZE Andy Fan 03:35
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly 📎 Michael Paquier 03:47
Re: Remove MSVC scripts from the tree Michael Paquier 04:00
Re: Synchronizing slots from primary to standby shveta malik 04:03
Re: Synchronizing slots from primary to standby 📎 Ajin Cherian 04:09
Re: Synchronizing slots from primary to standby shveta malik 04:10
Re: Postgres picks suboptimal index after building of an extended statistics Andrey Lepikhov 04:30
Re: pg_upgrade and logical replication Amit Kapila 04:35
Re: SQL:2011 application time jian he 04:52
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly Ryoga Yoshida 05:16
Re: Row pattern recognition 📎 Tatsuo Ishii 05:26
RE: pg_upgrade and logical replication Hayato Kuroda (Fujitsu) 05:35
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly Michael Paquier 05:38
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 05:45
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly Ryoga Yoshida 05:49
Re: pg_upgrade and logical replication Michael Paquier 05:58
Re: Document efficient self-joins / UPDATE LIMIT techniques. jian he 06:04
Re: pg_upgrade and logical replication Michael Paquier 06:13
Clarify where the severity level is defined 📎 Kuwamura Masaki 06:22
Re: Make --help output fit within 80 columns per line 📎 torikoshia 06:27
Doc: vcregress .bat commands list lacks "taptest" 📎 Yugo NAGATA 06:32
RE: logical decoding and replication of sequences, take 2 Zhijie Hou (Fujitsu) 06:33
Re: Clarify where the severity level is defined Daniel Gustafsson 06:37
Re: Doc: vcregress .bat commands list lacks "taptest" Michael Paquier 06:58
Re: [PoC] pg_upgrade: allow to upgrade publisher node Dilip Kumar 07:00
Re: [PoC] pg_upgrade: allow to upgrade publisher node Dilip Kumar 07:02
How to update unicode mapping table? Japin Li 07:02
Wrong results with grouping sets 📎 Richard Guo 07:11
Re: Doc: vcregress .bat commands list lacks "taptest" Daniel Gustafsson 07:14
Re: GUC for temporarily disabling event triggers 📎 Daniel Gustafsson 07:19
Re: RFC: Logging plan of the running query torikoshia 07:21
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector Daniel Gustafsson 07:26
Re: Confused about gram.y referencs in Makefile? Daniel Gustafsson 07:29
Re: [PoC/RFC] Multiple passwords, interval expirations 📎 Gurjeet Singh 07:31
Re: Invalidate the subscription worker in cases where a user loses their superuser status 📎 vignesh C 07:35
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 07:36
Re: GUC for temporarily disabling event triggers Michael Paquier 07:50
Re: GUC for temporarily disabling event triggers Daniel Gustafsson 07:52
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 07:53
Regression in COPY FROM caused by 9f8377f7a2 Laurenz Albe 07:54
Re: pipe_read_line for reading arbitrary strings 📎 Daniel Gustafsson 07:55
Re: [PoC] pg_upgrade: allow to upgrade publisher node Dilip Kumar 08:33
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 08:36
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 08:44
Re: Regression in COPY FROM caused by 9f8377f7a2 📎 Laurenz Albe 08:59
Re: On login trigger: take three Alexander Korotkov 09:13
Re: POC: GUC option for skipping shared buffers in core dumps 📎 Andrey Lepikhov 09:42
Re: RFC: Logging plan of the running query Andrey Lepikhov 09:49
Re: Index range search optimization 📎 Pavel Borisov 09:58
Re: Is this a problem in GenericXLogFinish()? Heikki Linnakangas 10:04
Fix a wrong comment in setrefs.c 📎 Richard Guo 10:11
Re: Index range search optimization 📎 Pavel Borisov 10:11
Re: Make --help output fit within 80 columns per line torikoshia 10:13
Re: Index range search optimization 📎 Alexander Korotkov 10:18
Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges jian he 10:52
RE: [PoC] pg_upgrade: allow to upgrade publisher node Hayato Kuroda (Fujitsu) 11:01
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) Ashutosh Bapat 11:23
Re: Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs 📎 Nazir Bilal Yavuz 11:56
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector Karl O. Pinc 12:00
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector Daniel Gustafsson 12:14
Re: GUC for temporarily disabling event triggers Daniel Gustafsson 12:22
Re: On login trigger: take three Daniel Gustafsson 12:42
Re: generic plans and "initial" pruning Amit Langote 12:57
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) Ranier Vilela 13:43
RE: Synchronizing slots from primary to standby 📎 Hayato Kuroda (Fujitsu) 14:15
Re: bug fix and documentation improvement about vacuumdb Daniel Gustafsson 14:18
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 14:37
Re: [PATCH] Extend ALTER OPERATOR to support adding commutator, negator, hashes, and merges jian he 14:55
Why need a lock? jacktby jacktby 15:04
Re: Regression in COPY FROM caused by 9f8377f7a2 Andrew Dunstan 15:06
Re: Doc: vcregress .bat commands list lacks "taptest" Andrew Dunstan 15:07
Re: Remove MSVC scripts from the tree Andrew Dunstan 15:19
Re: Confused about gram.y referencs in Makefile? Tom Lane 15:29
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Robert Haas 15:30
Re: Why need a lock? Tom Lane 15:33
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Joe Conway 16:00
Re: Improving btree performance through specializing by key shape, take 2 Matthias van de Meent 16:13
Re: Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE vignesh C 17:07
Re: XLog size reductions: smaller XLRec block header for PG17 Matthias van de Meent 17:16
Re: nbtree's ScalarArrayOp array mark/restore code appears to be buggy Peter Geoghegan 17:33
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Robert Haas 17:35
Re: XLog size reductions: Reduced XLog record header size for PG17 Matthias van de Meent 17:40
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Jeff Davis 17:56
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Jeff Davis 18:03
Re: Eager page freeze criteria clarification Robert Haas 18:45
Re: DROP DATABASE is interruptible Andres Freund 18:52
Re: Performance degradation on concurrent COPY into a single relation in PG16. 📎 Tom Lane 19:42
Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund 19:48
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Joe Conway 20:11
Re: Eager page freeze criteria clarification Robert Haas 20:19
Re: SQL:2011 application time 📎 Paul Jungwirth 20:20
Re: Regression in COPY FROM caused by 9f8377f7a2 Andrew Dunstan 20:52
Re: SQL:2011 application time Peter Eisentraut 21:00
Re: Add 'worker_type' to pg_stat_subscription Nathan Bossart 21:16
Re: Eager page freeze criteria clarification Peter Geoghegan 21:16
Re: Performance degradation on concurrent COPY into a single relation in PG16. Andres Freund 21:37
Re: Fix a wrong comment in setrefs.c Tom Lane 21:45
Re: Regression in COPY FROM caused by 9f8377f7a2 Tom Lane 21:49
Re: How to update unicode mapping table? Peter Eisentraut 21:58
Re: ALTER ROLE documentation improvement Nathan Bossart 21:59
Re: SET ROLE documentation improvement Nathan Bossart 22:09
Re: How to update unicode mapping table? Tom Lane 22:20
Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set Nathan Bossart 22:20
Re: Partial aggregates pushdown Bruce Momjian 22:30
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector 📎 Karl O. Pinc 22:55
Re: Doc: vcregress .bat commands list lacks "taptest" Michael Paquier 23:18

Sept. 26, 2023

Thread Author Time
Re: Doesn't pgstat_report_wal() handle the argument "force" incorrectly Michael Paquier 00:33
Re: Add 'worker_type' to pg_stat_subscription Peter Smith 01:06
Re: bug fix and documentation improvement about vacuumdb Kuwamura Masaki 01:22
Re: How to update unicode mapping table? Japin Li 01:23
Re: How to update unicode mapping table? Japin Li 01:30
Re: Fix a wrong comment in setrefs.c Richard Guo 01:51
Could not run generate_unaccent_rules.py script when update unicode Japin Li 02:43
Re: pg_upgrade and logical replication Amit Kapila 04:10
Re: [HACKERS] Should logtape.c blocks be of type long? 📎 Michael Paquier 04:15
How are jsonb_path_query SRFs $.datetime() defined ? Markur Sens 04:19
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector Karl O. Pinc 04:30
Re: Various small doc improvements; plpgsql, schemas, permissions, oidvector 📎 Karl O. Pinc 04:37
RE: [PoC] pg_upgrade: allow to upgrade publisher node Zhijie Hou (Fujitsu) 04:48
Re: Remove distprep Michael Paquier 04:49
Re: Doc: vcregress .bat commands list lacks "taptest" Yugo NAGATA 05:21
RE: [PoC] pg_upgrade: allow to upgrade publisher node 📎 Hayato Kuroda (Fujitsu) 05:21
Re: Remove MSVC scripts from the tree NINGWEI CHEN 05:25
Re: pg_upgrade and logical replication vignesh C 05:28
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) Ashutosh Bapat 05:41
RE: pg_upgrade and logical replication Hayato Kuroda (Fujitsu) 05:46
Re: POC: GROUP BY optimization Andrey Lepikhov 05:51
Re: [PGdocs] fix description for handling pf non-ASCII characters Karl O. Pinc 06:03
Re: Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set Daniel Gustafsson 06:13
RE: Partial aggregates pushdown 📎 [email protected] 06:26
Re: Incorrect handling of OOM in WAL replay leading to data loss 📎 Michael Paquier 06:48
Re: Regression in COPY FROM caused by 9f8377f7a2 Laurenz Albe 06:48
Re: Invalidate the subscription worker in cases where a user loses their superuser status Peter Smith 07:32
Fail hard if xlogreader.c fails on out-of-memory 📎 Michael Paquier 07:38
Re: logfmt and application_context Étienne BERSAC 07:56
Re: Regression in COPY FROM caused by 9f8377f7a2 📎 Laurenz Albe 08:11
OpenSSL v3 performance regressions Adrien Nayrat 08:36
Re: Move global variables of pgoutput to plugin private scope. Amit Kapila 08:40
Re: OpenSSL v3 performance regressions Daniel Gustafsson 08:52
Re: POC, WIP: OR-clause support for indexes 📎 a.rybakina 09:08
Re: POC, WIP: OR-clause support for indexes 📎 a.rybakina 09:13
Re: POC, WIP: OR-clause support for indexes 📎 a.rybakina 09:21
Re: POC, WIP: OR-clause support for indexes a.rybakina 09:39
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) David Rowley 10:02
Re: Add const qualifiers Peter Eisentraut 10:34
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) Ashutosh Bapat 10:34
Re: Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs Peter Eisentraut 10:48
Re: [PoC] pg_upgrade: allow to upgrade publisher node Bharath Rupireddy 11:12
Re: Opportunistically pruning page before update James Coleman 12:30
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) Ranier Vilela 12:30
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) David Rowley 12:57
Re: Add test module for Table Access Method 📎 Fabrízio de Royes Mello 13:00
[Code Cleanup] : Small code cleanup in twophase.sql 📎 Nishant Sharma 13:01
Re: Correct the documentation for work_mem David Rowley 13:05
Re: generic plans and "initial" pruning 📎 Amit Langote 13:06
Re: Partial aggregates pushdown Alexander Pyhalov 13:15
Re: [PATCH] Add inline comments to the pg_hba_file_rules view Peter Eisentraut 13:19
RE: [PGdocs] fix description for handling pf non-ASCII characters 📎 Hayato Kuroda (Fujitsu) 13:40
Re: BUG #17540: Prepared statement: PG switches to a generic query plan which is consistently much slower 📎 David Rowley 13:42
RE: Move global variables of pgoutput to plugin private scope. Zhijie Hou (Fujitsu) 13:49
RE: Move global variables of pgoutput to plugin private scope. 📎 Zhijie Hou (Fujitsu) 13:55
Re: [PATCH] Add inline comments to the pg_hba_file_rules view Daniel Gustafsson 13:55
Re: Invalidate the subscription worker in cases where a user loses their superuser status vignesh C 13:57
Re: dikkop seems unhappy because of openssl stuff (FreeBSD 14-BETA1) Tomas Vondra 14:03
What's the ItemPointer's meaning here? jacktby jacktby 14:16
Re: Partial aggregates pushdown Bruce Momjian 14:16
Re: Questions about the new subscription parameter: password_required Benoit Lobréau 14:27
Index AmInsert Parameter Confused? jacktby jacktby 14:31
Re: Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs Nazir Bilal Yavuz 14:51
Re: Eager page freeze criteria clarification Andres Freund 15:11
Re: pg_resetwal tests, logging, and docs update Aleksander Alekseev 15:19
Re: Eager page freeze criteria clarification Andres Freund 15:19
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } Robert Haas 15:28
Re: SET ROLE documentation improvement 📎 Yurii Rashkovskii 15:33
Re: XLog size reductions: smaller XLRec block header for PG17 Aleksander Alekseev 15:33
Re: pg_rewind with cascade standby doesn't work well Aleksander Alekseev 15:44
Re: [PATCH] Add inline comments to the pg_hba_file_rules view Greg Sabino Mullane 15:55
Re: Eager page freeze criteria clarification Peter Geoghegan 16:07
Re: Remove MSVC scripts from the tree Andrew Dunstan 16:17
Re: Questions about the new subscription parameter: password_required 📎 Benoit Lobréau 16:21
Re: False "pg_serial": apparent wraparound” in logs Heikki Linnakangas 16:29
Re: Index AmInsert Parameter Confused? Matthias van de Meent 16:45
Re: Questions about the new subscription parameter: password_required Jeff Davis 17:00
Re: Avoid a possible out-of-bounds access (src/backend/optimizer/util/relnode.c) 📎 Ranier Vilela 17:10
Re: [PGdocs] fix description for handling pf non-ASCII characters Karl O. Pinc 17:45
Re: Eager page freeze criteria clarification Robert Haas 17:49
Re: Questions about the new subscription parameter: password_required Robert Haas 17:53
Re: [PGdocs] fix description for handling pf non-ASCII characters Tom Lane 18:01
Re: [PATCH] Add inline comments to the pg_hba_file_rules view Jim Jones 18:40

Browse Archives

Prev | Next