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
|
3
|
4
(3) |
5
(4) |
6
(2) |
7
|
8
|
9
|
10
(5) |
11
(2) |
12
(1) |
13
(12) |
14
|
15
|
16
(2) |
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-09-17 01:29:05
|
Project "Postgres-XC". The branch, master has been updated via c9cef0f8c0cdee386c83e84b7215ea0d35f8ecbe (commit) from ff85650e2362aa4151de0e7d530237f5aec849f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c9cef0f8c0cdee386c83e84b7215ea0d35f8ecbe commit c9cef0f8c0cdee386c83e84b7215ea0d35f8ecbe Author: Michael Paquier <mi...@ot...> Date: Mon Sep 17 10:08:37 2012 +0900 Create reason SS_UNSHIPPABLE_TRIGGER for unshippable triggers This allows to make the difference between things the reason why query is nto shipped to remote nodes. M src/backend/optimizer/util/pgxcship.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/util/pgxcship.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-17 01:00:24
|
Project "Postgres-XC". The branch, master has been updated via ff85650e2362aa4151de0e7d530237f5aec849f1 (commit) from b4eef5adc105c1fde426be1a78dd75a620608b4b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ff85650e2362aa4151de0e7d530237f5aec849f1 commit ff85650e2362aa4151de0e7d530237f5aec849f1 Author: Michael Paquier <mi...@ot...> Date: Mon Sep 17 09:49:27 2012 +0900 Correct number of regular remote connections in executor Previous commit broke the regression tests. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Mason S. <ma...@st...> - 2012-09-16 12:39:51
|
> commit b4eef5adc105c1fde426be1a78dd75a620608b4b > Author: Michael Paquier <mi...@ot...> > Date: Sun Sep 16 10:12:40 2012 +0900 > > Remove functions used for stats in execRemote.c > > Those outdated functions logged some statistics into log files regarding > operations hapenning in the remote executor. A structure based on something > similar to pg_stats would be far more adapted. > > M src/backend/pgxc/pool/execRemote.c > While this code was temporary, it was helpful to debug transaction-related issues and gain insight in performance testing for workloads to see if 2PC is being used heavily. Does PG track stats on 2PC activity? I agree that it would be better to integrate in with existing statistics infrastructure, but if such info is not available, maybe we should have waited until such code was available. OTOH, it should not be too difficult to create a patch to add this back in if needed and it was kind of cluttering up the code now that we are post 1.0. > ----------------------------------------------------------------------- > > Summary of changes: > src/backend/pgxc/pool/execRemote.c | 122 +----------------------------------- > 1 files changed, 1 insertions(+), 121 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers -- Mason Sharp StormDB - http://www.stormdb.com The Database Cloud Postgres-XC Support and Services |
From: Michael P. <mic...@us...> - 2012-09-16 01:17:49
|
Project "Postgres-XC". The branch, master has been updated via b4eef5adc105c1fde426be1a78dd75a620608b4b (commit) from f6a6401276ad3a1c7081f43ad2e165d9175138d9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b4eef5adc105c1fde426be1a78dd75a620608b4b commit b4eef5adc105c1fde426be1a78dd75a620608b4b Author: Michael Paquier <mi...@ot...> Date: Sun Sep 16 10:12:40 2012 +0900 Remove functions used for stats in execRemote.c Those outdated functions logged some statistics into log files regarding operations hapenning in the remote executor. A structure based on something similar to pg_stats would be far more adapted. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 122 +----------------------------------- 1 files changed, 1 insertions(+), 121 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 11:10:35
|
Project "Postgres-XC". The branch, master has been updated via f6a6401276ad3a1c7081f43ad2e165d9175138d9 (commit) from f8ade8d51b20eddd1e511f763649037261b0c9db (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f6a6401276ad3a1c7081f43ad2e165d9175138d9 commit f6a6401276ad3a1c7081f43ad2e165d9175138d9 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:56:38 2012 +0900 Correct alternate output of test xc_distkey This was failing for some environments, particularly JP machines. M src/test/regress/expected/xc_distkey_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_distkey_1.out | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 11:03:13
|
Project "Postgres-XC". The branch, master has been updated via f8ade8d51b20eddd1e511f763649037261b0c9db (commit) from e8ea31cc6d2689424ea084f89d74d78067a8c78d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f8ade8d51b20eddd1e511f763649037261b0c9db commit f8ade8d51b20eddd1e511f763649037261b0c9db Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:48:39 2012 +0900 Remove alternate output file for vacuum D src/test/regress/expected/vacuum_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/vacuum_1.out | 73 -------------------------------- 1 files changed, 0 insertions(+), 73 deletions(-) delete mode 100644 src/test/regress/expected/vacuum_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 10:39:22
|
Project "Postgres-XC". The branch, master has been updated via e8ea31cc6d2689424ea084f89d74d78067a8c78d (commit) via 16838aeafe3e03492be752a4cd3151fa2fdfc6d9 (commit) from 2c8e5727e6772f0cc18a04b9bce4f17b3dbe11c7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e8ea31cc6d2689424ea084f89d74d78067a8c78d commit e8ea31cc6d2689424ea084f89d74d78067a8c78d Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:25:42 2012 +0900 Remove alternate output for test reltime D src/test/regress/expected/reltime_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=16838aeafe3e03492be752a4cd3151fa2fdfc6d9 commit e8ea31cc6d2689424ea084f89d74d78067a8c78d Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:25:42 2012 +0900 Remove alternate output for test reltime D src/test/regress/expected/reltime_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/random_1.out | 60 ----------------- src/test/regress/expected/reltime_1.out | 109 ------------------------------- 2 files changed, 0 insertions(+), 169 deletions(-) delete mode 100644 src/test/regress/expected/random_1.out delete mode 100644 src/test/regress/expected/reltime_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 10:19:46
|
Project "Postgres-XC". The branch, master has been updated via 2c8e5727e6772f0cc18a04b9bce4f17b3dbe11c7 (commit) via 8387e7462ee44783f1f4bac4cadac9bbe6d2ace3 (commit) from 724e469223b1863412f0450bc731c6452d9ce011 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c8e5727e6772f0cc18a04b9bce4f17b3dbe11c7 commit 2c8e5727e6772f0cc18a04b9bce4f17b3dbe11c7 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:15:54 2012 +0900 Remove alternate output of test portals_p2 D src/test/regress/expected/portals_p2_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8387e7462ee44783f1f4bac4cadac9bbe6d2ace3 commit 2c8e5727e6772f0cc18a04b9bce4f17b3dbe11c7 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:15:54 2012 +0900 Remove alternate output of test portals_p2 D src/test/regress/expected/portals_p2_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/point.out | 8 +- src/test/regress/expected/point_1.out | 249 ---------------------------- src/test/regress/expected/portals_p2_1.out | 87 ---------- 3 files changed, 5 insertions(+), 339 deletions(-) delete mode 100644 src/test/regress/expected/point_1.out delete mode 100644 src/test/regress/expected/portals_p2_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 10:15:56
|
Project "Postgres-XC". The branch, master has been updated via 724e469223b1863412f0450bc731c6452d9ce011 (commit) via 8c929a331b68fe5b9c7425f441806adb59d13521 (commit) via d7792e27b2a90f4c76abad9ce3182d3806616d35 (commit) from f29593cab50200c40d3207b61fffc4631ee1cbc2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=724e469223b1863412f0450bc731c6452d9ce011 commit 724e469223b1863412f0450bc731c6452d9ce011 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:11:28 2012 +0900 Remove alternate output file for test plancache D src/test/regress/expected/plancache_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c929a331b68fe5b9c7425f441806adb59d13521 commit 724e469223b1863412f0450bc731c6452d9ce011 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:11:28 2012 +0900 Remove alternate output file for test plancache D src/test/regress/expected/plancache_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d7792e27b2a90f4c76abad9ce3182d3806616d35 commit 724e469223b1863412f0450bc731c6452d9ce011 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:11:28 2012 +0900 Remove alternate output file for test plancache D src/test/regress/expected/plancache_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/numeric_1.out | 1374 ---------------------------- src/test/regress/expected/opr_sanity_1.out | 1196 ------------------------ src/test/regress/expected/plancache_1.out | 245 ----- 3 files changed, 0 insertions(+), 2815 deletions(-) delete mode 100644 src/test/regress/expected/numeric_1.out delete mode 100644 src/test/regress/expected/opr_sanity_1.out delete mode 100644 src/test/regress/expected/plancache_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 10:10:02
|
Project "Postgres-XC". The branch, master has been updated via f29593cab50200c40d3207b61fffc4631ee1cbc2 (commit) via 6e015718ffe5db258ebbcce32b096a9bf851d030 (commit) from 470dd6bcbe7c84146aaf374b337232f57a7074c9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f29593cab50200c40d3207b61fffc4631ee1cbc2 commit f29593cab50200c40d3207b61fffc4631ee1cbc2 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:05:39 2012 +0900 Remove alternate output of test money D src/test/regress/expected/money_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6e015718ffe5db258ebbcce32b096a9bf851d030 commit f29593cab50200c40d3207b61fffc4631ee1cbc2 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 19:05:39 2012 +0900 Remove alternate output of test money D src/test/regress/expected/money_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/int8_1.out | 804 --------------------------------- src/test/regress/expected/money_1.out | 249 ---------- 2 files changed, 0 insertions(+), 1053 deletions(-) delete mode 100644 src/test/regress/expected/int8_1.out delete mode 100644 src/test/regress/expected/money_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 09:57:44
|
Project "Postgres-XC". The branch, master has been updated via 470dd6bcbe7c84146aaf374b337232f57a7074c9 (commit) from a24097b06d46712aaf7e0ad5c6f3aa805dcbe15b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=470dd6bcbe7c84146aaf374b337232f57a7074c9 commit 470dd6bcbe7c84146aaf374b337232f57a7074c9 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 18:53:13 2012 +0900 Remove alternate output file for test inet The alternate output just had an additional ORDER BY clause. M src/test/regress/expected/inet.out D src/test/regress/expected/inet_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/inet.out | 26 +- src/test/regress/expected/inet_1.out | 455 ---------------------------------- 2 files changed, 13 insertions(+), 468 deletions(-) delete mode 100644 src/test/regress/expected/inet_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 08:49:31
|
Project "Postgres-XC". The branch, master has been updated via a24097b06d46712aaf7e0ad5c6f3aa805dcbe15b (commit) from 9d558fe19b212c85c19f70ff12b532bd73405f4e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a24097b06d46712aaf7e0ad5c6f3aa805dcbe15b commit a24097b06d46712aaf7e0ad5c6f3aa805dcbe15b Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:46:19 2012 +0900 Remove alternate output file for test errors D src/test/regress/expected/errors_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/errors_1.out | 466 -------------------------------- 1 files changed, 0 insertions(+), 466 deletions(-) delete mode 100644 src/test/regress/expected/errors_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 08:47:40
|
Project "Postgres-XC". The branch, master has been updated via 9d558fe19b212c85c19f70ff12b532bd73405f4e (commit) via d6c7180607fe523cc07bc388b75bd0723f647cd0 (commit) from 5f678747bd705d298fd4ceee9f3ddd619e081a37 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9d558fe19b212c85c19f70ff12b532bd73405f4e commit 9d558fe19b212c85c19f70ff12b532bd73405f4e Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:44:10 2012 +0900 Remove alternate output file for test enum D src/test/regress/expected/enum_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d6c7180607fe523cc07bc388b75bd0723f647cd0 commit 9d558fe19b212c85c19f70ff12b532bd73405f4e Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:44:10 2012 +0900 Remove alternate output file for test enum D src/test/regress/expected/enum_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/dependency_1.out | 125 ------ src/test/regress/expected/enum_1.out | 570 ---------------------------- 2 files changed, 0 insertions(+), 695 deletions(-) delete mode 100644 src/test/regress/expected/dependency_1.out delete mode 100644 src/test/regress/expected/enum_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 08:43:34
|
Project "Postgres-XC". The branch, master has been updated via 5f678747bd705d298fd4ceee9f3ddd619e081a37 (commit) via 4cb9284b2f95abd2a95000b7f139ab17366cfbc6 (commit) via 92a1f1c3bcb2ca846b420e9a94c161ee9c50910d (commit) from f375268b9e6c9125e10f96036b548c25ad48ba52 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5f678747bd705d298fd4ceee9f3ddd619e081a37 commit 5f678747bd705d298fd4ceee9f3ddd619e081a37 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:39:53 2012 +0900 Remove alternate output file for test create_misc This output test was outdated. D src/test/regress/expected/create_misc_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4cb9284b2f95abd2a95000b7f139ab17366cfbc6 commit 5f678747bd705d298fd4ceee9f3ddd619e081a37 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:39:53 2012 +0900 Remove alternate output file for test create_misc This output test was outdated. D src/test/regress/expected/create_misc_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=92a1f1c3bcb2ca846b420e9a94c161ee9c50910d commit 5f678747bd705d298fd4ceee9f3ddd619e081a37 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:39:53 2012 +0900 Remove alternate output file for test create_misc This output test was outdated. D src/test/regress/expected/create_misc_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/create_misc_1.out | 136 ------------ src/test/regress/expected/create_view_1.out | 295 --------------------------- src/test/regress/expected/delete.out | 2 +- src/test/regress/expected/delete_1.out | 35 ---- 4 files changed, 1 insertions(+), 467 deletions(-) delete mode 100644 src/test/regress/expected/create_misc_1.out delete mode 100644 src/test/regress/expected/create_view_1.out delete mode 100644 src/test/regress/expected/delete_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 08:31:06
|
Project "Postgres-XC". The branch, master has been updated via f375268b9e6c9125e10f96036b548c25ad48ba52 (commit) via b39ec075ea7e5ef3dbfef5eeac09c1bad6312e44 (commit) from e8e53ea1c1c905b9029f9e45602cfb127b5abbe1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f375268b9e6c9125e10f96036b548c25ad48ba52 commit f375268b9e6c9125e10f96036b548c25ad48ba52 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:29:33 2012 +0900 Remove alternate output file for test bit This alternate output file is unnecessary, and was supported at a time when INSERT SELECT was not supported in Postgres-XC. D src/test/regress/expected/bit_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b39ec075ea7e5ef3dbfef5eeac09c1bad6312e44 commit f375268b9e6c9125e10f96036b548c25ad48ba52 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 17:29:33 2012 +0900 Remove alternate output file for test bit This alternate output file is unnecessary, and was supported at a time when INSERT SELECT was not supported in Postgres-XC. D src/test/regress/expected/bit_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/bit_1.out | 527 ------------------------------ src/test/regress/expected/sequence.out | 3 +- src/test/regress/expected/sequence_1.out | 15 +- src/test/regress/sql/sequence.sql | 2 +- 4 files changed, 12 insertions(+), 535 deletions(-) delete mode 100644 src/test/regress/expected/bit_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-13 06:09:07
|
Project "Postgres-XC". The branch, master has been updated via e8e53ea1c1c905b9029f9e45602cfb127b5abbe1 (commit) from a41a29843085ea2a8b17d28620a3c2577e757293 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e8e53ea1c1c905b9029f9e45602cfb127b5abbe1 commit e8e53ea1c1c905b9029f9e45602cfb127b5abbe1 Author: Michael Paquier <mi...@ot...> Date: Thu Sep 13 15:07:29 2012 +0900 Correct ifdef flags of header files for GTM and XC-specific things Some flags were simply not set, others had ambiguous settings. M src/include/gtm/elog.h M src/include/gtm/gtm_ip.h M src/include/gtm/gtm_opt_tables.h M src/include/gtm/gtm_utils.h M src/include/gtm/register.h M src/include/pgxc/pgxc.h M src/include/pgxc/pgxcnode.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/elog.h | 2 +- src/include/gtm/gtm_ip.h | 6 +++--- src/include/gtm/gtm_opt_tables.h | 2 +- src/include/gtm/gtm_utils.h | 2 +- src/include/gtm/register.h | 4 ++-- src/include/pgxc/pgxc.h | 5 +++-- src/include/pgxc/pgxcnode.h | 6 +++--- 7 files changed, 14 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-09-12 07:34:45
|
Project "Postgres-XC". The branch, master has been updated via a41a29843085ea2a8b17d28620a3c2577e757293 (commit) from f1be4f5c092dfc7ed5c24607c0a6530d4199b02d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a41a29843085ea2a8b17d28620a3c2577e757293 commit a41a29843085ea2a8b17d28620a3c2577e757293 Author: Ashutosh Bapat <ash...@en...> Date: Wed Sep 12 11:32:20 2012 +0400 If GROUP BY clause has distribution column as one of the grouping items, let FQS ship the query even if it has aggregates. Similarly, if there is distribution column in the DISTINCT clause, let FQS ship the DISTINCT clause. The presence of the distribution column ensures that the results will be evaluated on the datanodes completely in both the cases. M src/backend/optimizer/util/pgxcship.c M src/test/regress/expected/xc_FQS.out M src/test/regress/sql/xc_FQS.sql ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/util/pgxcship.c | 96 +++++++++++++++++++++++++----- src/test/regress/expected/xc_FQS.out | 105 +++++++++++++++++++++------------ src/test/regress/sql/xc_FQS.sql | 23 +++++-- 3 files changed, 162 insertions(+), 62 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-11 18:37:54
|
Project "Postgres-XC". The branch, master has been updated via f1be4f5c092dfc7ed5c24607c0a6530d4199b02d (commit) from fcbb42cdcf2ad3f57be5e9e52a790eef4904679e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f1be4f5c092dfc7ed5c24607c0a6530d4199b02d commit f1be4f5c092dfc7ed5c24607c0a6530d4199b02d Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 22:36:10 2012 +0400 Ignore output file generated by pg_regress for test xc_notrans_block This has been forgotten in commit fcbb42c. M src/test/regress/expected/.gitignore ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-09-11 17:54:28
|
Project "Postgres-XC". The branch, master has been updated via fcbb42cdcf2ad3f57be5e9e52a790eef4904679e (commit) from cba9458319a2778a6472586fff67c7bd38f79181 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fcbb42cdcf2ad3f57be5e9e52a790eef4904679e commit fcbb42cdcf2ad3f57be5e9e52a790eef4904679e Author: Amit Khandekar <ami...@en...> Date: Tue Sep 11 19:10:58 2012 +0400 Bug: 3561969 - Support statements that cannot be run in a transaction block to be run in a transaction-safe manner. M src/backend/access/transam/xact.c M src/backend/commands/dbcommands.c M src/backend/commands/tablespace.c M src/backend/pgxc/pool/execRemote.c M src/backend/tcop/utility.c M src/include/commands/dbcommands.h M src/include/pgxc/execRemote.h M src/test/regress/expected/xc_create_function.out A src/test/regress/input/xc_notrans_block.source A src/test/regress/output/xc_notrans_block.source M src/test/regress/parallel_schedule M src/test/regress/serial_schedule M src/test/regress/sql/.gitignore M src/test/regress/sql/xc_create_function.sql ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/xact.c | 17 +++ src/backend/commands/dbcommands.c | 129 ++++++++++++++++++- src/backend/commands/tablespace.c | 80 +++++++++++ src/backend/pgxc/pool/execRemote.c | 114 ++++++++++++++++ src/backend/tcop/utility.c | 93 +++++++++++-- src/include/commands/dbcommands.h | 4 + src/include/pgxc/execRemote.h | 8 + src/test/regress/expected/xc_create_function.out | 11 ++ src/test/regress/input/xc_notrans_block.source | 87 ++++++++++++ src/test/regress/output/xc_notrans_block.source | 156 ++++++++++++++++++++++ src/test/regress/parallel_schedule | 3 + src/test/regress/serial_schedule | 1 + src/test/regress/sql/.gitignore | 1 + src/test/regress/sql/xc_create_function.sql | 12 ++ 14 files changed, 703 insertions(+), 13 deletions(-) create mode 100644 src/test/regress/input/xc_notrans_block.source create mode 100644 src/test/regress/output/xc_notrans_block.source hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-10 19:35:41
|
Project "Postgres-XC". The branch, master has been updated via cba9458319a2778a6472586fff67c7bd38f79181 (commit) from fc85368844d8b7bb212f8b87ac22b4509bf8f97c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cba9458319a2778a6472586fff67c7bd38f79181 commit cba9458319a2778a6472586fff67c7bd38f79181 Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 03:23:09 2012 +0900 Change current value of sequences to make it consistent with vanilla In Postgres-XC (since the beginning of the project in 2009?), the current value of sequences was taken directly from GTM. However, in vanilla postgres this is maintained at session level, meaning that the current value of a sequence inside a session is updated based on the cache maintained in it and this cache is updated only each time nextval is called inside session. This resulted in having currval being managed not at session level but at a cluster level. The "fix" here just consists in removing the GTM code for current value management of sequences on GTM. By the way, it does not make sense to manage that in a centralized way on GTM just knowing that currval is related to a unique session between nodes. This inconsistent behavior has been reported by Nikhil Sontakke. I just cleaned up the code at the necessary places... M src/backend/access/transam/gtm.c M src/backend/commands/sequence.c M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/common/gtm_utils.c M src/gtm/main/gtm_seq.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c M src/include/access/gtm.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_msg.h M src/include/gtm/gtm_seq.h ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/gtm.c | 34 +++------------ src/backend/commands/sequence.c | 18 -------- src/gtm/client/fe-protocol.c | 2 - src/gtm/client/gtm_client.c | 41 ----------------- src/gtm/common/gtm_utils.c | 2 - src/gtm/main/gtm_seq.c | 89 -------------------------------------- src/gtm/main/main.c | 5 -- src/gtm/proxy/proxy_main.c | 2 - src/include/access/gtm.h | 5 +- src/include/gtm/gtm_client.h | 5 +- src/include/gtm/gtm_msg.h | 2 - src/include/gtm/gtm_seq.h | 2 - 12 files changed, 10 insertions(+), 197 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-10 19:35:35
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 65e90765f53ac59d1549350e48696360fe16cccc (commit) via 71a8dcbebc6f690bcbd4e071f3ba9160efdb5483 (commit) from 299c607c888d5deeec27fc9f2bf00020998d0df8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=65e90765f53ac59d1549350e48696360fe16cccc commit cba9458319a2778a6472586fff67c7bd38f79181 Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 03:23:09 2012 +0900 Change current value of sequences to make it consistent with vanilla In Postgres-XC (since the beginning of the project in 2009?), the current value of sequences was taken directly from GTM. However, in vanilla postgres this is maintained at session level, meaning that the current value of a sequence inside a session is updated based on the cache maintained in it and this cache is updated only each time nextval is called inside session. This resulted in having currval being managed not at session level but at a cluster level. The "fix" here just consists in removing the GTM code for current value management of sequences on GTM. By the way, it does not make sense to manage that in a centralized way on GTM just knowing that currval is related to a unique session between nodes. This inconsistent behavior has been reported by Nikhil Sontakke. I just cleaned up the code at the necessary places... M src/backend/access/transam/gtm.c M src/backend/commands/sequence.c M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/common/gtm_utils.c M src/gtm/main/gtm_seq.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c M src/include/access/gtm.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_msg.h M src/include/gtm/gtm_seq.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=71a8dcbebc6f690bcbd4e071f3ba9160efdb5483 commit cba9458319a2778a6472586fff67c7bd38f79181 Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 03:23:09 2012 +0900 Change current value of sequences to make it consistent with vanilla In Postgres-XC (since the beginning of the project in 2009?), the current value of sequences was taken directly from GTM. However, in vanilla postgres this is maintained at session level, meaning that the current value of a sequence inside a session is updated based on the cache maintained in it and this cache is updated only each time nextval is called inside session. This resulted in having currval being managed not at session level but at a cluster level. The "fix" here just consists in removing the GTM code for current value management of sequences on GTM. By the way, it does not make sense to manage that in a centralized way on GTM just knowing that currval is related to a unique session between nodes. This inconsistent behavior has been reported by Nikhil Sontakke. I just cleaned up the code at the necessary places... M src/backend/access/transam/gtm.c M src/backend/commands/sequence.c M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/common/gtm_utils.c M src/gtm/main/gtm_seq.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c M src/include/access/gtm.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_msg.h M src/include/gtm/gtm_seq.h ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/gtm.c | 34 +++------------ src/backend/commands/sequence.c | 18 -------- src/bin/pg_dump/pg_dump.c | 6 ++- src/gtm/client/fe-protocol.c | 2 - src/gtm/client/gtm_client.c | 41 ----------------- src/gtm/common/gtm_utils.c | 2 - src/gtm/main/gtm_seq.c | 89 -------------------------------------- src/gtm/main/main.c | 5 -- src/gtm/proxy/proxy_main.c | 2 - src/include/access/gtm.h | 5 +- src/include/gtm/gtm_client.h | 5 +- src/include/gtm/gtm_msg.h | 2 - src/include/gtm/gtm_seq.h | 2 - 13 files changed, 14 insertions(+), 199 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-10 18:21:03
|
Project "Postgres-XC". The branch, master has been updated via fc85368844d8b7bb212f8b87ac22b4509bf8f97c (commit) via be8a91b7084ad41d8f62e7535efe7c4209ffe72f (commit) from d9ecf7885da02501026e9148a0485beb1ff968f4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fc85368844d8b7bb212f8b87ac22b4509bf8f97c commit fc85368844d8b7bb212f8b87ac22b4509bf8f97c Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 03:19:24 2012 +0900 Update alternative output file for test collate This alternate output file has not been updated since 9.2 merge and was showing diffs especially for JP environments. M src/test/regress/expected/collate_2.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=be8a91b7084ad41d8f62e7535efe7c4209ffe72f commit fc85368844d8b7bb212f8b87ac22b4509bf8f97c Author: Michael Paquier <mi...@ot...> Date: Tue Sep 11 03:19:24 2012 +0900 Update alternative output file for test collate This alternate output file has not been updated since 9.2 merge and was showing diffs especially for JP environments. M src/test/regress/expected/collate_2.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/collate_2.out | 27 ++++++++++++++++++++++++++- src/test/regress/expected/tsearch_2.out | 14 +++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-10 07:27:08
|
Project "Postgres-XC". The branch, master has been updated via d9ecf7885da02501026e9148a0485beb1ff968f4 (commit) from 5f699670c5a1e67fc343846b374866f306b1f50c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d9ecf7885da02501026e9148a0485beb1ff968f4 commit d9ecf7885da02501026e9148a0485beb1ff968f4 Author: Michael Paquier <mi...@ot...> Date: Mon Sep 10 16:18:38 2012 +0900 Get consistent sequence dump value with pg_dump In Postgres-XC, the current value cached for a sequence may differ at node level because of the shared-nothing nature of the cluster. Vanilla pg_dump has been designed to take directly the current value of sequence from the cache at node level, which is incorrect in XC and might lead to inconsistencies if for example a dump is taken on a different node than where nextval has been lastly called. Report from Nikkhil Sontakke. Nikhil proposed a fix which was not entirely consistent with Postgres by using currval, so I created a solution with nextval to insure that the correct and consistent cluster-wide value of sequence is taken for its dump. M src/bin/pg_dump/pg_dump.c ----------------------------------------------------------------------- Summary of changes: src/bin/pg_dump/pg_dump.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-10 07:27:05
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 299c607c888d5deeec27fc9f2bf00020998d0df8 (commit) from fb46fb32242543dc7cbab726b46abd141c9de23c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=299c607c888d5deeec27fc9f2bf00020998d0df8 commit d9ecf7885da02501026e9148a0485beb1ff968f4 Author: Michael Paquier <mi...@ot...> Date: Mon Sep 10 16:18:38 2012 +0900 Get consistent sequence dump value with pg_dump In Postgres-XC, the current value cached for a sequence may differ at node level because of the shared-nothing nature of the cluster. Vanilla pg_dump has been designed to take directly the current value of sequence from the cache at node level, which is incorrect in XC and might lead to inconsistencies if for example a dump is taken on a different node than where nextval has been lastly called. Report from Nikkhil Sontakke. Nikhil proposed a fix which was not entirely consistent with Postgres by using currval, so I created a solution with nextval to insure that the correct and consistent cluster-wide value of sequence is taken for its dump. M src/bin/pg_dump/pg_dump.c ----------------------------------------------------------------------- Summary of changes: src/bin/pg_dump/pg_dump.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-09-06 06:04:55
|
Project "Postgres-XC". The branch, master has been updated via 5f699670c5a1e67fc343846b374866f306b1f50c (commit) from c1b86b2c885e0f18e15169cb2d8088c3f5276249 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5f699670c5a1e67fc343846b374866f306b1f50c commit 5f699670c5a1e67fc343846b374866f306b1f50c Author: Michael Paquier <mi...@ot...> Date: Thu Sep 6 15:06:29 2012 +0900 Add ORDER BY clause in query of test rowtype This test could fail as the result order of one query was not maintained consistent. M src/test/regress/expected/rowtypes.out M src/test/regress/sql/rowtypes.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/rowtypes.out | 2 +- src/test/regress/sql/rowtypes.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |