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: Ashutosh B. <ash...@us...> - 2012-03-27 06:45:16
|
Project "Postgres-XC". The branch, master has been updated via 9d71db236af45cda76b31a870c23482e988a8896 (commit) from d16e34e9c66b1b7949991adb8b6aba172e4f5a6f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9d71db236af45cda76b31a870c23482e988a8896 commit 9d71db236af45cda76b31a870c23482e988a8896 Author: Ashutosh Bapat <ash...@en...> Date: Tue Mar 27 12:09:01 2012 +0530 Some C structures and functions were not used after the new FQS code was implemented. Removed those. M src/backend/pgxc/plan/planner.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 198 +-------------------------------------- 1 files changed, 1 insertions(+), 197 deletions(-) hooks/post-receive -- Postgres-XC |
From: Pavan D. <pa...@us...> - 2012-03-27 04:50:05
|
Project "Postgres-XC". The branch, master has been updated via d16e34e9c66b1b7949991adb8b6aba172e4f5a6f (commit) from 118bf9d0bfd000171fd71c37f528db5664d4eb4a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d16e34e9c66b1b7949991adb8b6aba172e4f5a6f commit d16e34e9c66b1b7949991adb8b6aba172e4f5a6f Author: Pavan Deolasee <pav...@gm...> Date: Tue Mar 27 10:14:01 2012 +0530 Honor collations while handling results at the coordinator. This fixes a part of collation test case failure M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/utils/sort/tuplesort.c M src/include/pgxc/planner.h M src/include/utils/tuplesort.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 1 + src/backend/pgxc/pool/execRemote.c | 1 + src/backend/utils/sort/tuplesort.c | 22 ++++++++++++++-------- src/include/pgxc/planner.h | 1 + src/include/utils/tuplesort.h | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-27 02:19:04
|
Project "Postgres-XC". The branch, master has been updated via 118bf9d0bfd000171fd71c37f528db5664d4eb4a (commit) from 667ce0824d0bcb7acbc128d747b131d78d4ed73e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=118bf9d0bfd000171fd71c37f528db5664d4eb4a commit 118bf9d0bfd000171fd71c37f528db5664d4eb4a Author: Michael P <mi...@ot...> Date: Tue Mar 27 11:22:31 2012 +0900 Clean up warnings in execRemote.c Some static functions are not used anymore since transaction handling has been cleaned up recently. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 55 ------------------------------------ 1 files changed, 0 insertions(+), 55 deletions(-) hooks/post-receive -- Postgres-XC |