pgsql-hackers since 2024-04-24 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

April 24, 2024

Thread Author Time
Re: query_id, pg_stat_activity, extended query protocol 📎 Imseih (AWS), Sami 01:40
Re: Streaming I/O, vectored I/O (WIP) 📎 David Rowley 02:32
Extend ALTER DEFAULT PRIVILEGES for large objects 📎 Yugo NAGATA 02:52
Re: Cleanup: remove unused fields from nodes Michael Paquier 02:57
Re: Cleanup: remove unused fields from nodes Tom Lane 03:03
Re: Row pattern recognition Tatsuo Ishii 03:12
Re: Disallow changing slot's failover option in transaction block Amit Kapila 03:26
Re: Extend ALTER DEFAULT PRIVILEGES for large objects Tom Lane 03:47
Re: promotion related handling in pg_sync_replication_slots() 📎 shveta malik 04:58
Re: promotion related handling in pg_sync_replication_slots() Masahiko Sawada 05:43
Re: Add memory context type to pg_backend_memory_contexts view 📎 David Rowley 05:47
Re: POC: GROUP BY optimization jian he 06:25
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables Amit Kapila 06:29
Re: ecpg_config.h symbol missing with meson Peter Eisentraut 06:32
Re: Extend ALTER DEFAULT PRIVILEGES for large objects 📎 Yugo NAGATA 06:32
Re: Fix parallel vacuum buffer usage reporting Masahiko Sawada 06:34
Feature request: schema diff tool Neszt Tibor 06:44
Small filx on the documentation of ALTER DEFAULT PRIVILEGES 📎 Yugo NAGATA 06:50
Re: GUC-ify walsender MAX_SEND_SIZE constant Jakub Wartak 06:57
minor error message inconsistency in make_pathkey_from_sortinfo jian he 07:05
Partitioned tables and [un]loggedness 📎 Michael Paquier 07:17
Re: Cleanup: remove unused fields from nodes 📎 Michael Paquier 07:28
Rename libpq trace internal functions 📎 Peter Eisentraut 07:39
Re: Feature request: schema diff tool Heikki Linnakangas 07:51
Re: Is it acceptable making COPY format extendable? Peter Eisentraut 07:57
Re: Show WAL write and fsync stats in pg_stat_io Nazir Bilal Yavuz 08:37
Re: Avoid orphaned objects dependencies, take 3 📎 Bertrand Drouvot 08:38
Re: WIP Incremental JSON Parser Michael Paquier 08:56
Re: Use XLOG_CONTROL_FILE macro everywhere? Peter Eisentraut 09:02
Re: Use XLOG_CONTROL_FILE macro everywhere? Anton A. Melnikov 09:13
Short-circuit sort_inner_and_outer if there are no mergejoin clauses 📎 Richard Guo 09:13
Re: Fix parallel vacuum buffer usage reporting 📎 Anthonin Bonnefoy 09:19
Re: Use XLOG_CONTROL_FILE macro everywhere? Daniel Gustafsson 09:19
Re: Use XLOG_CONTROL_FILE macro everywhere? Anton A. Melnikov 09:32
Re: Q: Escapes in jsonpath Idents Peter Eisentraut 09:46
Re: minor error message inconsistency in make_pathkey_from_sortinfo Yugo NAGATA 09:47
Re: Cleanup: remove unused fields from nodes Matthias van de Meent 09:50
Re: Q: Escapes in jsonpath Idents Peter Eisentraut 09:51
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Alexander Korotkov 09:57
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Alexander Korotkov 09:58
Remove unnecessary code rom be_lo_put() 📎 Yugo NAGATA 09:59
Re: Why does pgindent's README say to download typedefs.list from the buildfarm? 📎 Andrew Dunstan 10:07
Re: Why does pgindent's README say to download typedefs.list from the buildfarm? Peter Eisentraut 10:12
Re: Statistics Import and Export 📎 Corey Huinker 10:18
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables Amit Kapila 10:19
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables 📎 vignesh C 10:28
Re: doc: create table improvements Peter Eisentraut 10:30
Re: Rename libpq trace internal functions Yugo NAGATA 10:34
Re: Why does pgindent's README say to download typedefs.list from the buildfarm? Andrew Dunstan 10:37
Re: Remove unnecessary code rom be_lo_put() Peter Eisentraut 10:41
Proposal: Early providing of PGDG repositories for the major Linux distributions like Fedora or Debian Hans Buschmann 11:02
Re: POC: GROUP BY optimization jian he 11:17
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? 📎 Daniel Gustafsson 11:31
Re: Q: Escapes in jsonpath Idents David E. Wheeler 11:52
Re: Q: Escapes in jsonpath Idents David E. Wheeler 11:53
Re: Avoid orphaned objects dependencies, take 3 📎 Alexander Lakhin 12:00
New GUC autovacuum_max_threshold ? 📎 Frédéric Yhuel 12:08
Re: Why does pgindent's README say to download typedefs.list from the buildfarm? Tom Lane 12:27
Re: Cleanup: remove unused fields from nodes Tom Lane 12:31
Re: WIP Incremental JSON Parser Andrew Dunstan 12:35
Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM 📎 Bharath Rupireddy 12:49
Re: Remove unnecessary code rom be_lo_put() Tom Lane 13:25
Re: Small filx on the documentation of ALTER DEFAULT PRIVILEGES Tom Lane 13:57
Re: Fix parallel vacuum buffer usage reporting 📎 Alena Rybakina 14:01
Re: pg_combinebackup does not detect missing files Robert Haas 14:05
Re: Tarball builds in the new world order Greg Sabino Mullane 14:38
Re: doc: create table improvements David G. Johnston 14:45
Re: Tarball builds in the new world order Peter Eisentraut 14:46
Help update PostgreSQL 13.12 to 13.14 •Isaac Rv 14:48
Re: Tarball builds in the new world order Tom Lane 15:03
Re: Tarball builds in the new world order Tom Lane 15:21
Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM Pavel Stehule 16:07
Use WALReadFromBuffers in more places 📎 Bharath Rupireddy 16:08
Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy 16:16
Re: doc: create table improvements David G. Johnston 17:08
Re: Add notes to pg_combinebackup docs Robert Haas 17:16
Re: cataloguing NOT NULL constraints 📎 Alvaro Herrera 17:36
Re: Row pattern recognition Jacob Champion 17:55
some additional (small) problems with pg_combinebackup and tablespaces 📎 Robert Haas 17:59
Re: Add notes to pg_combinebackup docs Daniel Gustafsson 19:08
Re: New GUC autovacuum_max_threshold ? Melanie Plageman 19:10
Re: some additional (small) problems with pg_combinebackup and tablespaces Daniel Gustafsson 19:19
Re: Q: Escapes in jsonpath Idents Erik Wienhold 19:22
Re: Statistics Import and Export Bruce Momjian 19:31
Re: Statistics Import and Export Matthias van de Meent 19:56
Re: New GUC autovacuum_max_threshold ? Nathan Bossart 19:57
Re: Partitioned tables and [un]loggedness Nathan Bossart 20:26
Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Justin Pryzby 20:26
Re: Q: Escapes in jsonpath Idents David E. Wheeler 20:30
Re: BitmapHeapScan streaming read user and prelim refactoring Melanie Plageman 20:46
Re: Experiments with Postgres and SSL Peter Eisentraut 20:51
Re: A varint implementation for PG? Nathan Bossart 20:56
Re: Experiments with Postgres and SSL Peter Eisentraut 20:57
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Noah Misch 21:03
Re: Extend ALTER DEFAULT PRIVILEGES for large objects Nathan Bossart 21:08
Re: Partitioned tables and [un]loggedness David G. Johnston 22:36
Re: Partitioned tables and [un]loggedness Michael Paquier 23:09
Re: Partitioned tables and [un]loggedness Michael Paquier 23:35
Re: Improve WALRead() to suck data directly from WAL buffers when possible Michael Paquier 23:36
Re: Partitioned tables and [un]loggedness David G. Johnston 23:43
Re: Partitioned tables and [un]loggedness Michael Paquier 23:44
Re: Remove unnecessary code rom be_lo_put() Michael Paquier 23:50
Re: Partitioned tables and [un]loggedness Michael Paquier 23:55

April 25, 2024

Thread Author Time
Re: Use XLOG_CONTROL_FILE macro everywhere? Michael Paquier 00:04
docs: minor typo fix for "lower(anymultirange)" 📎 Ian Lawrence Barwick 00:39
Re: Experiments with Postgres and SSL Jacob Champion 00:57
Re: docs: minor typo fix for "lower(anymultirange)" Richard Guo 01:02
Re: Cleanup: remove unused fields from nodes Michael Paquier 01:25
RE: Race condition in FetchTableStates() breaks synchronization of subscription tables Zhijie Hou (Fujitsu) 01:31
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 01:36
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 02:49
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 03:17
Re: docs: minor typo fix for "lower(anymultirange)" Michael Paquier 03:23
Re: Support "Right Semi Join" plan shapes 📎 Richard Guo 03:28
Re: AIX support Bruce Momjian 03:39
Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? Michael Paquier 03:49
Re: AIX support Michael Paquier 04:06
Re: AIX support Tom Lane 04:20
Why don't we support external input/output functions for the composite types Dilip Kumar 04:34
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 04:38
Re: Why don't we support external input/output functions for the composite types Tom Lane 04:44
Re: AIX support Michael Paquier 04:45
Re: Is it acceptable making COPY format extendable? Sutou Kouhei 04:53
Re: cataloguing NOT NULL constraints Alexander Lakhin 05:00
Re: Avoid orphaned objects dependencies, take 3 📎 Bertrand Drouvot 05:00
Re: Why don't we support external input/output functions for the composite types Dilip Kumar 05:07
Re: Introduce XID age and inactive timeout based replication slot invalidation Bharath Rupireddy 05:41
Re: Avoid orphaned objects dependencies, take 3 Alexander Lakhin 06:00
broken reading on standby (PostgreSQL 16.2) Pavel Stehule 06:12
Re: broken reading on standby (PostgreSQL 16.2) Andrey M. Borodin 06:52
Re: New GUC autovacuum_max_threshold ? Frédéric Yhuel 06:52
Re: Add missing ConditionVariableCancelSleep() in slot.c Bharath Rupireddy 06:59
Re: broken reading on standby (PostgreSQL 16.2) Pavel Stehule 07:06
Re: Experiments with Postgres and SSL Heikki Linnakangas 07:07
Re: New GUC autovacuum_max_threshold ? Frédéric Yhuel 07:13
Re: Fix parallel vacuum buffer usage reporting Anthonin Bonnefoy 07:17
Re: Avoid orphaned objects dependencies, take 3 Bertrand Drouvot 07:20
Re: Short-circuit sort_inner_and_outer if there are no mergejoin clauses Richard Guo 07:20
Re: Is it acceptable making COPY format extendable? Peter Eisentraut 07:59
Re: AIX support Peter Eisentraut 08:03
Re: AIX support Alvaro Herrera 08:16
Re: Remove unnecessary code rom be_lo_put() Peter Eisentraut 08:17
Re: Remove unnecessary code rom be_lo_put() Peter Eisentraut 08:26
Re: Remove unnecessary code rom be_lo_put() Yugo NAGATA 08:41
Re: broken reading on standby (PostgreSQL 16.2) Andrey M. Borodin 08:51
Improving the latch handling between logical replication launcher and worker processes. vignesh C 08:58
Re: broken reading on standby (PostgreSQL 16.2) Pavel Stehule 09:07
Re: cataloguing NOT NULL constraints Alvaro Herrera 10:16
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables Amit Kapila 10:50
Re: promotion related handling in pg_sync_replication_slots() Amit Kapila 10:51
Re: broken reading on standby (PostgreSQL 16.2) Melanie Plageman 10:52
Re: Race condition in FetchTableStates() breaks synchronization of subscription tables vignesh C 11:16
Re: broken reading on standby (PostgreSQL 16.2) Pavel Stehule 11:22
Doc anchors for COPY formats 📎 Dagfinn Ilmari Mannsåker 11:23
Re: Short-circuit sort_inner_and_outer if there are no mergejoin clauses Ashutosh Bapat 11:25
Re: Doc anchors for COPY formats Daniel Gustafsson 11:51
Re: ci: Allow running mingw tests by default via environment variable Nazir Bilal Yavuz 12:02
Re: Why don't we support external input/output functions for the composite types Robert Haas 12:50
Re: GUC-ify walsender MAX_SEND_SIZE constant Majid Garoosi 12:53
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. 📎 Pavel Borisov 12:59
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 13:42
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Karina Litskevich 13:44
Re: AIX support Tom Lane 13:54
Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index. Pavel Borisov 13:54
Re: POC: make mxidoff 64 bits Maxim Orlov 14:20
Re: Doc anchors for COPY formats 📎 Dagfinn Ilmari Mannsåker 14:48
Re: minor error message inconsistency in make_pathkey_from_sortinfo jian he 14:52
Re: pgsql: meson: Add initial version of meson based build system Andres Freund 14:58
Re: AIX support Andres Freund 15:05
Re: minor error message inconsistency in make_pathkey_from_sortinfo Tom Lane 15:07
Re: New GUC autovacuum_max_threshold ? Nathan Bossart 15:30
Build with meson + clang + sanitizer resulted in undefined reference Maxim Orlov 15:38
Re: some additional (small) problems with pg_combinebackup and tablespaces 📎 Robert Haas 15:48
Re: Direct SSL connection with ALPN and HBA rules Jacob Champion 16:16
Re: Add notes to pg_combinebackup docs Robert Haas 16:16
Re: Direct SSL connection with ALPN and HBA rules Robert Haas 16:17
Re: Direct SSL connection with ALPN and HBA rules Jacob Champion 16:28
Re: Why don't we support external input/output functions for the composite types Tom Lane 16:34
Re: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM Jeff Davis 16:41
Re: New GUC autovacuum_max_threshold ? Melanie Plageman 16:51
Re: Why don't we support external input/output functions for the composite types Robert Haas 17:12
Re: Help update PostgreSQL 13.12 to 13.14 Kashif Zeeshan 17:20
Re: Direct SSL connection with ALPN and HBA rules Robert Haas 17:35
Re: Add notes to pg_combinebackup docs Daniel Gustafsson 17:57
Re: some additional (small) problems with pg_combinebackup and tablespaces Daniel Gustafsson 18:03
Re: Direct SSL connection with ALPN and HBA rules Jacob Champion 18:13
Re: pgsql: psql: add an optional execution-count limit to \watch. 📎 Anton Voloshin 18:22
Re: New GUC autovacuum_max_threshold ? Robert Haas 18:33
Re: New GUC autovacuum_max_threshold ? Nathan Bossart 19:21
Re: New GUC autovacuum_max_threshold ? Robert Haas 20:21
Re: New GUC autovacuum_max_threshold ? Frédéric Yhuel 20:57
Re: Why don't we support external input/output functions for the composite types Tom Lane 21:05
Re: New GUC autovacuum_max_threshold ? Frédéric Yhuel 21:12
Re: Why don't we support external input/output functions for the composite types Isaac Morland 21:39
Re: Direct SSL connection with ALPN and HBA rules Heikki Linnakangas 21:50
Re: Why don't we support external input/output functions for the composite types Tom Lane 21:51
Re: trying again to get incremental backup Thom Brown 22:43
Re: BitmapHeapScan streaming read user and prelim refactoring 📎 Melanie Plageman 23:03
Re: Direct SSL connection with ALPN and HBA rules Jacob Champion 23:23
Re: BitmapHeapScan streaming read user and prelim refactoring Tom Lane 23:28

Browse Archives

Prev | Next