Skip to content

Commit 8efafd6

Browse files
committed
Add week and article links to 2026 year archive pages
1 parent 7111255 commit 8efafd6

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

src/cn/2026/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# 2026 年归档
22

33
2026 年 PostgreSQL 周报文章。
4+
5+
## 各周
6+
7+
- [第 06 周](./06/README.md)
8+
- [COPY TO 的 JSON 格式:PostgreSQL 原生 JSON 导出](./06/copy-to-json-format.md)
9+
- [第 05 周](./05/README.md)
10+
- [GOO:面向大规模连接问题的贪心连接顺序搜索算法](./05/goo-greedy-join-search.md)
11+
- [执行器批处理:面向批量的元组处理](./05/executor-batching.md)
12+
- [第 04 周](./04/README.md)
13+
- [PostgreSQL 查询规划器优化:自动 COUNT(*) 转换](./04/planner-count-optimization.md)
14+
- [第 03 周](./03/README.md)
15+
- [扩展统计信息导入/导出功能](./03/extended-statistics-import-functions.md)
16+
- [pg_plan_advice:查询计划控制](./03/pg-plan-advice.md)

src/en/2026/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@
22

33
PostgreSQL Weekly posts for 2026.
44

5+
## Weeks
6+
7+
- [Week 06](./06/README.md)
8+
- [COPY TO with JSON Format: Native JSON Export from PostgreSQL](./06/copy-to-json-format.md)
9+
- [Week 05](./05/README.md)
10+
- [GOO: A Greedy Join Search Algorithm for Large Join Problems](./05/goo-greedy-join-search.md)
11+
- [Batching in Executor: Batch-Oriented Tuple Processing](./05/executor-batching.md)
12+
- [Week 04](./04/README.md)
13+
- [PostgreSQL Planner Optimization: Automatic COUNT(*) Conversion](./04/planner-count-optimization.md)
14+
- [Week 03](./03/README.md)
15+
- [Extended Statistics Import/Export Functions](./03/extended-statistics-import-functions.md)
16+
- [pg_plan_advice: Query Plan Control](./03/pg-plan-advice.md)

0 commit comments

Comments
 (0)