You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(1) |
3
|
4
(1) |
5
(3) |
6
(2) |
7
|
8
|
9
|
10
(1) |
11
|
12
(8) |
13
(2) |
14
|
15
|
16
(6) |
17
(1) |
18
(1) |
19
(2) |
20
(1) |
21
|
22
|
23
|
24
(1) |
25
|
26
(4) |
27
|
28
|
29
|
30
(3) |
31
(1) |
|
|
|
|
From: Michael P. <mic...@us...> - 2012-01-10 03:07:39
|
Project "Postgres-XC". The branch, master has been updated via 52d80a9ee69b94e7be5850a449b5ff9c041eea67 (commit) from c461c74182e6ca61f0c13779f1a3b821e111d888 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=52d80a9ee69b94e7be5850a449b5ff9c041eea67 commit 52d80a9ee69b94e7be5850a449b5ff9c041eea67 Author: Michael P <mi...@ot...> Date: Tue Jan 10 12:05:43 2012 +0900 Support for EXPLAIN with remote DML planning When running an explain query with DML that need Coordinator to be generated, additional remote query plans in ModifyTable are printed. Those plans are created by create_remoteinsert_plan, create_remoteupdate_plan and create_remotedelete_plan in createplan.c This commit also includes a fix for remote DML plans related to the scan relation ID used. The relation ID was used but the correct way is to use its Index when referring to the table list in Scan plan. M src/backend/commands/explain.c M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/explain.c | 149 ++++++++++++++++++++----------- src/backend/optimizer/plan/createplan.c | 11 +-- 2 files changed, 98 insertions(+), 62 deletions(-) hooks/post-receive -- Postgres-XC |