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
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-04-19 06:13:04
|
Project "Postgres-XC". The branch, master has been updated via 579474806dbda204eea2d6c634b533471970e0be (commit) from 82be269606d0a99c843cb1540b87358f86ae7a04 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=579474806dbda204eea2d6c634b533471970e0be commit 579474806dbda204eea2d6c634b533471970e0be Author: Michael P <mi...@ot...> Date: Thu Apr 19 15:17:21 2012 +0900 Fix for regression test xml A couple of ORDER BY clauses have been added to insure that xml results are cluster-consistent. M src/test/regress/expected/xml.out M src/test/regress/expected/xml_1.out M src/test/regress/sql/xml.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xml.out | 18 +++++++++--------- src/test/regress/expected/xml_1.out | 10 +++++----- src/test/regress/sql/xml.sql | 10 +++++----- 3 files changed, 19 insertions(+), 19 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-18 12:33:25
|
Project "Postgres-XC". The branch, master has been updated via 82be269606d0a99c843cb1540b87358f86ae7a04 (commit) from 88bb14328861f4b9462bec14b29f4b2eb222ec21 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=82be269606d0a99c843cb1540b87358f86ae7a04 commit 82be269606d0a99c843cb1540b87358f86ae7a04 Author: Abbas <abb...@en...> Date: Wed Apr 18 17:31:43 2012 +0500 Fix for test case select_implicit When the test case is compared with the one in PG, we had, for some unknown reason, changed the column used to order rows in one of the queries. This patch reverts this change. Expected output is changed accordingly. M src/test/regress/expected/select_implicit_3.out M src/test/regress/sql/select_implicit.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/select_implicit_3.out | 45 +++++++++++++---------- src/test/regress/sql/select_implicit.sql | 2 +- 2 files changed, 26 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-18 08:23:38
|
Project "Postgres-XC". The branch, master has been updated via 88bb14328861f4b9462bec14b29f4b2eb222ec21 (commit) from 00124a3e249f550c2418e5ec8f19ca81e8fd0059 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=88bb14328861f4b9462bec14b29f4b2eb222ec21 commit 88bb14328861f4b9462bec14b29f4b2eb222ec21 Author: Ashutosh Bapat <ash...@en...> Date: Wed Apr 18 13:44:04 2012 +0530 Added ORDER BY clauses in the aggregate calls to get consistent output irrespective of the cluster configuration and table distribution. Removed the alternate output file as it's not required anymore. M src/test/regress/expected/polymorphism.out D src/test/regress/expected/polymorphism_1.out M src/test/regress/sql/polymorphism.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/polymorphism.out | 28 +- src/test/regress/expected/polymorphism_1.out | 1369 -------------------------- src/test/regress/sql/polymorphism.sql | 20 +- 3 files changed, 24 insertions(+), 1393 deletions(-) delete mode 100644 src/test/regress/expected/polymorphism_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-18 00:51:08
|
Project "Postgres-XC". The branch, master has been updated via 00124a3e249f550c2418e5ec8f19ca81e8fd0059 (commit) from 9aed10c153494d8ac8b7d3876642ba9bc542d035 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=00124a3e249f550c2418e5ec8f19ca81e8fd0059 commit 00124a3e249f550c2418e5ec8f19ca81e8fd0059 Author: Michael P <mi...@ot...> Date: Wed Apr 18 09:55:15 2012 +0900 Run prepared_xacts independently in parallel schedule of regression This test cannot run in parallel due to the nature of XC to use implicit 2PC when a transaction involved several nodes with a write operation. M src/test/regress/parallel_schedule ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 13:24:11
|
Project "Postgres-XC". The branch, master has been updated via 9aed10c153494d8ac8b7d3876642ba9bc542d035 (commit) from 05375e85426e55f11b45a13e0804f51d3223d8c5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9aed10c153494d8ac8b7d3876642ba9bc542d035 commit 9aed10c153494d8ac8b7d3876642ba9bc542d035 Author: Abbas <abb...@en...> Date: Tue Apr 17 18:10:57 2012 +0500 Fix for node reduction in case of varchar data type. Node reduction was not working in case of varchar data types and the reason was that the function pgxc_find_distcol_expr was not handling the RelabelType. This patch provide the proper handling. Also the patch changes the expected output of the test case xc_distkey to reflect changes in explain. M src/backend/pgxc/plan/planner.c M src/test/regress/expected/xc_distkey.out ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 14 ++++++++ src/test/regress/expected/xc_distkey.out | 54 +++++++++++++++--------------- 2 files changed, 41 insertions(+), 27 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 13:04:16
|
Project "Postgres-XC". The branch, master has been updated via 05375e85426e55f11b45a13e0804f51d3223d8c5 (commit) from 696e1f950eb7c16399f7d56f0198688a9213e125 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=05375e85426e55f11b45a13e0804f51d3223d8c5 commit 05375e85426e55f11b45a13e0804f51d3223d8c5 Author: Abbas <abb...@en...> Date: Tue Apr 17 17:47:10 2012 +0500 Add support for FOR UPDATE/SHARE This comit fixes bug ID 3515041 The queries containing FOR UPDATE/SAHRE were not working because coordinator was trying to lock rows where as in fact data node is supposed to do it since rows do not exist on the coordinator. Coordinator should therefore not try to execute row marks in PG way, instead it should silently pass on the FOR UPDATE/SHARE clauses to the data node. To implement we used the following technique. On coordinators we have divided row marks in two groups. Group One of type FOR UPDATE & SHARE and Group Two of the rest of the types. Second group is handled in PG way both on coordinator and data node, however first group is handled on coordinators in such a way that it only serves to produce the correct clause in the remote query. The downside of this approach is that we would un-necessarily lock complete tables on data nodes, where as we should have locked only a subset. Test cases are included in the patch. M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/plan/planner.c M src/include/nodes/relation.h A src/test/regress/expected/xc_for_update.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule A src/test/regress/sql/xc_for_update.sql ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/outfuncs.c | 1 + src/backend/optimizer/plan/createplan.c | 124 ++++- src/backend/optimizer/plan/planner.c | 61 ++- src/include/nodes/relation.h | 10 + src/test/regress/expected/xc_for_update.out | 950 +++++++++++++++++++++++++++ src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 2 + src/test/regress/sql/xc_for_update.sql | 362 ++++++++++ 8 files changed, 1509 insertions(+), 3 deletions(-) create mode 100644 src/test/regress/expected/xc_for_update.out create mode 100644 src/test/regress/sql/xc_for_update.sql hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 12:12:06
|
Project "Postgres-XC". The branch, master has been updated via 696e1f950eb7c16399f7d56f0198688a9213e125 (commit) from 2cc34ffc20061f3c234e67422ea09d9068733cfd (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=696e1f950eb7c16399f7d56f0198688a9213e125 commit 696e1f950eb7c16399f7d56f0198688a9213e125 Author: Abbas <abb...@en...> Date: Tue Apr 17 17:10:10 2012 +0500 Fix for test case portals The sql file is changed to make it as close as possible to the one in PG. WHERE CURRENT OF is blocked so the expected output is changed accordingly. M src/test/regress/expected/portals_1.out M src/test/regress/sql/portals.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/portals_1.out | 362 +++++++++++-------------------- src/test/regress/sql/portals.sql | 104 +++++----- 2 files changed, 176 insertions(+), 290 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 12:08:30
|
Project "Postgres-XC". The branch, master has been updated via 2cc34ffc20061f3c234e67422ea09d9068733cfd (commit) from 671f9ea6fadf1d38e86a02bf7c9760d186dfc389 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2cc34ffc20061f3c234e67422ea09d9068733cfd commit 2cc34ffc20061f3c234e67422ea09d9068733cfd Author: Abbas <abb...@en...> Date: Tue Apr 17 17:08:03 2012 +0500 Fix for test case largeobjet M src/test/regress/input/largeobject.source M src/test/regress/output/largeobject_3.source ----------------------------------------------------------------------- Summary of changes: src/test/regress/input/largeobject.source | 2 +- src/test/regress/output/largeobject_3.source | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 12:05:31
|
Project "Postgres-XC". The branch, master has been updated via 671f9ea6fadf1d38e86a02bf7c9760d186dfc389 (commit) from 4f2369381fe81ef8d098f3bfea07265737e85107 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=671f9ea6fadf1d38e86a02bf7c9760d186dfc389 commit 671f9ea6fadf1d38e86a02bf7c9760d186dfc389 Author: Abbas <abb...@en...> Date: Tue Apr 17 17:05:16 2012 +0500 No need for additional expected output file for select_distinct_on test case D src/test/regress/expected/select_distinct_on_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/select_distinct_on_1.out | 29 -------------------- 1 files changed, 0 insertions(+), 29 deletions(-) delete mode 100644 src/test/regress/expected/select_distinct_on_1.out hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-04-17 12:02:03
|
Project "Postgres-XC". The branch, master has been updated via 4f2369381fe81ef8d098f3bfea07265737e85107 (commit) from 2822d444a1b596cceedd042c72de5caf25dc2481 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4f2369381fe81ef8d098f3bfea07265737e85107 commit 4f2369381fe81ef8d098f3bfea07265737e85107 Author: Abbas <abb...@en...> Date: Tue Apr 17 17:01:19 2012 +0500 No need for additional expected output file for strings test case D src/test/regress/expected/strings_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/strings_1.out | 1605 ------------------------------- 1 files changed, 0 insertions(+), 1605 deletions(-) delete mode 100644 src/test/regress/expected/strings_1.out hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-17 09:10:44
|
Project "Postgres-XC". The branch, master has been updated via 2822d444a1b596cceedd042c72de5caf25dc2481 (commit) from 879c8a03c825c2415d35d4e1bf9508c18a770721 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2822d444a1b596cceedd042c72de5caf25dc2481 commit 2822d444a1b596cceedd042c72de5caf25dc2481 Author: Ashutosh Bapat <ash...@en...> Date: Tue Apr 17 14:35:57 2012 +0530 Fix regression differences for xc_FQS and xc_FQS_join tests. It involves follwing changes 1. The Explain output contained costs, which needed to be turned off 2. For DMLs we get the nodeid from the datanodes as xc_node_id column. The column gets added in the targetlist for DMLs. So, expected output needed to be changed. M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/sql/xc_FQS.sql M src/test/regress/sql/xc_FQS_join.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_FQS.out | 604 ++++++++++++++--------------- src/test/regress/expected/xc_FQS_join.out | 187 +++++----- src/test/regress/sql/xc_FQS.sql | 144 ++++---- src/test/regress/sql/xc_FQS_join.sql | 43 ++- 4 files changed, 492 insertions(+), 486 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-17 09:00:34
|
Project "Postgres-XC". The branch, master has been updated via 879c8a03c825c2415d35d4e1bf9508c18a770721 (commit) from f4e0d0a42c2c6b8b2df474990332d5347ad5d26b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=879c8a03c825c2415d35d4e1bf9508c18a770721 commit 879c8a03c825c2415d35d4e1bf9508c18a770721 Author: Ashutosh Bapat <ash...@en...> Date: Tue Apr 17 14:27:06 2012 +0530 Changed some queries to output the result in particular order to make the results independent of distribution. Removed some extraneous testcases. M src/test/regress/expected/xc_groupby.out M src/test/regress/sql/xc_groupby.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_groupby.out | 1050 +++++++----------------------- src/test/regress/sql/xc_groupby.sql | 102 +--- 2 files changed, 272 insertions(+), 880 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-04-16 09:42:14
|
Project "Postgres-XC". The branch, master has been updated via f4e0d0a42c2c6b8b2df474990332d5347ad5d26b (commit) from 0dee54d5ec56738134e8b484e8568917860c4da5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f4e0d0a42c2c6b8b2df474990332d5347ad5d26b commit f4e0d0a42c2c6b8b2df474990332d5347ad5d26b Author: Amit Khandekar <ami...@en...> Date: Mon Apr 16 15:09:43 2012 +0530 Enable the regression test join.sql in serial and parallel schedule. It was disabled earlier because the test used to crash the server (3284321). This bug is closed, and the server no longer crashes. M src/test/regress/parallel_schedule M src/test/regress/serial_schedule ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 5 +---- src/test/regress/serial_schedule | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-04-16 06:45:56
|
Project "Postgres-XC". The branch, master has been updated via 0dee54d5ec56738134e8b484e8568917860c4da5 (commit) from 2b71ba688a0abdd45f1dbc3696914b5f9248433f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0dee54d5ec56738134e8b484e8568917860c4da5 commit 0dee54d5ec56738134e8b484e8568917860c4da5 Author: Amit Khandekar <ami...@en...> Date: Mon Apr 16 12:14:50 2012 +0530 Fix for bug 3477909: COPY on table using nextval as default To support nextval() in COPY, in general, execute a non-shippable default expression on the coordinator, and add the default expression values in the data row that is sent to the datanode. Earlier, because the value was not evaluated and passed onto the datanode from coordinator, it was getting evaluated on datanode, as a result of which nextval() used to fail. Support this for both text and binary format. This also fixes a bug in binary format COPY where it used to abort if there are NULL values in the data. M src/backend/commands/copy.c M src/test/regress/expected/copy2_1.out A src/test/regress/expected/xc_copy.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule A src/test/regress/sql/xc_copy.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 207 ++++++++++++++++++++++++++++++--- src/test/regress/expected/copy2_1.out | 28 +++--- src/test/regress/expected/xc_copy.out | 83 +++++++++++++ src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 2 +- src/test/regress/sql/xc_copy.sql | 87 ++++++++++++++ 6 files changed, 375 insertions(+), 34 deletions(-) create mode 100644 src/test/regress/expected/xc_copy.out create mode 100644 src/test/regress/sql/xc_copy.sql hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 05:38:53
|
Project "Postgres-XC". The branch, master has been updated via 2b71ba688a0abdd45f1dbc3696914b5f9248433f (commit) from 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b71ba688a0abdd45f1dbc3696914b5f9248433f commit 2b71ba688a0abdd45f1dbc3696914b5f9248433f Author: Michael P <mic...@us...> Date: Mon Apr 16 14:35:53 2012 +0900 Fix make check to use initgtm when running a test cluster There was an issue with gtm configuration file not correctly initialized by not having any node name, mandatory parameter there, so GTM did not start up and test could not run at all. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 51 ++++++++++++++++++++--------------------- 1 files changed, 25 insertions(+), 26 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 04:59:35
|
Project "Postgres-XC". The branch, master has been updated via 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 (commit) from ceaf3395339e558f204a562017bf3522635f28ec (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0feef7bcfb75ebfc0efefb794a6e04b82b747d62 commit 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 Author: Michael P <mic...@us...> Date: Mon Apr 16 13:57:22 2012 +0900 Correct type for documentation of pgxc_is_committed A row tag ending was missing. M doc-xc/src/sgml/func.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/func.sgmlin | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 03:01:20
|
Project "Postgres-XC". The branch, master has been updated via ceaf3395339e558f204a562017bf3522635f28ec (commit) from 17d237f864cf68fdc93dce301bb72088ee5745b3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ceaf3395339e558f204a562017bf3522635f28ec commit ceaf3395339e558f204a562017bf3522635f28ec Author: Michael P <mi...@ot...> Date: Mon Apr 16 12:03:55 2012 +0900 Support for "make world" Like PostgreSQL, make world now compiles HTML, man, contrib and binaries automatically. All the documentation is located in doc-xc. Base patch by Koichi Suzuki, clean-up and extensions to support make world by me M GNUmakefile.in M doc-xc/Makefile M doc-xc/src/Makefile M doc-xc/src/sgml/Makefile A doc-xc/tools/Makefile A doc-xc/tools/makesgml/Makefile M src/bin/psql/Makefile ----------------------------------------------------------------------- Summary of changes: GNUmakefile.in | 12 ++++++------ doc-xc/Makefile | 5 +++-- doc-xc/src/Makefile | 2 +- doc-xc/src/sgml/Makefile | 11 ++++++++++- doc-xc/{ => tools}/Makefile | 14 ++++++++------ doc-xc/tools/makesgml/Makefile | 37 +++++++++++++++++++++++++++++++++++++ src/bin/psql/Makefile | 7 ++++++- 7 files changed, 71 insertions(+), 17 deletions(-) copy doc-xc/{ => tools}/Makefile (58%) create mode 100644 doc-xc/tools/makesgml/Makefile hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 02:21:40
|
Project "Postgres-XC". The branch, master has been updated via 17d237f864cf68fdc93dce301bb72088ee5745b3 (commit) from 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=17d237f864cf68fdc93dce301bb72088ee5745b3 commit 17d237f864cf68fdc93dce301bb72088ee5745b3 Author: Michael P <mi...@ot...> Date: Mon Apr 16 11:26:02 2012 +0900 Correct typo in docs of CREATE TABLE and CREATE TABLE AS Some keywords were missing at the end of <replaceable> tags. M doc-xc/src/sgml/ref/create_table.sgmlin M doc-xc/src/sgml/ref/create_table_as.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/create_table.sgmlin | 4 ++-- doc-xc/src/sgml/ref/create_table_as.sgmlin | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 02:17:00
|
Project "Postgres-XC". The branch, master has been updated via 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 (commit) from cc3e61678938fe42ba3937af6c205cccda930901 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 commit 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 Author: Michael P <mi...@ot...> Date: Mon Apr 16 11:21:18 2012 +0900 Clean up, reformat of makesgml.c and removal of makesgml test files A header is added and code is reformatted to respect a maximum PostgreSQL-way. M doc-xc/tools/makesgml/makesgml.c D doc-xc/tools/makesgml/test.multilang D doc-xc/tools/makesgml/test.out D doc-xc/tools/makesgml/test.test ----------------------------------------------------------------------- Summary of changes: doc-xc/tools/makesgml/makesgml.c | 420 +++++++++++++++++++--------------- doc-xc/tools/makesgml/test.multilang | 22 -- doc-xc/tools/makesgml/test.out | 13 - doc-xc/tools/makesgml/test.test | 13 - 4 files changed, 234 insertions(+), 234 deletions(-) delete mode 100644 doc-xc/tools/makesgml/test.multilang delete mode 100644 doc-xc/tools/makesgml/test.out delete mode 100644 doc-xc/tools/makesgml/test.test hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 01:51:50
|
Project "Postgres-XC". The branch, master has been updated via cc3e61678938fe42ba3937af6c205cccda930901 (commit) from a1e1b33fd8c1edfb2950cee66cdd079ad959581d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc3e61678938fe42ba3937af6c205cccda930901 commit cc3e61678938fe42ba3937af6c205cccda930901 Author: Michael P <mi...@ot...> Date: Mon Apr 16 10:55:40 2012 +0900 Remove automatically generated files in documentation Those files are related to features, index and versioning but they are done automatically from sgml files. Patch by Koichi Suzuki D doc-xc/src/sgml/bookindex.sgmlin D doc-xc/src/sgml/features-supported.sgmlin D doc-xc/src/sgml/features-unsupported.sgmlin D doc-xc/src/sgml/version.sgmlin D doc-xc/src/sgml/wk.patch ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/bookindex.sgmlin |10526 --------------------------- doc-xc/src/sgml/features-supported.sgmlin | 2078 ------ doc-xc/src/sgml/features-unsupported.sgmlin | 1826 ----- doc-xc/src/sgml/version.sgmlin | 2 - doc-xc/src/sgml/wk.patch | 290 - 5 files changed, 0 insertions(+), 14722 deletions(-) delete mode 100644 doc-xc/src/sgml/bookindex.sgmlin delete mode 100644 doc-xc/src/sgml/features-supported.sgmlin delete mode 100644 doc-xc/src/sgml/features-unsupported.sgmlin delete mode 100644 doc-xc/src/sgml/version.sgmlin delete mode 100644 doc-xc/src/sgml/wk.patch hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-13 07:06:30
|
Project "Postgres-XC". The branch, master has been updated via a1e1b33fd8c1edfb2950cee66cdd079ad959581d (commit) from b9abc05a31d4b2fa79f337de236959dcb10734e1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a1e1b33fd8c1edfb2950cee66cdd079ad959581d commit a1e1b33fd8c1edfb2950cee66cdd079ad959581d Author: Ashutosh Bapat <ash...@en...> Date: Fri Apr 13 12:33:54 2012 +0530 The function SetRemoteStatementName() does not traverse the scan plans in ModifyTable node to find out the RemoteQuery nodes. This commit fixes this issue. M src/backend/commands/prepare.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/prepare.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-12 00:16:52
|
Project "Postgres-XC". The branch, master has been updated via b9abc05a31d4b2fa79f337de236959dcb10734e1 (commit) from 092f6cd0d4b70731351e7290b3c0002d106835b0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b9abc05a31d4b2fa79f337de236959dcb10734e1 commit b9abc05a31d4b2fa79f337de236959dcb10734e1 Author: Michael P <mi...@ot...> Date: Thu Apr 12 09:19:31 2012 +0900 Fix for regression test prepared_xacts Due to the new algorithm related to implicit/explicit 2PC handling, local Coordinator where explicit PREPARE occurs is also prepared, so change the output in consequence. Also remove a transaction rollback message in test that was necessary before new transaction handling because in case of a PREPARE transaction failing its transaction was not properly rollbacked on remote nodes. M src/test/regress/expected/prepared_xacts_2.out M src/test/regress/sql/prepared_xacts.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/prepared_xacts_2.out | 16 ++++++++-------- src/test/regress/sql/prepared_xacts.sql | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-11 08:33:31
|
Project "Postgres-XC". The branch, master has been updated via 092f6cd0d4b70731351e7290b3c0002d106835b0 (commit) from 99f02b8d5241de7de9bd066815861c14e3fcceb7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=092f6cd0d4b70731351e7290b3c0002d106835b0 commit 092f6cd0d4b70731351e7290b3c0002d106835b0 Author: Michael P <mi...@ot...> Date: Wed Apr 11 17:27:29 2012 +0900 Fix for bugs 3499182 (subselect issue) and 3509966 (remote UPDATE param bind) This commit provides additional mechanisms at UPDATE remote planning (create_remoteupdate_plan in createplan.c) to manage cases where a remote UPDATE depends on some child entries that are listed in RowMarks of TopPlan. This corrects the error messages of the type "bind message ... parameters" that were appearing in a lot of regression tests like misc and rules. The test subselect is now passing, rules and misc are showing less errors. The UPDATE remote plan works now correctly, but there are still issues with inherited tables and updates on view with RULE (@-@), but this very specific case will be fixed later. M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/prep/prepjointree.c M src/backend/parser/parse_utilcmd.c M src/include/access/sysattr.h M src/test/regress/sql/rules.sql ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 106 +++++++++++++++++++++++++++- src/backend/optimizer/prep/prepjointree.c | 10 +++ src/backend/parser/parse_utilcmd.c | 3 +- src/include/access/sysattr.h | 2 +- src/test/regress/sql/rules.sql | 7 +- 5 files changed, 117 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-10 09:25:52
|
Project "Postgres-XC". The branch, master has been updated via 99f02b8d5241de7de9bd066815861c14e3fcceb7 (commit) from cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=99f02b8d5241de7de9bd066815861c14e3fcceb7 commit 99f02b8d5241de7de9bd066815861c14e3fcceb7 Author: Michael P <mi...@ot...> Date: Tue Apr 10 18:30:50 2012 +0900 Revert "Fix for regression test xc_groupby" This reverts commit cc46dfcc52ff5a60818b168716dab4a6fd9b68d9. Ashutosh will take care of that. M src/test/regress/expected/xc_groupby.out M src/test/regress/sql/xc_groupby.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_groupby.out | 82 +++++++++++++++--------------- src/test/regress/sql/xc_groupby.sql | 22 ++++---- 2 files changed, 52 insertions(+), 52 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-04-10 09:17:40
|
Michael, I appreciate your speed of work. But it's sometime really important to get things reviewed before you commit anything. And, I am very serious about it. Regarding this fix of yours, I hope you understand that the GROUP BY optimization that I applied does not get applied when there ORDER BY clause there. The testcase is supposed to test the same optimization. Hence, adding ORDER BY in the testcase, *defeats all the purpose of the testcase*. This isn't the way to fix it. AFAIR, xc_groupby is assigned to me and I will take care of it. Please revert back this commit. On Tue, Apr 10, 2012 at 2:35 PM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 (commit) > from fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 > > commit cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 > Author: Michael P <mi...@ot...> > Date: Tue Apr 10 18:10:08 2012 +0900 > > Fix for regression test xc_groupby > > Results are made cluster-consistent by adding some ORDER BY clauses > on some queries. > > M src/test/regress/expected/xc_groupby.out > M src/test/regress/sql/xc_groupby.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/xc_groupby.out | 82 > +++++++++++++++--------------- > src/test/regress/sql/xc_groupby.sql | 22 ++++---- > 2 files changed, 52 insertions(+), 52 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |