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
|
4
(2) |
5
|
6
|
7
(593) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(2) |
19
(3) |
20
|
21
(3) |
22
(3) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
From: Koichi S. <koi...@us...> - 2013-02-18 04:37:30
|
Project "Postgres-XC". The branch, master has been updated via e5cc2c9b6f67562bccaacd7a4dc767408017a9ca (commit) from 7bd65566760b24cf773f76d50dd1a848a00ac5fd (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e5cc2c9b6f67562bccaacd7a4dc767408017a9ca commit e5cc2c9b6f67562bccaacd7a4dc767408017a9ca Author: Koichi Suzuki <koi...@gm...> Date: Mon Feb 18 13:35:23 2013 +0900 This is a fix for -w option in gtm_ctl start, but Nikhil Sontakke. -------->8---------------->8---------- PFA, a patch to fix "gtm_ctl -w" behavior in GIT HEAD. I also tested "-w -t nsecs" behavior and it seems to work as well. This patch can be easily be backported to 1.0 if desired. I hope all these obnoxious gtm startup issues are resolved now. Scripting was a bit painful because of these issues. --------8<----------------8<---------- modified: src/bin/gtm_ctl/gtm_ctl.c M src/bin/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/bin/gtm_ctl/gtm_ctl.c | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-02-18 04:19:08
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 642ee42626fa058ac3a4aa6393e34b9cc6fcb6a0 (commit) from 7d2e33082ff5e019cfea40423d36e84722d43198 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=642ee42626fa058ac3a4aa6393e34b9cc6fcb6a0 commit 7bd65566760b24cf773f76d50dd1a848a00ac5fd Author: Abbas <abb...@en...> Date: Sat Feb 16 13:47:55 2013 +0500 Use Query structure to construct DML queries to be sent to the datanodes. The patch removes the functions create_remoteinsert_plan, create_remoteupdate_plan and create_remotedelete_plan. Instead it adds a single function create_remote_dml_plan. M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/locator/locator.c M src/backend/utils/adt/ruleutils.c M src/include/optimizer/planmain.h M src/test/regress/expected/with.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_remote.out M src/test/regress/expected/xc_returning.out ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |