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
(2) |
3
|
4
|
5
|
6
(1) |
7
(1) |
8
(3) |
9
|
10
|
11
|
12
(2) |
13
(3) |
14
(2) |
15
(7) |
16
(4) |
17
|
18
|
19
(1) |
20
(7) |
21
|
22
(2) |
23
(1) |
24
|
25
|
26
(1) |
27
|
28
(1) |
29
|
30
|
31
|
From: Amit K. <ami...@us...> - 2011-12-23 13:28:42
|
Project "Postgres-XC". The branch, REL0_9_6_STABLE has been updated via 9998d8750f8ae5e81f0a0e0d44714a3e0b62189e (commit) from 9482b96faed66cca267285f0ac1f19d54a8a55b0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9998d8750f8ae5e81f0a0e0d44714a3e0b62189e commit 1b244c116e9cb93253c37236cf722072a719b0e4 Author: Ashutosh Bapat <ash...@en...> Date: Thu Dec 22 12:02:05 2011 +0530 Add following GUCs related to optimizations during remote query planning 1. enable_remotegroup - to enable or disable remote grouping optimization in create_remotegrouping_plan(). 2. enable_fast_query_shipping - to enable or disable fast query shipping. These GUCs are to be used only for debugging, and should not be used in production environment or user deployments. M src/backend/optimizer/path/costsize.c M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/plan/planner.c M src/backend/utils/misc/guc.c M src/include/optimizer/cost.h M src/include/pgxc/planner.h ----------------------------------------------------------------------- Summary of changes: src/backend/Makefile | 4 ++++ src/gtm/Makefile.global | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |