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
(4) |
5
(1) |
6
|
7
(6) |
8
(8) |
9
(8) |
10
(4) |
11
|
12
|
13
(4) |
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
(4) |
21
(4) |
22
|
23
(2) |
24
(3) |
25
(5) |
26
|
27
(2) |
28
(13) |
29
(6) |
30
(22) |
31
(2) |
|
|
From: Michael P. <mic...@us...> - 2012-05-07 12:28:57
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 704fbc8b94f98b1ac4a276ed7833d8e5855d0173 (commit) from f1e080eac77437a398e3d68f5699fdaf959af24b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=704fbc8b94f98b1ac4a276ed7833d8e5855d0173 commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/collate_2.out | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 10:04:33
|
Project "Postgres-XC". The branch, master has been updated via 019acdc3ad7a473410ea2ee9d67f7046848c708a (commit) from 49b0760f4574272e4d50670b0aa4f5aa35aec128 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=019acdc3ad7a473410ea2ee9d67f7046848c708a commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 269 ++++++++++++++++++------------ src/test/regress/expected/rowtypes_1.out | 2 +- src/test/regress/expected/rules_1.out | 6 +- 3 files changed, 170 insertions(+), 107 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 10:04:31
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via f1e080eac77437a398e3d68f5699fdaf959af24b (commit) from 9ef893645b65471ddd0c73ff62be7d43d5598276 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f1e080eac77437a398e3d68f5699fdaf959af24b commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 269 ++++++++++++++++++------------ src/test/regress/expected/rowtypes_1.out | 2 +- src/test/regress/expected/rules_1.out | 6 +- 3 files changed, 170 insertions(+), 107 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 06:59:11
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 9ef893645b65471ddd0c73ff62be7d43d5598276 (commit) from 9d3920ceb9103af1e9cbadc1456f9e75243f425c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9ef893645b65471ddd0c73ff62be7d43d5598276 commit 49b0760f4574272e4d50670b0aa4f5aa35aec128 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 12:03:34 2012 +0900 Block CREATE TABLE AS in SQL functions This is consistent with decision to block utilities in SQL functions for release 1.0, and clock the problem of having the table created when function is invocated. M src/backend/catalog/pg_proc.c M src/backend/rewrite/rewriteHandler.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/subselect.out | 28 ++++++++++++++-------------- src/test/regress/sql/subselect.sql | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 03:03:15
|
Project "Postgres-XC". The branch, master has been updated via 49b0760f4574272e4d50670b0aa4f5aa35aec128 (commit) from 30c443b261612fd4310895395251f1677f727962 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=49b0760f4574272e4d50670b0aa4f5aa35aec128 commit 49b0760f4574272e4d50670b0aa4f5aa35aec128 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 12:03:34 2012 +0900 Block CREATE TABLE AS in SQL functions This is consistent with decision to block utilities in SQL functions for release 1.0, and clock the problem of having the table created when function is invocated. M src/backend/catalog/pg_proc.c M src/backend/rewrite/rewriteHandler.c ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/pg_proc.c | 12 ++++++++++++ src/backend/rewrite/rewriteHandler.c | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 01:38:22
|
Project "Postgres-XC". The branch, master has been updated via 30c443b261612fd4310895395251f1677f727962 (commit) from 00bf7e8a263800df2c5ed7e423dbd0865e9530f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=30c443b261612fd4310895395251f1677f727962 commit 30c443b261612fd4310895395251f1677f727962 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 10:34:57 2012 +0900 Fix for bug 3524219: Assertion failure in create_remotequery_plan Assertion failed if input tlist was not null. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |