public inbox for [email protected]
help / color / mirror / Atom feedRe: WIP - xmlvalidate implementation from TODO list
2026-02-22 11:44 UTC Jim Jones <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-03-15 04:25 UTC Marcos Magueta <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-03-15 15:20 UTC Pavel Stehule <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-03-30 20:28 UTC Pavel Stehule <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-03-31 09:29 UTC Jim Jones <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-03-31 10:57 UTC Pavel Stehule <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-01 07:47 UTC Jim Jones <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-01 08:10 UTC Pavel Stehule <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-01 14:39 UTC Jim Jones <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-01 16:57 UTC Pavel Stehule <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-02 18:22 UTC Marcos Magueta <[email protected]>
` Re: WIP - xmlvalidate implementation from TODO list
2026-04-02 18:57 UTC Pavel Stehule <[email protected]>
[12+ messages in thread]
[PATCH v8 3/5] add elevel parameter to relation_needs_vacanalyze()
2026-04-02 18:52 UTC Nathan Bossart <[email protected]>
[PATCH v8 2/5] always compute autovacuum scores
2026-04-02 18:45 UTC Nathan Bossart <[email protected]>
[PATCH v8 1/5] refactor relation_needs_vacanalyze()
2026-04-02 18:18 UTC Nathan Bossart <[email protected]>
[PATCH 5/5] don't include bufmgr.h in bufmask.h
2026-04-02 18:12 UTC Álvaro Herrera <[email protected]>
[PATCH 4/5] don't include bufmgr.h in gin_private.h
2026-04-02 18:10 UTC Álvaro Herrera <[email protected]>
Re: Speed up COPY TO text/CSV parsing using SIMD
2026-02-12 21:25 UTC Andres Freund <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-02-14 15:02 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-10 19:16 UTC Nathan Bossart <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-14 22:43 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-17 18:49 UTC Nathan Bossart <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-17 23:02 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-18 02:29 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-24 00:16 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-26 21:09 UTC Nathan Bossart <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-26 21:23 UTC Nathan Bossart <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-27 18:48 UTC KAZAR Ayoub <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-03-31 16:30 UTC Nathan Bossart <[email protected]>
` Re: Speed up COPY TO text/CSV parsing using SIMD
2026-04-02 18:07 UTC KAZAR Ayoub <[email protected]>
[13+ messages in thread]
[PATCH 3/5] don't include bufmgr.h in gist_private.h
2026-04-02 18:07 UTC Álvaro Herrera <[email protected]>
[PATCH 2/5] don't include bufmgr.h in hash.h
2026-04-02 18:04 UTC Álvaro Herrera <[email protected]>
[PATCH 1/5] don't include bufmgr.h in nbtree.h
2026-04-02 18:01 UTC Álvaro Herrera <[email protected]>
[PATCH v2 9/9] Don't include read_stream.h in heapam.h
2026-04-02 16:17 UTC Andres Freund <[email protected]>
[PATCH v2 4/9] Don't include snapshot.h in tableam.h
2026-04-02 15:56 UTC Andres Freund <[email protected]>
Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2023-02-28 15:30 UTC Bharath Rupireddy <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2023-03-01 09:44 UTC Kuntal Ghosh <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2023-03-09 12:24 UTC Drouvot, Bertrand <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-03-30 00:30 UTC Fujii Masao <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-03-30 01:30 UTC Bharath Rupireddy <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-03-30 04:20 UTC Dilip Kumar <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-04-01 03:17 UTC Fujii Masao <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-04-01 03:44 UTC Bertrand Drouvot <[email protected]>
` Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()
2026-04-02 14:57 UTC Fujii Masao <[email protected]>
[9+ messages in thread]
Re: Safer hash table initialization macro
2026-01-26 10:05 UTC Jelte Fennema-Nio <[email protected]>
` Re: Safer hash table initialization macro
2026-01-26 10:26 UTC Bertrand Drouvot <[email protected]>
` Re: Safer hash table initialization macro
2026-01-26 10:50 UTC Jelte Fennema-Nio <[email protected]>
` Re: Safer hash table initialization macro
2026-01-26 14:41 UTC Bertrand Drouvot <[email protected]>
` Re: Safer hash table initialization macro
2026-01-27 07:26 UTC Chao Li <[email protected]>
` Re: Safer hash table initialization macro
2026-01-27 18:10 UTC Jelte Fennema-Nio <[email protected]>
` Re: Safer hash table initialization macro
2026-03-14 13:48 UTC Jelte Fennema-Nio <[email protected]>
` Re: Safer hash table initialization macro
2026-03-18 10:52 UTC Jelte Fennema-Nio <[email protected]>
` Re: Safer hash table initialization macro
2026-04-02 14:20 UTC Jelte Fennema-Nio <[email protected]>
[9+ messages in thread]
Re: Shared hash table allocations
2026-04-02 10:24 UTC Matthias van de Meent <[email protected]>
` Re: Shared hash table allocations
2026-04-02 11:52 UTC Heikki Linnakangas <[email protected]>
` Re: Shared hash table allocations
2026-04-02 13:47 UTC Matthias van de Meent <[email protected]>
[3+ messages in thread]
Re: [PATCH] Add prepared_orphaned_transaction_timeout GUC
2026-04-02 12:34 UTC Greg Sabino Mullane <[email protected]>
Re: [PATCH] analyze: move elevel calculation into do_analyze_rel()
2026-04-01 23:29 UTC Andreas Karlsson <[email protected]>
` Re: [PATCH] analyze: move elevel calculation into do_analyze_rel()
2026-04-02 11:14 UTC Etsuro Fujita <[email protected]>
[2+ messages in thread]
[PATCH v2 6/9] Don't include catalog/publication.h in utils/rel.h
2026-04-02 10:33 UTC Álvaro Herrera <[email protected]>
[PATCH] Don't include catalog/publication.h in utils/rel.h
2026-04-02 10:33 UTC Álvaro Herrera <[email protected]>
Re: PROPOSAL for when publication row filter columns are not in replica identity (BUG #19434)
2026-04-01 23:25 UTC Roberto Mello <[email protected]>
` RE: PROPOSAL for when publication row filter columns are not in replica identity (BUG #19434)
2026-04-02 09:21 UTC Zhijie Hou (Fujitsu) <[email protected]>
[2+ messages in thread]
Re: table AM option passing
2026-04-01 06:33 UTC Chao Li <[email protected]>
` Re: table AM option passing
2026-04-01 14:27 UTC Álvaro Herrera <[email protected]>
` Re: table AM option passing
2026-04-01 15:16 UTC Antonin Houska <[email protected]>
` Re: table AM option passing
2026-04-01 18:41 UTC Álvaro Herrera <[email protected]>
` Re: table AM option passing
2026-04-02 05:39 UTC Antonin Houska <[email protected]>
[5+ messages in thread]
Re: Check some unchecked fclose() results
2026-04-02 01:16 UTC Andreas Karlsson <[email protected]>
` Re: Check some unchecked fclose() results
2026-04-02 04:15 UTC Chao Li <[email protected]>
[2+ messages in thread]
Re: [Patch] New pg_stat_tablespace view
2026-04-02 01:54 UTC shihao zhong <[email protected]>
Re: More speedups for tuple deformation
2026-02-03 00:33 UTC Andres Freund <[email protected]>
` Re: More speedups for tuple deformation
2026-02-03 05:24 UTC John Naylor <[email protected]>
` Re: More speedups for tuple deformation
2026-02-03 14:41 UTC Andres Freund <[email protected]>
` Re: More speedups for tuple deformation
2026-02-24 02:23 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-02-24 08:45 UTC Amit Langote <[email protected]>
` Re: More speedups for tuple deformation
2026-02-24 12:33 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-02-24 14:39 UTC Andres Freund <[email protected]>
` Re: More speedups for tuple deformation
2026-02-24 18:33 UTC Zsolt Parragi <[email protected]>
` Re: More speedups for tuple deformation
2026-02-25 00:39 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-02-25 00:59 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-02-25 07:03 UTC John Naylor <[email protected]>
` Re: More speedups for tuple deformation
2026-02-25 18:05 UTC Andres Freund <[email protected]>
` Re: More speedups for tuple deformation
2026-02-25 20:29 UTC Andres Freund <[email protected]>
` Re: More speedups for tuple deformation
2026-03-01 13:10 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-06 04:09 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-07 16:36 UTC Junwang Zhao <[email protected]>
` Re: More speedups for tuple deformation
2026-03-13 12:18 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-15 13:50 UTC Junwang Zhao <[email protected]>
` Re: More speedups for tuple deformation
2026-03-16 07:01 UTC Tender Wang <[email protected]>
` Re: More speedups for tuple deformation
2026-03-16 09:17 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-16 16:37 UTC Junwang Zhao <[email protected]>
` Re: More speedups for tuple deformation
2026-03-16 21:15 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-19 12:39 UTC Tender Wang <[email protected]>
` Re: More speedups for tuple deformation
2026-03-19 12:56 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-03-20 01:18 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-04-01 02:00 UTC Alexander Lakhin <[email protected]>
` Re: More speedups for tuple deformation
2026-04-01 03:35 UTC David Rowley <[email protected]>
` Re: More speedups for tuple deformation
2026-04-01 05:13 UTC Junwang Zhao <[email protected]>
` Re: More speedups for tuple deformation
2026-04-01 13:19 UTC jian he <[email protected]>
` Re: More speedups for tuple deformation
2026-04-02 01:12 UTC David Rowley <[email protected]>
[30+ messages in thread]
[PATCH v4 01/14] read_stream: Issue IO synchronously while in fast path
2026-04-01 22:39 UTC Andres Freund <[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