public inbox for [email protected]  
help / color / mirror / Atom feed
[BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
  2026-04-16 20:48 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
  2026-04-18 18:14 UTC  Dean Rasheed <[email protected]>
` Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
  2026-04-20 00:55 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED.<virtual-generated-column> errors or silently writes NULL
  2026-04-22 08:12 UTC  Dean Rasheed <[email protected]>
  [4+ messages in thread]

ERROR: failed to find conversion function from unknown to text
  2026-01-29 01:18 UTC  jian he <[email protected]>
` Re: ERROR: failed to find conversion function from unknown to text
  2026-01-29 01:24 UTC  Tom Lane <[email protected]>
` Re: ERROR: failed to find conversion function from unknown to text
  2026-01-29 03:53 UTC  jian he <[email protected]>
` Re: ERROR: failed to find conversion function from unknown to text
  2026-04-22 06:33 UTC  jian he <[email protected]>
  [4+ messages in thread]

Fix translation error in zh_CN.po for "parameter specified more than once"
  2026-04-21 03:32 UTC  ji xu <[email protected]>
` Re: Fix translation error in zh_CN.po for "parameter specified more than once"
  2026-04-21 03:57 UTC  John Naylor <[email protected]>
` Fwd: Fix translation error in zh_CN.po for "parameter specified more than once"
  2026-04-22 04:36 UTC  ji xu <[email protected]>
  [3+ messages in thread]

[PATCH] Remove dead code in ExecForPortionOfLeftovers()
  2026-04-21 12:22 UTC  Aleksander Alekseev <[email protected]>
` Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers()
  2026-04-22 03:58 UTC  Quan Zongliang <[email protected]>
` Re: [PATCH] Remove dead code in ExecForPortionOfLeftovers()
  2026-04-22 04:24 UTC  jian he <[email protected]>
  [3+ messages in thread]

Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-02-23 13:45 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-02-28 07:08 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-01 12:22 UTC  Tomas Vondra <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-02 07:49 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-02 15:30 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-10 12:28 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-16 14:03 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-18 15:34 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-19 16:19 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-20 08:20 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-24 11:47 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-24 13:56 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-25 00:41 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-30 04:55 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-30 11:15 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 09:09 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 09:17 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 10:57 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 11:26 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 11:35 UTC  Daniel Gustafsson <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 12:15 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 13:33 UTC  Tomas Vondra <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-03-31 15:54 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-01 08:51 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-01 09:51 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-01 11:56 UTC  Junwang Zhao <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-01 12:18 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-02 07:41 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-02 07:59 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-03 05:52 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-03 08:57 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-03 09:39 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-06 09:45 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-07 01:45 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-07 02:12 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-07 12:59 UTC  Evan Montgomery-Recht <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-08 01:23 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-08 09:58 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-08 14:26 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 07:39 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 08:40 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 09:21 UTC  jie wang <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 09:24 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 09:29 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 10:25 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 11:07 UTC  Sandro Santilli <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 11:55 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-09 16:01 UTC  Sandro Santilli <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 04:14 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 04:20 UTC  Chao Li <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 04:21 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 07:39 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 18:35 UTC  Sandro Santilli <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-10 23:34 UTC  Haibo Yan <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-15 06:03 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-20 20:50 UTC  Peter Eisentraut <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-21 00:52 UTC  Amit Langote <[email protected]>
` Re: Eliminating SPI / SQL from some RI triggers - take 3
  2026-04-22 04:04 UTC  Amit Langote <[email protected]>
  [58+ messages in thread]

[PATCH] Allow SJE to recognize GiST-backed temporal primary keys
  2026-04-21 19:18 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: [PATCH] Allow SJE to recognize GiST-backed temporal primary keys
  2026-04-22 01:54 UTC  David Rowley <[email protected]>
  [2+ messages in thread]

Questionable description about character sets
  2026-02-11 09:58 UTC  Tatsuo Ishii <[email protected]>
` Re: Questionable description about character sets
  2026-02-13 06:48 UTC  Andreas Karlsson <[email protected]>
` Re: Questionable description about character sets
  2026-02-14 10:20 UTC  Tatsuo Ishii <[email protected]>
` Re: Questionable description about character sets
  2026-02-16 04:35 UTC  Thomas Munro <[email protected]>
` Re: Questionable description about character sets
  2026-02-16 05:07 UTC  Nico Williams <[email protected]>
` Re: Questionable description about character sets
  2026-02-17 02:38 UTC  Thomas Munro <[email protected]>
` Re: Questionable description about character sets
  2026-04-15 09:26 UTC  Thomas Munro <[email protected]>
` Re: Questionable description about character sets
  2026-04-17 01:28 UTC  Tatsuo Ishii <[email protected]>
` Re: Questionable description about character sets
  2026-04-22 01:34 UTC  Henson Choi <[email protected]>
  [9+ messages in thread]

bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
  2026-04-01 02:15 UTC  Chao Li <[email protected]>
` Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
  2026-04-21 21:52 UTC  Melanie Plageman <[email protected]>
` Re: bufmgr: pass through I/O stats context in FlushUnlockedBuffer()
  2026-04-21 22:24 UTC  Chao Li <[email protected]>
  [3+ messages in thread]

Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-03 05:00 UTC  Alexander Lakhin <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-05 15:42 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-05 15:49 UTC  Andres Freund <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-16 20:21 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-18 15:00 UTC  Alexander Lakhin <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-18 16:25 UTC  Andres Freund <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-18 16:33 UTC  Andres Freund <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-18 18:00 UTC  Alexander Lakhin <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-20 15:48 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-20 16:18 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-20 19:00 UTC  Alexander Lakhin <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-20 20:28 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-21 15:07 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-21 18:41 UTC  Melanie Plageman <[email protected]>
` Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
  2026-04-21 21:37 UTC  Melanie Plageman <[email protected]>
  [15+ messages in thread]

[PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
  2026-04-18 03:29 UTC  Tatsuya Kawata <[email protected]>
` Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
  2026-04-20 20:31 UTC  Masahiko Sawada <[email protected]>
` Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
  2026-04-21 14:56 UTC  Tatsuya Kawata <[email protected]>
  [3+ messages in thread]

Coverage with make coverage-html is broken on latest Debian using lcov v2
  2026-04-21 14:36 UTC  Narek Galstyan <[email protected]>

Non-robust plpgsql_trap test
  2026-04-21 13:54 UTC  Tom Lane <[email protected]>
` Re: Non-robust plpgsql_trap test
  2026-04-21 14:20 UTC  Andrew Dunstan <[email protected]>
  [2+ messages in thread]

PGConf.dev 2026: Community session on batched/vectorized execution primitives
  2026-04-21 12:23 UTC  Amit Langote <[email protected]>

Request to expedite cool-off period for new account
  2026-04-21 05:54 UTC  반지현 <[email protected]>
` Re: Request to expedite cool-off period for new account
  2026-04-21 08:52 UTC  CharSyam <[email protected]>
  [2+ messages in thread]

Re: Compress prune/freeze records with Delta Frame of Reference algorithm
  2026-04-14 09:02 UTC  Heikki Linnakangas <[email protected]>
` Re: Compress prune/freeze records with Delta Frame of Reference algorithm
  2026-04-14 09:11 UTC  Andrey Borodin <[email protected]>
` Re: Compress prune/freeze records with Delta Frame of Reference algorithm
  2026-04-21 05:41 UTC  Evgeny Voropaev <[email protected]>
` Re: Compress prune/freeze records with Delta Frame of Reference algorithm
  2026-04-21 07:20 UTC  Heikki Linnakangas <[email protected]>
` Re: Compress prune/freeze records with Delta Frame of Reference algorithm
  2026-04-21 08:48 UTC  Evgeny Voropaev <[email protected]>
  [5+ messages in thread]

Re: DOCS: typo on CLUSTER page
  2026-04-07 05:35 UTC  Peter Smith <[email protected]>
` Re: DOCS: typo on CLUSTER page
  2026-04-07 05:46 UTC  Peter Smith <[email protected]>
` Re: DOCS: typo on CLUSTER page
  2026-04-07 06:11 UTC  Michael Paquier <[email protected]>
` Re: DOCS: typo on CLUSTER page
  2026-04-07 06:29 UTC  Michael Paquier <[email protected]>
` Re: DOCS: typo on CLUSTER page
  2026-04-21 06:51 UTC  Peter Smith <[email protected]>
  [5+ messages in thread]

Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 01:59 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 02:35 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 07:21 UTC  Chao Li <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 07:27 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 08:20 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 08:30 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 08:42 UTC  SATYANARAYANA NARLAPURAM <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-13 11:03 UTC  Dean Rasheed <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-14 02:49 UTC  Chao Li <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-14 03:27 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-14 06:28 UTC  Chao Li <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-17 10:35 UTC  Dean Rasheed <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-20 05:25 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-20 07:29 UTC  Richard Guo <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-20 08:42 UTC  Dean Rasheed <[email protected]>
` Re: Bug: Rule actions see wrong values for generated columns (NEW.gen reads OLD value)
  2026-04-21 06:05 UTC  Richard Guo <[email protected]>
  [16+ messages in thread]

[PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-15 13:57 UTC  Ayush Tiwari <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-15 16:51 UTC  Heikki Linnakangas <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-15 18:01 UTC  Ayush Tiwari <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-17 13:47 UTC  Ayush Tiwari <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-17 22:54 UTC  Michael Paquier <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-20 06:41 UTC  Ayush Tiwari <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-21 01:00 UTC  Michael Paquier <[email protected]>
` Re: [PATCH] postmaster: fix stale PM_STARTUP comment
  2026-04-21 05:03 UTC  Ayush Tiwari <[email protected]>
  [8+ messages in thread]

Re: Typos in the code and README
  2024-09-02 18:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2024-09-03 05:24 UTC  Michael Paquier <[email protected]>
` Re: Typos in the code and README
  2024-09-03 05:51 UTC  Michael Paquier <[email protected]>
` Re: Typos in the code and README
  2024-09-03 10:00 UTC  Daniel Gustafsson <[email protected]>
` Re: Typos in the code and README
  2024-09-04 01:25 UTC  Michael Paquier <[email protected]>
` Re: Typos in the code and README
  2024-09-04 08:23 UTC  Daniel Gustafsson <[email protected]>
` Re: Typos in the code and README
  2024-09-04 15:34 UTC  David Rowley <[email protected]>
` Re: Typos in the code and README
  2024-09-05 00:03 UTC  Michael Paquier <[email protected]>
` Re: Typos in the code and README
  2025-01-01 16:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2025-01-01 23:22 UTC  David Rowley <[email protected]>
` Re: Typos in the code and README
  2025-04-19 08:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2025-04-19 10:04 UTC  Michael Paquier <[email protected]>
` Re: Typos in the code and README
  2025-04-19 11:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2026-04-19 19:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2026-04-20 01:00 UTC  Alexander Lakhin <[email protected]>
` Re: Typos in the code and README
  2026-04-20 06:11 UTC  Daniil Davydov <[email protected]>
` Re: Typos in the code and README
  2026-04-21 04:23 UTC  Michael Paquier <[email protected]>
  [17+ messages in thread]

Typo Fixes and Patch
  2026-04-16 00:22 UTC  Abhi Kaki <[email protected]>
` Re: Typo Fixes and Patch
  2026-04-20 10:24 UTC  Ashutosh Bapat <[email protected]>
` Re: Typo Fixes and Patch
  2026-04-21 04:17 UTC  Michael Paquier <[email protected]>
  [3+ messages in thread]

Cleanup: Use modern macro for text-to-CString conversion in plsample.c
  2026-04-17 12:54 UTC  Amul Sul <[email protected]>
` Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c
  2026-04-20 12:20 UTC  Fujii Masao <[email protected]>
` Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c
  2026-04-20 23:41 UTC  Fujii Masao <[email protected]>
` Re: Cleanup: Use modern macro for text-to-CString conversion in plsample.c
  2026-04-21 03:57 UTC  Amul Sul <[email protected]>
  [4+ messages in thread]

Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-13 04:35 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-14 08:46 UTC  Chao Li <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-14 23:45 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-15 00:29 UTC  Tom Lane <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-15 02:21 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-15 02:30 UTC  Tom Lane <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-15 02:33 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-15 19:17 UTC  Peter Eisentraut <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-18 07:49 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-18 07:53 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-18 15:09 UTC  Tom Lane <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-19 19:21 UTC  Greg Burd <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-19 23:52 UTC  David Rowley <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-20 14:55 UTC  Greg Burd <[email protected]>
` Re: Add bms_offset_members() function for bitshifting Bitmapsets
  2026-04-21 01:40 UTC  David Rowley <[email protected]>
  [15+ messages in thread]

test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-17 12:25 UTC  Xuneng Zhou <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-17 21:47 UTC  Michael Paquier <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-18 04:19 UTC  Xuneng Zhou <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-18 07:58 UTC  Alexander Korotkov <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-18 08:02 UTC  Alexander Korotkov <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-20 10:21 UTC  Alexander Korotkov <[email protected]>
` Re: test: avoid redundant standby catchup in 049_wait_for_lsn
  2026-04-20 13:54 UTC  Xuneng Zhou <[email protected]>
  [7+ messages in thread]

[PATCH] Enhance tests for TOAST processing by REPACK.
  2026-04-20 11:30 UTC  Antonin Houska <[email protected]>

[PATCH 2/2] REPACK: do not require LOGIN privileges
  2026-04-20 11:19 UTC  Álvaro Herrera <[email protected]>


[next (older)]

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox