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
(2) |
3
(1) |
4
|
5
(2) |
6
|
7
(9) |
8
(4) |
9
|
10
|
11
|
12
(4) |
13
(1) |
14
(1) |
15
(4) |
16
|
17
|
18
(2) |
19
(2) |
20
|
21
(5) |
22
|
23
|
24
|
25
|
26
(2) |
27
|
28
(4) |
29
(3) |
30
|
From: Ashutosh B. <ash...@us...> - 2012-06-29 06:43:57
|
Project "Postgres-XC". The branch, master has been updated via 0b7f51d36adb7c3daf2a52883a6d89caae32e838 (commit) from b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0b7f51d36adb7c3daf2a52883a6d89caae32e838 commit 0b7f51d36adb7c3daf2a52883a6d89caae32e838 Author: Ashutosh Bapat <ash...@en...> Date: Fri Jun 29 12:09:37 2012 +0530 The function is_foreign_expr() and pgxc_is_query_shippable() were using different walkers to checking if an expression or a query respectively, is shippable. The logic to decide whether an expression or query is shippable or not needs to be same except for few differences between shippability of expression and query, arising from the information in both of them. If we want to code a rule for shippability, we need to make it to both of these functions, becoming a maintenance burden. The commit unifies the walkers into one and makes appropriate changes in naming. M src/backend/commands/copy.c M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/postgresql_fdw.c M src/include/pgxc/planner.h M src/include/pgxc/postgresql_fdw.h ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 4 +- src/backend/optimizer/plan/createplan.c | 103 ++++++--------- src/backend/pgxc/plan/planner.c | 218 +++++++++++++++++++------------ src/backend/pgxc/pool/postgresql_fdw.c | 158 ++++------------------ src/include/pgxc/planner.h | 59 +++++--- src/include/pgxc/postgresql_fdw.h | 10 +-- 6 files changed, 244 insertions(+), 308 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-29 02:42:13
|
Project "Postgres-XC". The branch, master has been updated via b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 (commit) from 51f2cddcf40c1e5157319e00aa4f5fbaa97d084f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 commit b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 29 11:38:19 2012 +0900 Remove not used variable DATA_NODE_FETCH_SIZE in execRemote.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-29 02:42:08
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 6d0c123222898cddbcb10021f00625d27973a840 (commit) from 78c4cd4cb6729ffe64a8eee0ea1a48e2ad3e1542 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6d0c123222898cddbcb10021f00625d27973a840 commit b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 29 11:38:19 2012 +0900 Remove not used variable DATA_NODE_FETCH_SIZE in execRemote.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |