pgsql-hackers since 2022-07-04 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

July 4, 2022

Thread Author Time
Re: AIX support - alignment issues Tom Lane 00:08
Re: AIX support - alignment issues Andres Freund 00:35
Re: AIX support - alignment issues Andres Freund 00:43
Re: AIX support - alignment issues Tom Lane 00:47
Re: Too-long socket paths are breaking several buildfarm members 📎 Michael Paquier 01:34
Re: Too-long socket paths are breaking several buildfarm members Tom Lane 01:40
Re: Issue with pg_stat_subscription_stats 📎 Masahiko Sawada 02:01
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 02:55
Re: Too-long socket paths are breaking several buildfarm members Michael Paquier 03:01
Re: "ERROR: latch already owned" on gharial Thomas Munro 03:50
Re: Handle infinite recursion in logical replication setup Amit Kapila 03:52
Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith 04:11
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 05:07
pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 05:38
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 05:55
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 05:57
Re: Probable memory leak with ECPG and AIX Noah Misch 05:59
Re: Lazy JIT IR code generation to increase JIT speed with partitions Luc Vlaming Hummel 06:43
Re: Perform streaming logical transactions by background workers and parallel apply Peter Smith 06:47
Re: Prevent writes on large objects in read-only transactions Michael Paquier 06:51
Re: Export log_line_prefix(); useful for emit_log_hook. Michael Paquier 06:54
Re: Allowing REINDEX to have an optional name Michael Paquier 06:59
Re: Prevent writes on large objects in read-only transactions Yugo NAGATA 07:34
Re-order "disable_on_error" in tab-complete COMPLETE_WITH 📎 Peter Smith 07:37
RE: Handle infinite recursion in logical replication setup [email protected] 08:16
Re: Allowing REINDEX to have an optional name Alvaro Herrera 08:26
Re: Using PQexecQuery in pipeline mode produces unexpected Close messages Kyotaro Horiguchi 08:27
Re: pgsql: dshash: Add sequential scan support. Kyotaro Horiguchi 08:31
Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH Amit Kapila 08:37
RE: Handle infinite recursion in logical replication setup [email protected] 08:41
Re: Using PQexecQuery in pipeline mode produces unexpected Close messages Alvaro Herrera 08:49
Re: Emit extra debug message when executing extension script. Alvaro Herrera 09:27
Add last_vacuum_index_scans in pg_stat_all_tables 📎 Ken Kato 09:29
Re: Using PQexecQuery in pipeline mode produces unexpected Close messages 📎 Alvaro Herrera 09:32
Re: Handle infinite recursion in logical replication setup Amit Kapila 10:18
Re: pgsql: dshash: Add sequential scan support. Zhihong Yu 10:46
Re: Error from the foreign RDBMS on a foreign table I have no privilege on Etsuro Fujita 10:59
Re: generate_series for timestamptz and time zone problem 📎 Przemysław Sztoch 11:00
Re: EINTR in ftruncate() 📎 Alvaro Herrera 11:07
Re: generate_series for timestamptz and time zone problem Przemysław Sztoch 11:08
Re: automatically generating node support functions 📎 Peter Eisentraut 12:23
Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH Euler Taveira 12:28
Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila 12:42
Re: [PATCH] Compression dictionaries for JSONB Matthias van de Meent 12:45
Re: Patch proposal: New hooks in the connection path 📎 Drouvot, Bertrand 12:53
Re: Patch proposal: New hooks in the connection path Drouvot, Bertrand 12:58
Re: Minimal logical decoding on standbys Drouvot, Bertrand 13:12
Re: Patch proposal: New hooks in the connection path Zhihong Yu 13:12
Re: Minimal logical decoding on standbys Ibrar Ahmed 13:17
Re: list of TransactionIds Alvaro Herrera 13:27
Re: Removing unneeded self joins Ronan Dunklau 13:49
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 13:55
Re: [PATCH] Compression dictionaries for JSONB Aleksander Alekseev 14:00
Re: Handle infinite recursion in logical replication setup Alvaro Herrera 14:14
Re: Removing unneeded self joins Zhihong Yu 14:16
Re: Improving btree performance through specializing by key shape, take 2 📎 Matthias van de Meent 14:18
Re: TAP output format in pg_regress Peter Eisentraut 14:27
Re: TAP output format in pg_regress Tom Lane 14:39
Re: doc: BRIN indexes and autosummarize Alvaro Herrera 15:20
Re: Add connection active, idle time to pg_stat_activity Drouvot, Bertrand 16:29
Re: Temporary file access API 📎 Antonin Houska 16:35
Re: automatically generating node support functions Tom Lane 16:59
make install-world fails sometimes in Mac M1 📎 Gaddam Sai Ram 17:14
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Tom Lane 17:32
Re: logical replication restrictions 📎 Euler Taveira 17:41
Re: make install-world fails sometimes in Mac M1 Tom Lane 17:45
Re: Handle infinite recursion in logical replication setup 📎 vignesh C 17:59
Re: Handle infinite recursion in logical replication setup vignesh C 18:00
Re: Handle infinite recursion in logical replication setup vignesh C 18:01
Re: Handle infinite recursion in logical replication setup vignesh C 18:03
Re: Temporary file access API Peter Eisentraut 18:37
Re: TAP output format in pg_regress Peter Eisentraut 19:33
Re: doc: BRIN indexes and autosummarize 📎 Alvaro Herrera 19:38
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Peter Eisentraut 19:40
Re: TAP output format in pg_regress Andres Freund 20:06
Re: TAP output format in pg_regress Andres Freund 20:13
Re: Proposal: allow database-specific role memberships 📎 Kenaniah Cerny 20:17
Re: Lazy JIT IR code generation to increase JIT speed with partitions Andres Freund 20:23
Re: Export log_line_prefix(); useful for emit_log_hook. 📎 Jeff Davis 20:24
Re: Lazy JIT IR code generation to increase JIT speed with partitions Andres Freund 20:32
Re: doc: BRIN indexes and autosummarize Jaime Casanova 20:49
Re: pgsql: dshash: Add sequential scan support. Andres Freund 20:54
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 20:55
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 21:18
Re: doc: BRIN indexes and autosummarize 📎 Justin Pryzby 21:22
Re: TAP output format in pg_regress Daniel Gustafsson 21:48
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 22:00
Re: TAP output format in pg_regress Daniel Gustafsson 22:06
Re: TAP output format in pg_regress Tom Lane 22:06
Re: Request for assistance to backport CVE-2022-1552 fixes to 9.6 and 9.4 📎 Roberto C. Sánchez 22:06
Re: TAP output format in pg_regress Daniel Gustafsson 22:11
Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH Peter Smith 22:33
Re: TAP output format in pg_regress Andres Freund 22:58
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 23:20
Re: pgsql: dshash: Add sequential scan support. Andres Freund 23:25

July 5, 2022

Thread Author Time
Re: Handle infinite recursion in logical replication setup Peter Smith 00:44
Re: pgsql: Change timeline field of IDENTIFY_SYSTEM to int8 Michael Paquier 00:49
Re: avoid multiple hard links to same WAL file after a crash Michael Paquier 01:19
Bugs in copyfuncs/equalfuncs support for JSON node types 📎 Tom Lane 01:23
Re: Bugs in copyfuncs/equalfuncs support for JSON node types Zhihong Yu 01:48
Re: TAP output format in pg_regress Tom Lane 01:56
Re: Bugs in copyfuncs/equalfuncs support for JSON node types Justin Pryzby 02:18
Re: TAP output format in pg_regress Andres Freund 02:40
Re: Bugs in copyfuncs/equalfuncs support for JSON node types Tom Lane 02:40
CFM Manager Ibrar Ahmed 03:17
Re: pgsql: dshash: Add sequential scan support. 📎 Thomas Munro 03:21
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎 Masahiko Sawada 03:30
Linking issue with libldap on morepork (OpenBSD 6.9) Michael Paquier 03:47
Re: CFM Manager Michael Paquier 03:50
Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH Amit Kapila 04:04
Re: AIX support - alignment issues 📎 Thomas Munro 04:38
Re: AIX support - alignment issues Tom Lane 04:53
Re: some aspects of our qsort might not be ideal 📎 John Naylor 05:14
Re: AIX support - alignment issues Andres Freund 05:31
Re: [PATCH] Add result_types column to pg_prepared_statements view Peter Eisentraut 05:34
Re: AIX support - alignment issues Tom Lane 05:36
Re: [PATCH] Fix pg_upgrade test from v10 📎 Anton A. Melnikov 06:01
Re: AIX support - alignment issues Peter Eisentraut 06:13
Re: AIX support - alignment issues Andres Freund 06:30
Re: AIX support - alignment issues Andres Freund 06:31
Re: Schema variables - new implementation for Postgres 15 📎 Pavel Stehule 06:42
Re: Patch proposal: New hooks in the connection path Bharath Rupireddy 07:07
Re: Patch proposal: New hooks in the connection path 📎 Drouvot, Bertrand 07:17
Re: [PATCH] Completed unaccent dictionary with many missing characters Michael Paquier 07:22
Re: [PATCH] Add result_types column to pg_prepared_statements view Dagfinn Ilmari Mannsåker 07:31
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 07:33
Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada 07:33
Re: doc phrase: "inheritance child" Amit Langote 07:36
Re: Patch proposal: New hooks in the connection path Bharath Rupireddy 07:37
Re: typos Noah Misch 07:51
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 08:09
Re: [PoC] Improve dead tuple storage for lazy vacuum Andres Freund 08:11
RE: Support logical replication of DDLs 📎 [email protected] 08:28
Re: Handle infinite recursion in logical replication setup Amit Kapila 08:29
Wrong provolatile value for to_timestamp (1 argument) Tatsuo Ishii 08:29
Re: making relfilenodes 56 bits 📎 Dilip Kumar 08:32
[PATCH] Optional OR REPLACE in CREATE OPERATOR statement 📎 Svetlana Derevyanko 08:40
Re: logical replication restrictions Peter Smith 08:41
Re: Wrong provolatile value for to_timestamp (1 argument) Laurenz Albe 08:44
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 08:49
Re: [PoC] Reducing planning time when tables have many partitions 📎 Yuya Watari 08:57
Re: [PATCH] Add result_types column to pg_prepared_statements view Peter Eisentraut 09:20
Re: [PATCH] Add result_types column to pg_prepared_statements view Dagfinn Ilmari Mannsåker 09:27
Re: Wrong provolatile value for to_timestamp (1 argument) Tatsuo Ishii 10:37
Re: Schema variables - new implementation for Postgres 15 Julien Rouhaud 10:50
Re: Transparent column encryption 📎 Peter Eisentraut 10:54
Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns Amit Kapila 11:00
Re: Making Vars outer-join aware Richard Guo 11:02
Re: Schema variables - new implementation for Postgres 15 Pavel Stehule 11:19
Re: CFM Manager Ibrar Ahmed 11:31
Re: pg15b2: large objects lost on upgrade Shruthi Gowda 11:33
Re: doc: BRIN indexes and autosummarize Alvaro Herrera 11:47
Re: replacing role-level NOINHERIT with a grant-level option Robert Haas 12:04
Re: logical replication restrictions Amit Kapila 12:29
Re: Using PQexecQuery in pipeline mode produces unexpected Close messages Alvaro Herrera 12:39
Re: Support load balancing in libpq Bharath Rupireddy 12:42
Re: Add LZ4 compression in pg_dump 📎 gkokolatos 13:22
Re: Temporary file access API Antonin Houska 13:24
Re: Patch proposal: New hooks in the connection path Brindle, Joshua 13:27
Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Aleksander Alekseev 13:38
Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Aleksander Alekseev 13:41
[PATCH] Reuse Workers and Replication Slots during Logical Replication 📎 Melih Mutlu 13:50
Re: Fix proposal for comparaison bugs in PostgreSQL::Version Andrew Dunstan 13:59
Re: Making Vars outer-join aware Tom Lane 14:24
Re: Wrong provolatile value for to_timestamp (1 argument) Laurenz Albe 14:24
Re: Wrong provolatile value for to_timestamp (1 argument) Tom Lane 14:33
Re: Add LZ4 compression in pg_dump Justin Pryzby 15:13
Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema 15:23
Re: [PATCH] Optional OR REPLACE in CREATE OPERATOR statement Tom Lane 15:29
Re: Handle infinite recursion in logical replication setup 📎 vignesh C 16:03
Re: Handle infinite recursion in logical replication setup vignesh C 16:06
Re: [PATCH] Log details for client certificate failures 📎 Jacob Champion 16:34
Re: pg15b2: large objects lost on upgrade Robert Haas 16:43
Re: pg15b2: large objects lost on upgrade Justin Pryzby 16:56
Re: avoid multiple hard links to same WAL file after a crash Nathan Bossart 16:58
Re: [UNVERIFIED SENDER] Re: pg_upgrade can result in early wraparound on databases with high transaction load Tom Lane 16:59
Re: pg_upgrade (12->14) fails on aggregate Tom Lane 17:07
Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) 📎 Melanie Plageman 17:24
Re: pg_checkpointer is not a verb or verb phrase Robert Haas 17:38
Re: generic plans and "initial" pruning Jacob Champion 17:43
Re: Making the subquery alias optional in the FROM clause Tom Lane 18:00
Re: First draft of the PG 15 release notes 📎 Bruce Momjian 18:09
Re: [PATCH] Add sortsupport for range types and btree_gist Jacob Champion 18:13
Re: Eliminating SPI from RI triggers - take 2 Jacob Champion 18:24
Re: Error "initial slot snapshot too large" in create replication slot Jacob Champion 18:32
Re: doc: BRIN indexes and autosummarize Roberto Mello 18:33
Re: First draft of the PG 15 release notes 📎 Bruce Momjian 18:35
Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size Andres Freund 18:36
Re: pg_rewind: warn when checkpoint hasn't happened after promotion Robert Haas 18:39
Re: pg15b2: large objects lost on upgrade Robert Haas 18:40
Re: PSA: Autoconf has risen from the dead Robert Haas 18:42
Re: Emit extra debug message when executing extension script. Robert Haas 18:43
Re: pg_rewind: warn when checkpoint hasn't happened after promotion James Coleman 18:46
Re: pg_rewind: warn when checkpoint hasn't happened after promotion Tom Lane 18:47
Re: PSA: Autoconf has risen from the dead Andres Freund 18:47
Re: First draft of the PG 15 release notes Peter Geoghegan 18:51
Re: pg_rewind: warn when checkpoint hasn't happened after promotion Robert Haas 18:51
Re: PSA: Autoconf has risen from the dead Tom Lane 18:52
Re: PSA: Autoconf has risen from the dead Robert Haas 18:52
Re: [UNVERIFIED SENDER] Re: pg_upgrade can result in early wraparound on databases with high transaction load Andrew Dunstan 18:52

Browse Archives

Prev | Next