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
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
(9) |
12
(1) |
13
(3) |
14
|
15
|
16
|
17
|
18
(1) |
19
(5) |
20
(8) |
21
|
22
|
23
|
24
|
25
(5) |
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2013-12-19 10:21:49
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 797c64a1370b8c0675e98ac96a5ea6328c5ad766 (commit) from bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=797c64a1370b8c0675e98ac96a5ea6328c5ad766 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 09:58:00
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 (commit) from 5d313adf991a8055d662608cb7f3fd688c9f5321 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-12-19 09:17:28
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 5d313adf991a8055d662608cb7f3fd688c9f5321 (commit) from 2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5d313adf991a8055d662608cb7f3fd688c9f5321 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/allpaths.c | 2 +- src/backend/optimizer/path/joinpath.c | 2 +- src/backend/optimizer/path/pgxcpath.c | 51 +++++++++++++++++++++++++++---- src/backend/optimizer/plan/createplan.c | 7 ++++ src/backend/optimizer/plan/pgxcplan.c | 43 ++++++++++++++++++++++++-- src/include/optimizer/paths.h | 4 +- src/include/optimizer/planmain.h | 1 + 7 files changed, 97 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 01:20:26
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d (commit) from 7a4ba95e7ea777a310d74e466d4026d65c8b1a79 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/foreign_key_1.out | 131 +++++++++++++++------------ 1 files changed, 74 insertions(+), 57 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 00:57:37
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 7a4ba95e7ea777a310d74e466d4026d65c8b1a79 (commit) from 9b2801dafe11a70fd54ee6df47ef26720381f26b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a4ba95e7ea777a310d74e466d4026d65c8b1a79 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: doc-xc/bug.template | 2 +- doc-xc/src/sgml/ref/pg_ctl-ref.sgml.org | 597 ------------------------------- 2 files changed, 1 insertions(+), 598 deletions(-) delete mode 100644 doc-xc/src/sgml/ref/pg_ctl-ref.sgml.org hooks/post-receive -- Postgres-XC |