pgsql-hackers before 2023-06-30 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

June 27, 2023

Thread Author Time
Re: pgbnech: allow to cancel queries during benchmark Yugo NAGATA 07:48
Re: ReadRecentBuffer() doesn't scale well Peter Geoghegan 08:10
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 08:20
Re: Do we want a hashset type? 📎 Joel Jacobson 08:26
Re: Making empty Bitmapsets always be NULL 📎 Yuya Watari 09:11
Add bump memory context type and use it for tuplesorts 📎 David Rowley 09:19
Re: RFC: Logging plan of the running query torikoshia 10:03
Re: Support logical replication of DDLs 📎 vignesh C 10:15
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila 10:50
Re: Infinite Interval 📎 Ashutosh Bapat 11:13
Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo 11:17
Re: ReadRecentBuffer() doesn't scale well 📎 Ants Aasma 11:49
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 13:19
initial pruning in parallel append Amit Langote 13:22
Re: Assert !bms_overlap(joinrel->relids, required_outer) Tom Lane 14:12
Re: Analyze on table creation? James Coleman 14:14
PostgreSQL 16 Beta 2 release announcement draft 📎 Jonathan S. Katz 14:32
Re: Make pgbench exit on SIGINT more reliably Tristan Partin 14:42
RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication Hayato Kuroda (Fujitsu) 15:00
Make uselocale protection more consistent 📎 Tristan Partin 15:02
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Andrew Dunstan 15:20
Re: ReadRecentBuffer() doesn't scale well Andres Freund 15:40
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 15:49
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Dagfinn Ilmari Mannsåker 15:54
Re: Incremental View Maintenance, take 2 jian he 16:01
Re: ReadRecentBuffer() doesn't scale well Ants Aasma 16:04
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs 📎 Jacob Champion 16:47
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage David Christensen 16:53
Re: PostgreSQL 16 Beta 2 release announcement draft Roberto Mello 16:54
Re: ReadRecentBuffer() doesn't scale well Andres Freund 17:07
Re: PostgreSQL 16 Beta 2 release announcement draft Jonathan S. Katz 17:40
Re: ReadRecentBuffer() doesn't scale well Andres Freund 17:42
Re: Add GUC to tune glibc's malloc implementation. Andres Freund 18:17
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Andrew Dunstan 18:45
Re: POC, WIP: OR-clause support for indexes 📎 Ranier Vilela 18:55
Re: POC, WIP: OR-clause support for indexes Peter Geoghegan 19:50
Re: Do we want a hashset type? Joel Jacobson 20:25
Re: PostgreSQL 16 Beta 2 release announcement draft Roberto Mello 21:44
Re: PG 16 draft release notes ready Roberto Mello 21:49
Re: Assert !bms_overlap(joinrel->relids, required_outer) Tom Lane 22:28
Re: check_strxfrm_bug() Thomas Munro 23:03
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage Michael Paquier 23:29
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage 📎 Michael Paquier 23:47
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage David Christensen 23:58

June 28, 2023

Thread Author Time
Add error context during loading of libraries 📎 Andres Freund 00:03
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage Kyotaro Horiguchi 00:20
Re: Row pattern recognition Tatsuo Ishii 00:58
Re: check_strxfrm_bug() 📎 Thomas Munro 01:02
RE: Assert while autovacuum was executing Zhijie Hou (Fujitsu) 01:56
Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo 02:16
Another incorrect comment for pg_stat_statements 📎 Japin Li 02:52
Re: PG 16 draft release notes ready Bruce Momjian 02:56
Re: pg_upgrade and logical replication vignesh C 03:16
Re: Another incorrect comment for pg_stat_statements Richard Guo 03:22
Re: Another incorrect comment for pg_stat_statements 📎 Japin Li 04:15
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication Amit Kapila 04:57
harmonize password reuse in vacuumdb, clusterdb, and reindexdb 📎 Nathan Bossart 04:57
Re: Add GUC to tune glibc's malloc implementation. Ronan Dunklau 05:26
Re: pg_waldump: add test for coverage 📎 Peter Eisentraut 05:48
Assistance Needed: Issue with pg_upgrade and --link option Pradeep Kumar 06:19
Re: Assistance Needed: Issue with pg_upgrade and --link option Laurenz Albe 06:24
Re: sslinfo extension - add notbefore and notafter timestamps Daniel Gustafsson 06:26
Re: Do we want a hashset type? 📎 jian he 06:26
RE: [PATCH] Reuse Workers and Replication Slots during Logical Replication 📎 Hayato Kuroda (Fujitsu) 06:31
Re: Synchronizing slots from primary to standby Drouvot, Bertrand 06:49
Re: Assert !bms_overlap(joinrel->relids, required_outer) 📎 Richard Guo 06:51
Re: Another incorrect comment for pg_stat_statements Michael Paquier 07:04
Re: Another incorrect comment for pg_stat_statements Richard Guo 07:09
removing limitations from bitmap index scan John Naylor 07:29
Re: ExecRTCheckPerms() and many prunable partitions (checkAsUser) 📎 Amit Langote 07:30
Re: Add TLI number to name of files generated by pg_waldump --save-fullpage Michael Paquier 07:35
Re: Another incorrect comment for pg_stat_statements Michael Paquier 07:36
Commitfest manager for July Daniel Gustafsson 07:45
Re: Request for new function in view update Yugo NAGATA 07:49
Re: Incremental View Maintenance, take 2 Yugo NAGATA 08:06
Re: Changing types of block and chunk sizes in memory contexts Peter Eisentraut 08:13
Re: Another incorrect comment for pg_stat_statements 📎 Richard Guo 08:27
Re: [PATCH] Support % wildcard in extension upgrade filenames Daniel Gustafsson 08:29
Re: Detecting use-after-free bugs using gcc's malloc() attribute Peter Eisentraut 08:40
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Peter Eisentraut 08:45
Re: Do we want a hashset type? Joel Jacobson 08:50
Targetlist lost when CTE join <targetlist lost when CTE join> Zhang Mingli 08:52
Re: Targetlist lost when CTE join <targetlist lost when CTE join> Zhang Mingli 08:55
Re: Targetlist lost when CTE join <targetlist lost when CTE join> Julien Rouhaud 09:17
Re: Targetlist lost when CTE join <targetlist lost when CTE join> Zhang Mingli 09:23
Re: Targetlist lost when CTE join <targetlist lost when CTE join> Julien Rouhaud 09:26
Re: Targetlist lost when CTE join <targetlist lost when CTE join> Zhang Mingli 09:32
Re: Changing types of block and chunk sizes in memory contexts David Rowley 09:37
Re: Assistance Needed: Issue with pg_upgrade and --link option Peter Eisentraut 09:44
Show WAL write and fsync stats in pg_stat_io 📎 Nazir Bilal Yavuz 10:09
Re: Assistance Needed: Issue with pg_upgrade and --link option Pradeep Kumar 10:10
Re: Assistance Needed: Issue with pg_upgrade and --link option Pradeep Kumar 10:19
Re: Assistance Needed: Issue with pg_upgrade and --link option Laurenz Albe 10:46
Re: [PoC] pg_upgrade: allow to upgrade publisher node Amit Kapila 10:53
Re: Making empty Bitmapsets always be NULL 📎 David Rowley 10:58
Re: Changing types of block and chunk sizes in memory contexts Tom Lane 10:59
Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes 📎 vignesh C 11:22
Re: Row pattern recognition Tatsuo Ishii 12:17
Re: Request for new function in view update Terry Brennan 12:40
Re: Another incorrect comment for pg_stat_statements Japin Li 13:26
Re: pg_rewind WAL segments deletion pitfall 📎 torikoshia 13:28
Re: MergeJoin beats HashJoin in the case of multiple hash clauses 📎 Alena Rybakina 13:53
Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Ashutosh Bapat 13:55
Re: Assert !bms_overlap(joinrel->relids, required_outer) 📎 Tom Lane 14:09
several attstattarget-related improvements 📎 Peter Eisentraut 14:52
Re: eqjoinsel_semi still sucks ... Tom Lane 16:27
tablecmds.c/MergeAttributes() cleanup 📎 Peter Eisentraut 16:30
Re: Assistance Needed: Issue with pg_upgrade and --link option Peter Eisentraut 16:31
Re: Bytea PL/Perl transform Tom Lane 16:34
Re: Incremental View Maintenance, take 2 jian he 16:40
Re: Detecting use-after-free bugs using gcc's malloc() attribute Andres Freund 18:15
Document efficient self-joins / UPDATE LIMIT techniques. 📎 Corey Huinker 18:20
Re: Changing types of block and chunk sizes in memory contexts Tomas Vondra 21:26
Re: several attstattarget-related improvements Tomas Vondra 21:30
Re: POC, WIP: OR-clause support for indexes Tomas Vondra 21:45
Re: Problems with estimating OR conditions, IS NULL on LEFT JOINs Tomas Vondra 21:53
Re: Changing types of block and chunk sizes in memory contexts Tom Lane 21:56
Re: several attstattarget-related improvements Tom Lane 22:10
Re: Row pattern recognition Vik Fearing 22:30
Re: Add GUC to tune glibc's malloc implementation. Andres Freund 22:31
vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases 📎 Nathan Bossart 23:24
Re: Changing types of block and chunk sizes in memory contexts Andres Freund 23:34
Add more sanity checks around callers of changeDependencyFor() 📎 Michael Paquier 23:36
Re: Changing types of block and chunk sizes in memory contexts Andres Freund 23:42

June 29, 2023

Thread Author Time
Re: Another incorrect comment for pg_stat_statements Michael Paquier 00:19
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Michael Paquier 00:40
Re: Another incorrect comment for pg_stat_statements Japin Li 00:44
Re: pg_rewind WAL segments deletion pitfall Kyotaro Horiguchi 01:25
Re: POC, WIP: OR-clause support for indexes 📎 Ranier Vilela 01:36
RE: add \dpS to psq [16beta1] 📎 Shinoda, Noriyoshi (PN Japan FSIP) 02:11
Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo 02:39
Re: [PGdocs] fix description for handling pf non-ASCII characters jian he 02:58
Trivial revise for the check of parameterized partial paths 📎 Richard Guo 03:23
Re: Another incorrect comment for pg_stat_statements Richard Guo 03:25
Re: Changing types of block and chunk sizes in memory contexts David Rowley 03:46
Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes 📎 vignesh C 04:05
Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Gurjeet Singh 04:20
RE: pg_decode_message vs skip_empty_xacts and xact_wrote_changes Zhijie Hou (Fujitsu) 04:28
Re: add \dpS to psq [16beta1] Nathan Bossart 04:38
Re: vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases Kyotaro Horiguchi 05:16
Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Nathan Bossart 05:24
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 05:50
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 06:10
Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo 06:44
Re: Do we want a hashset type? 📎 jian he 06:54
Re: Add more sanity checks around callers of changeDependencyFor() 📎 Heikki Linnakangas 07:06
Re: ReadRecentBuffer() doesn't scale well 📎 Thomas Munro 07:35
Re: Assert !bms_overlap(joinrel->relids, required_outer) Richard Guo 07:39
Unified File API 📎 John Morris 07:50
RE: [PGdocs] fix description for handling pf non-ASCII characters 📎 Hayato Kuroda (Fujitsu) 07:51
Re: Do we want a hashset type? 📎 Joel Jacobson 08:43
Does a cancelled REINDEX CONCURRENTLY need to be messy? Thom Brown 09:13
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 09:32
Re: pg_rewind WAL segments deletion pitfall torikoshia 09:42
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 09:55
Re: Changing types of block and chunk sizes in memory contexts Tomas Vondra 09:58
Re: Incremental View Maintenance, take 2 jian he 10:20
RE: Synchronizing slots from primary to standby Hayato Kuroda (Fujitsu) 10:22
Re: Synchronizing slots from primary to standby Amit Kapila 10:36
Re: Synchronizing slots from primary to standby Amit Kapila 10:45
Re: Incremental View Maintenance, take 2 jian he 10:51
Re: tablecmds.c/MergeAttributes() cleanup Alvaro Herrera 11:03
Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Andreas Karlsson 11:04
Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Tom Lane 11:17
Re: Meson build updates Peter Eisentraut 11:18
Re: POC, WIP: OR-clause support for indexes Ranier Vilela 11:23
Re: Memory leak in incremental sort re-scan Laurenz Albe 11:49
Re: Incremental View Maintenance, take 2 jian he 12:21
Re: POC, WIP: OR-clause support for indexes 📎 Ranier Vilela 12:25
Re: Meson build updates Tristan Partin 13:15
Re: Does a cancelled REINDEX CONCURRENTLY need to be messy? Álvaro Herrera 13:45
plan_create_index_workers doesn't account for TOAST Jonathan S. Katz 14:12
Re: POC, WIP: OR-clause support for indexes 📎 Alena Rybakina 15:15
Re: POC, WIP: OR-clause support for indexes Alena Rybakina 15:16
Re: pgsql: Fix search_path to a safe value during maintenance operations. Robert Haas 15:19
Re: ReadRecentBuffer() doesn't scale well Andres Freund 15:39
Re: [PATCH] Honor PG_TEST_NOCLEAN for tempdirs Jacob Champion 16:05
Re: pg_decode_message vs skip_empty_xacts and xact_wrote_changes vignesh C 16:09
Re: Assert !bms_overlap(joinrel->relids, required_outer) Tom Lane 16:16
Re: Assert !bms_overlap(joinrel->relids, required_outer) Tom Lane 16:20
Re: pg_dump needs SELECT privileges on irrelevant extension table 📎 Jacob Champion 16:24
Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion 16:28
Re: Meson build updates 📎 Andres Freund 17:35
pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Nikolay Samokhvalov 17:50
Re: Meson build updates 📎 Tristan Partin 18:34
Re: pg_upgrade instructions involving "rsync --size-only" might lead to standby corruption? Robert Haas 18:38
Re: Meson build updates Andres Freund 18:58
Re: Meson build updates Andres Freund 19:02
Re: Meson build updates Tristan Partin 19:03
Re: Meson build updates Tristan Partin 19:07
Re: pgsql: Fix search_path to a safe value during maintenance operations. Andrew Dunstan 19:08
Re: Meson build updates Andres Freund 19:13
Re: pg_waldump: add test for coverage Tristen Raab 19:16
Re: Meson build updates Tristan Partin 19:17
Re: plan_create_index_workers doesn't account for TOAST Jonathan S. Katz 19:51
Re: pgsql: Fix search_path to a safe value during maintenance operations. Nathan Bossart 20:29
Re: vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases Nathan Bossart 20:56
Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb Nathan Bossart 21:05
Re: RFC: logical publication via inheritance root? 📎 Jacob Champion 23:46

June 30, 2023

Thread Author Time
Re: Incremental View Maintenance, take 2 jian he 00:00

Browse Archives

Prev | Next