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: Koichi S. <koi...@us...> - 2013-04-11 05:55:27
|
Project "Postgres-XC". The branch, master has been updated via a79e004d58d66f1cd64f649f42ef31f257222d49 (commit) from 9d6d70cf9b655f8ebd77ed32ae70e9cb421a995a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a79e004d58d66f1cd64f649f42ef31f257222d49 commit a79e004d58d66f1cd64f649f42ef31f257222d49 Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 11 14:50:44 2013 +0900 Fix the level of GTM log. There were too many messages with the level of "LOG", which goes to the server log unless the log_min_messages level are greater than "ERROR". LOG message level should be used when not fatal error are detected. Most of the curretn LOG was used in place of DEBUG1 and these inproper level assignment is improved in this commit. M src/gtm/common/gtm_serialize_debug.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_snap.c M src/gtm/main/gtm_standby.c M src/gtm/main/gtm_thread.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/gtm/main/register_gtm.c M src/gtm/main/replication.c M src/gtm/proxy/proxy_main.c M src/gtm/recovery/register_common.c ----------------------------------------------------------------------- Summary of changes: src/gtm/common/gtm_serialize_debug.c | 70 +++++++++++++++++----------------- src/gtm/main/gtm_seq.c | 38 +++++++++--------- src/gtm/main/gtm_snap.c | 6 +- src/gtm/main/gtm_standby.c | 32 ++++++++-------- src/gtm/main/gtm_thread.c | 4 +- src/gtm/main/gtm_txn.c | 68 ++++++++++++++++---------------- src/gtm/main/main.c | 16 ++++---- src/gtm/main/register_gtm.c | 16 ++++---- src/gtm/main/replication.c | 8 ++-- src/gtm/proxy/proxy_main.c | 20 +++++----- src/gtm/recovery/register_common.c | 10 ++-- 11 files changed, 144 insertions(+), 144 deletions(-) hooks/post-receive -- Postgres-XC |