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
|
6
|
7
|
8
(5) |
9
(2) |
10
(5) |
11
(1) |
12
(1) |
13
|
14
|
15
(3) |
16
(5) |
17
(5) |
18
(6) |
19
(10) |
20
|
21
|
22
(3) |
23
(4) |
24
|
25
(3) |
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Abbas B. <ga...@us...> - 2013-04-22 21:25:50
|
Project "Postgres-XC". The branch, master has been updated via 18509ab1bce1a774b4e0799495cc39e9c42e7043 (commit) from b5b2b0107a803257e591fd9c6e3d1043e0155d8c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=18509ab1bce1a774b4e0799495cc39e9c42e7043 commit 18509ab1bce1a774b4e0799495cc39e9c42e7043 Author: Abbas <abb...@en...> Date: Tue Apr 23 02:24:55 2013 +0500 Add steps to remove a node in documentation M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin A doc-xc/src/sgml/remove-node.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/postgres.sgmlin | 1 + doc-xc/src/sgml/remove-node.sgmlin | 155 ++++++++++++++++++++++++++++++++++++ 3 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 doc-xc/src/sgml/remove-node.sgmlin hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-04-22 21:23:40
|
Project "Postgres-XC". The branch, master has been updated via b5b2b0107a803257e591fd9c6e3d1043e0155d8c (commit) from 9eb4a477e3c7106a0db0a72382acf5b79dbed060 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b5b2b0107a803257e591fd9c6e3d1043e0155d8c commit b5b2b0107a803257e591fd9c6e3d1043e0155d8c Author: Abbas <abb...@en...> Date: Tue Apr 23 02:22:36 2013 +0500 Fix some typos in documentation M doc-xc/src/sgml/add-node.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/add-node.sgmlin | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-04-22 12:14:39
|
Project "Postgres-XC". The branch, master has been updated via 9eb4a477e3c7106a0db0a72382acf5b79dbed060 (commit) from ea2fa5d201f849afc51c2d2a6b33bebf29032f3a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9eb4a477e3c7106a0db0a72382acf5b79dbed060 commit 9eb4a477e3c7106a0db0a72382acf5b79dbed060 Author: Amit Khandekar <ami...@en...> Date: Mon Apr 22 17:36:01 2013 +0530 Fix a regression test trigger.sql crash discovered on a test environment machine. Fix involves making sure we access the remote RETURNING result slot only for non-local tables. Follwing scenario caused the crash: DELETE FROM main_view WHERE a = 31 RETURNING a, b; where main_view is a view with INSTEAD row trigger. M src/backend/executor/nodeModifyTable.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/nodeModifyTable.c | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |