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: Koichi S. <koi...@us...> - 2012-03-26 07:41:38
|
Project "Postgres-XC". The branch, master has been updated via 667ce0824d0bcb7acbc128d747b131d78d4ed73e (commit) via 12bce7a547ec92e3c147d2c12bb5f2ba050aef29 (commit) from d6c3f65ec3802dc5506531ed4870fe8fccb20661 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=667ce0824d0bcb7acbc128d747b131d78d4ed73e commit 667ce0824d0bcb7acbc128d747b131d78d4ed73e Merge: 12bce7a d6c3f65 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 26 16:42:39 2012 +0900 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=12bce7a547ec92e3c147d2c12bb5f2ba050aef29 commit 667ce0824d0bcb7acbc128d747b131d78d4ed73e Merge: 12bce7a d6c3f65 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 26 16:42:39 2012 +0900 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/func.sgmlin | 8 ++++++++ src/backend/access/transam/transam.c | 28 ++++++++++++++++++++++++++++ src/include/catalog/pg_proc.h | 2 ++ src/include/utils/builtins.h | 5 +++++ 4 files changed, 43 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-03-26 07:33:21
|
Project "Postgres-XC". The branch, master has been updated via d6c3f65ec3802dc5506531ed4870fe8fccb20661 (commit) from 400958d15da435c74bd8e911bf4e3ab530618c9f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d6c3f65ec3802dc5506531ed4870fe8fccb20661 commit d6c3f65ec3802dc5506531ed4870fe8fccb20661 Author: Ashutosh Bapat <ash...@en...> Date: Mon Mar 26 12:57:43 2012 +0530 Fix for bug 3465997. FieldStore node with more than one fields is not deparsed in processIndirection(). Since this is PostgreSQL code, we should get the fix from PostgreSQL repository, whenever that gets fixed. For the time being we do not "fast-query-ship" a parse tree with FieldStore node. M src/backend/pgxc/plan/planner.c M src/test/regress/sql/rowtypes.sql ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 13 +++++++++++-- src/test/regress/sql/rowtypes.sql | 3 +-- 2 files changed, 12 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |