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
(1) |
3
|
4
|
5
(1) |
6
(2) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
|
24
|
25
|
26
(2) |
27
|
28
|
29
(3) |
30
|
|
From: Abbas B. <ga...@us...> - 2011-09-06 15:20:35
|
Project "Postgres-XC". The branch, master has been updated via 94d506c20f962b2a3e5097f87510994de5f358be (commit) from 1d2801f818da73e0c73be4db281ab96beb628c9d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=94d506c20f962b2a3e5097f87510994de5f358be commit 94d506c20f962b2a3e5097f87510994de5f358be Author: Abbas <abb...@en...> Date: Tue Sep 6 19:55:00 2011 +0500 A few fixes for regression test cases and a variable name change M src/backend/pgxc/plan/planner.c M src/test/regress/expected/transactions_1.out R097 src/test/regress/expected/create_misc_1.out src/test/regress/output/create_misc_1.source M src/test/regress/sql/transactions.sql ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 8 ++++---- src/test/regress/expected/transactions_1.out | 4 ++-- .../create_misc_1.source} | 4 ++-- src/test/regress/sql/transactions.sql | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) rename src/test/regress/{expected/create_misc_1.out => output/create_misc_1.source} (97%) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2011-09-06 05:42:13
|
> > In case of tables created with round robin distribution the function > get_plan_nodes_insert was trying to use an un-initialized local variable > named constant. > Sorry to bring this this late, but we should choose a better variable name instead of "constant", the name may reflect which/what constant. > Added a test case and changed the expected output too > > M src/backend/pgxc/plan/planner.c > M src/test/regress/expected/xc_distkey.out > M src/test/regress/sql/xc_distkey.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/backend/pgxc/plan/planner.c | 8 +++++--- > src/test/regress/expected/xc_distkey.out | 12 +++++++++++- > src/test/regress/sql/xc_distkey.sql | 7 +++++++ > 3 files changed, 23 insertions(+), 4 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |