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: Pavan D. <pa...@us...> - 2011-12-07 02:10:37
|
Project "Postgres-XC". The branch, REL0_9_6_STABLE has been updated via cbe89af7f1c010947a24d5d6079f5ebafdc98c61 (commit) via c752d474cf45fd49511d4a934d9d467613fc0ed7 (commit) from a4e7d56d316334a0b35ea26a8a24146675499fbe (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cbe89af7f1c010947a24d5d6079f5ebafdc98c61 commit 99407dfd856b4250593379a6764f9bbd61ae03f7 Author: Amit Khandekar <ami...@en...> Date: Tue Dec 6 14:52:36 2011 +0530 Fix for bug ID 3441661 : pg_regress: create_view.sql : Where clause in view fails. "where" qual expressions are filled with opfuncids, which is required to determine immuability of functions, specifically because view subquery RTE does not have function oids populated in its quals. M src/backend/pgxc/plan/planner.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c752d474cf45fd49511d4a934d9d467613fc0ed7 commit 99407dfd856b4250593379a6764f9bbd61ae03f7 Author: Amit Khandekar <ami...@en...> Date: Tue Dec 6 14:52:36 2011 +0530 Fix for bug ID 3441661 : pg_regress: create_view.sql : Where clause in view fails. "where" qual expressions are filled with opfuncids, which is required to determine immuability of functions, specifically because view subquery RTE does not have function oids populated in its quals. M src/backend/pgxc/plan/planner.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/execMain.c | 12 ++ src/backend/executor/execUtils.c | 3 + src/backend/executor/nodeModifyTable.c | 90 +++++++++++--- src/backend/nodes/copyfuncs.c | 3 + src/backend/nodes/outfuncs.c | 3 + src/backend/optimizer/plan/createplan.c | 166 +++++++++++++++++++++++++- src/backend/parser/gram.y | 8 +- src/backend/pgxc/plan/planner.c | 31 ++++- src/backend/pgxc/pool/execRemote.c | 71 ++++++++++- src/backend/rewrite/rewriteHandler.c | 203 +++++++++++++++---------------- src/backend/tcop/postgres.c | 11 ++ src/backend/utils/adt/ri_triggers.c | 9 ++ src/backend/utils/adt/ruleutils.c | 110 +++++++++++++++++ src/include/nodes/execnodes.h | 6 + src/include/nodes/plannodes.h | 3 + src/include/nodes/primnodes.h | 3 + src/include/pgxc/execRemote.h | 1 + src/include/rewrite/rewriteHandler.h | 4 + 18 files changed, 604 insertions(+), 133 deletions(-) hooks/post-receive -- Postgres-XC |