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: Michael P. <mic...@us...> - 2011-09-02 09:49:50
|
Project "Postgres-XC". The branch, master has been updated via 76fb1e06d9eef7d0cdb9870b720c8eec10b38865 (commit) from d661b22a3141d8b92704cc08ee8ba5547d325f4f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=76fb1e06d9eef7d0cdb9870b720c8eec10b38865 commit 76fb1e06d9eef7d0cdb9870b720c8eec10b38865 Author: Michael P <mic...@us...> Date: Fri Sep 2 11:44:25 2011 +0200 Support for make check "make check" is a compilation command that can be run to check if code has been correctly compiled in the environment. For Postgres-XC, this is run on 2 Coordinators and 2 Datanodes that are installed on local machine in the temporary repository chosen. Coordinator 1 has data folder data_co1. Coordinator 2 has data folder data_co2. Datanode 1 has data folder data_dn1. Datanode 2 has data folder data_dn2. The entry port of for regression client that can be customized with the option "--port" is Coordinator 1, and all the regressions are made from this one to the other remote nodes. A configuration with 2 Coordinators is chosen to check that DDL queries are correctly run. "make check" is basically supported by there are still uses with XC itself when running a parallel schedule in regressions. M src/test/regress/parallel_schedule M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 3 + src/test/regress/pg_regress.c | 679 ++++++++++++++++++++++++++++++++++++ 2 files changed, 682 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |