Skip to content

Commit d8bea71

Browse files
committed
fix: link error from home page
1 parent f62dde3 commit d8bea71

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

src/cn/2026/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
## 各周
66

7-
- [第 09 周](./09/index.html)
8-
- [元组解构的进一步加速:预计算 attcacheoff](./09/tuple-deformation-speedups.md)
9-
- [第 08 周](./08/index.html)
10-
- [消除 RI 触发器中的 SPI:外键检查的快速路径](./08/ri-fast-path-foreign-key-checks.md)
11-
- [第 07 周](./07/index.html)
12-
- [SQL 属性图查询(SQL/PGQ):为 PostgreSQL 引入图查询能力](./07/sql-property-graph-queries-pgq.md)
13-
- [将 LEFT JOIN 归约为 ANTI JOIN:针对 "WHERE col IS NULL" 的优化器优化](./07/anti-join-left-join-optimization.md)
14-
- [第 06 周](./06/index.html)
15-
- [COPY TO 的 JSON 格式:PostgreSQL 原生 JSON 导出](./06/copy-to-json-format.md)
16-
- [第 05 周](./05/index.html)
17-
- [GOO:面向大规模连接问题的贪心连接顺序搜索算法](./05/goo-greedy-join-search.md)
18-
- [执行器批处理:面向批量的元组处理](./05/executor-batching.md)
19-
- [第 04 周](./04/index.html)
20-
- [PostgreSQL 查询优化器优化:自动 COUNT(*) 转换](./04/planner-count-optimization.md)
21-
- [第 03 周](./03/index.html)
22-
- [扩展统计信息导入/导出功能](./03/extended-statistics-import-functions.md)
23-
- [pg_plan_advice:查询计划控制](./03/pg-plan-advice.md)
7+
- [第 09 周](/cn/2026/09/index.html)
8+
- [元组解构的进一步加速:预计算 attcacheoff](/cn/2026/09/tuple-deformation-speedups.html)
9+
- [第 08 周](/cn/2026/08/index.html)
10+
- [消除 RI 触发器中的 SPI:外键检查的快速路径](/cn/2026/08/ri-fast-path-foreign-key-checks.html)
11+
- [第 07 周](/cn/2026/07/index.html)
12+
- [SQL 属性图查询(SQL/PGQ):为 PostgreSQL 引入图查询能力](/cn/2026/07/sql-property-graph-queries-pgq.html)
13+
- [将 LEFT JOIN 归约为 ANTI JOIN:针对 "WHERE col IS NULL" 的优化器优化](/cn/2026/07/anti-join-left-join-optimization.html)
14+
- [第 06 周](/cn/2026/06/index.html)
15+
- [COPY TO 的 JSON 格式:PostgreSQL 原生 JSON 导出](/cn/2026/06/copy-to-json-format.html)
16+
- [第 05 周](/cn/2026/05/index.html)
17+
- [GOO:面向大规模连接问题的贪心连接顺序搜索算法](/cn/2026/05/goo-greedy-join-search.html)
18+
- [执行器批处理:面向批量的元组处理](/cn/2026/05/executor-batching.html)
19+
- [第 04 周](/cn/2026/04/index.html)
20+
- [PostgreSQL 查询优化器优化:自动 COUNT(*) 转换](/cn/2026/04/planner-count-optimization.html)
21+
- [第 03 周](/cn/2026/03/index.html)
22+
- [扩展统计信息导入/导出功能](/cn/2026/03/extended-statistics-import-functions.html)
23+
- [pg_plan_advice:查询计划控制](/cn/2026/03/pg-plan-advice.html)

src/en/2026/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ PostgreSQL Weekly posts for 2026.
44

55
## Weeks
66

7-
- [Week 09](./09/index.html)
8-
- [More Speedups for Tuple Deformation: Precalculating attcacheoff](./09/tuple-deformation-speedups.md)
9-
- [Week 08](./08/index.html)
10-
- [Eliminating SPI from RI Triggers: A Fast Path for Foreign Key Checks](./08/ri-fast-path-foreign-key-checks.md)
11-
- [Week 07](./07/index.html)
12-
- [SQL Property Graph Queries (SQL/PGQ): Bringing Graph Queries to PostgreSQL](./07/sql-property-graph-queries-pgq.md)
13-
- [Reducing LEFT JOIN to ANTI JOIN: A Planner Optimization for "WHERE col IS NULL"](./07/anti-join-left-join-optimization.md)
14-
- [Week 06](./06/index.html)
15-
- [COPY TO with JSON Format: Native JSON Export from PostgreSQL](./06/copy-to-json-format.md)
16-
- [Week 05](./05/index.html)
17-
- [GOO: A Greedy Join Search Algorithm for Large Join Problems](./05/goo-greedy-join-search.md)
18-
- [Batching in Executor: Batch-Oriented Tuple Processing](./05/executor-batching.md)
19-
- [Week 04](./04/index.html)
20-
- [PostgreSQL Planner Optimization: Automatic COUNT(*) Conversion](./04/planner-count-optimization.md)
21-
- [Week 03](./03/index.html)
22-
- [Extended Statistics Import/Export Functions](./03/extended-statistics-import-functions.md)
23-
- [pg_plan_advice: Query Plan Control](./03/pg-plan-advice.md)
7+
- [Week 09](/en/2026/09/index.html)
8+
- [More Speedups for Tuple Deformation: Precalculating attcacheoff](/en/2026/09/tuple-deformation-speedups.html)
9+
- [Week 08](/en/2026/08/index.html)
10+
- [Eliminating SPI from RI Triggers: A Fast Path for Foreign Key Checks](/en/2026/08/ri-fast-path-foreign-key-checks.html)
11+
- [Week 07](/en/2026/07/index.html)
12+
- [SQL Property Graph Queries (SQL/PGQ): Bringing Graph Queries to PostgreSQL](/en/2026/07/sql-property-graph-queries-pgq.html)
13+
- [Reducing LEFT JOIN to ANTI JOIN: A Planner Optimization for "WHERE col IS NULL"](/en/2026/07/anti-join-left-join-optimization.html)
14+
- [Week 06](/en/2026/06/index.html)
15+
- [COPY TO with JSON Format: Native JSON Export from PostgreSQL](/en/2026/06/copy-to-json-format.html)
16+
- [Week 05](/en/2026/05/index.html)
17+
- [GOO: A Greedy Join Search Algorithm for Large Join Problems](/en/2026/05/goo-greedy-join-search.html)
18+
- [Batching in Executor: Batch-Oriented Tuple Processing](/en/2026/05/executor-batching.html)
19+
- [Week 04](/en/2026/04/index.html)
20+
- [PostgreSQL Planner Optimization: Automatic COUNT(*) Conversion](/en/2026/04/planner-count-optimization.html)
21+
- [Week 03](/en/2026/03/index.html)
22+
- [Extended Statistics Import/Export Functions](/en/2026/03/extended-statistics-import-functions.html)
23+
- [pg_plan_advice: Query Plan Control](/en/2026/03/pg-plan-advice.html)

0 commit comments

Comments
 (0)