@@ -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