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
(1) |
2
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
(6) |
9
(3) |
10
|
11
|
12
|
13
(1) |
14
(4) |
15
(1) |
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
(8) |
23
|
24
|
25
|
26
(2) |
27
(3) |
28
(1) |
29
(6) |
30
(1) |
31
|
From: Pavan D. <pa...@us...> - 2012-03-14 08:56:31
|
Project "Postgres-XC". The branch, master has been updated via 56acf9583fc7e236ad5e64c15792124f9e2411b9 (commit) from f7575c1f62ae424ecfff5af1fb2bc6d6306d8300 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=56acf9583fc7e236ad5e64c15792124f9e2411b9 commit 56acf9583fc7e236ad5e64c15792124f9e2411b9 Author: Pavan Deolasee <pav...@gm...> Date: Wed Mar 14 14:12:19 2012 +0530 Fix a case where we were sending ROLLBACK PREPARED command even though the transaction is not involved in a 2PC. This was happening especially when a COMMIT was failing M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-03-14 07:47:39
|
Project "Postgres-XC". The branch, master has been updated via f7575c1f62ae424ecfff5af1fb2bc6d6306d8300 (commit) from 2cb1534660181954461db63425fe9534327b0bc3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f7575c1f62ae424ecfff5af1fb2bc6d6306d8300 commit f7575c1f62ae424ecfff5af1fb2bc6d6306d8300 Author: Ashutosh Bapat <ash...@en...> Date: Wed Mar 14 16:45:41 2012 +0900 Enable usage of FQS planner when bound parameters and cursor options are provided. M src/backend/pgxc/plan/planner.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 55 ++++++++++++++++++++++++--------------- 1 files changed, 34 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-14 02:20:02
|
Project "Postgres-XC". The branch, master has been updated via 2cb1534660181954461db63425fe9534327b0bc3 (commit) from ecb9d940641005d2d3672a55dc27178b62498168 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2cb1534660181954461db63425fe9534327b0bc3 commit 2cb1534660181954461db63425fe9534327b0bc3 Author: Michael P <mic...@us...> Date: Wed Mar 14 11:18:53 2012 +0900 Correct doc of initdb M doc-xc/src/sgml/ref/initdb.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/initdb.sgmlin | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-03-14 00:47:57
|
Project "Postgres-XC". The branch, master has been updated via ecb9d940641005d2d3672a55dc27178b62498168 (commit) from 203ab8bff5687ab90676faf5790fdd48c662a219 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ecb9d940641005d2d3672a55dc27178b62498168 commit ecb9d940641005d2d3672a55dc27178b62498168 Author: Abbas <abb...@en...> Date: Wed Mar 14 05:46:58 2012 +0500 Remove execNodes member of Query structure that is not used any more M src/include/nodes/parsenodes.h ----------------------------------------------------------------------- Summary of changes: src/include/nodes/parsenodes.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |