From 66fb1fda92e5f6da6ca248e57d70bcdcdaa581c7 Mon Sep 17 00:00:00 2001 From: mrdrivingduck Date: Sun, 27 Oct 2024 21:23:28 +0800 Subject: [PATCH] feat: PostgreSQL WAL insert and multi-insert --- docs/.vuepress/configs/sidebar/en.ts | 2 ++ docs/notes | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/configs/sidebar/en.ts b/docs/.vuepress/configs/sidebar/en.ts index f49297564..fbda0fd46 100644 --- a/docs/.vuepress/configs/sidebar/en.ts +++ b/docs/.vuepress/configs/sidebar/en.ts @@ -290,12 +290,14 @@ export const sidebarEn: SidebarConfig = { "/notes/PostgreSQL/PostgreSQL GUC.md", "/notes/PostgreSQL/PostgreSQL Locking.md", "/notes/PostgreSQL/PostgreSQL LWLock.md", + "/notes/PostgreSQL/PostgreSQL Multi-Insert.md", "/notes/PostgreSQL/PostgreSQL Plan Hint GUC.md", "/notes/PostgreSQL/PostgreSQL Process Activity.md", "/notes/PostgreSQL/PostgreSQL Query Execution.md", "/notes/PostgreSQL/PostgreSQL Spinlock.md", "/notes/PostgreSQL/PostgreSQL Storage Management.md", "/notes/PostgreSQL/PostgreSQL VFD.md", + "/notes/PostgreSQL/PostgreSQL WAL Insert.md", ], }, { diff --git a/docs/notes b/docs/notes index 26bd6c23c..056899e2a 160000 --- a/docs/notes +++ b/docs/notes @@ -1 +1 @@ -Subproject commit 26bd6c23cda790a57f70bb3f156df49b0f695f6b +Subproject commit 056899e2a53cdaefc704fa1e038df7929a89408a