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-01 07:13:00
|
Project "RPM files for Postgres-XC". The branch, master has been updated via 4cdcfa9cbb7502d0cda48d87de5d5fb965f65845 (commit) from c7f8f804718e0e3ec34146ab26e2ca9dc92ddd95 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4cdcfa9cbb7502d0cda48d87de5d5fb965f65845 commit 4cdcfa9cbb7502d0cda48d87de5d5fb965f65845 Author: Michael P <mic...@us...> Date: Thu Sep 1 16:14:22 2011 +0900 RPM files for Postgres-XC 0.9.5 This commit contains a README for reference, The spec and PAM files. A pgxc0_9_5/README A pgxc0_9_5/postgres-xc.pam A pgxc0_9_5/postgres-xc.spec ----------------------------------------------------------------------- Summary of changes: pgxc0_9_5/README | 39 ++++ pgxc0_9_5/postgres-xc.pam | 3 + pgxc0_9_5/postgres-xc.spec | 498 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 540 insertions(+), 0 deletions(-) create mode 100644 pgxc0_9_5/README create mode 100644 pgxc0_9_5/postgres-xc.pam create mode 100644 pgxc0_9_5/postgres-xc.spec hooks/post-receive -- RPM files for Postgres-XC |