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) |
2
|
3
|
4
(2) |
5
|
6
|
7
(593) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(2) |
19
(3) |
20
|
21
(3) |
22
(3) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
From: Abbas B. <ga...@us...> - 2013-02-23 09:09:49
|
Project "Postgres-XC". The branch, master has been updated via 4adeb7674b4df8ea88eb2faaea6116aa37936478 (commit) from 1881868d80dc87c7b8a958efa1fd66a1edf2d6ce (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4adeb7674b4df8ea88eb2faaea6116aa37936478 commit 4adeb7674b4df8ea88eb2faaea6116aa37936478 Author: Abbas <abb...@en...> Date: Sat Feb 23 14:07:52 2013 +0500 Correct a statement in xc_misc.sql to make sure that the test works fine for all node ids M src/test/regress/expected/xc_misc.out M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_misc.out | 8 ++++++-- src/test/regress/sql/xc_misc.sql | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-22 16:12:52
|
Project "Postgres-XC". The branch, master has been updated via 1881868d80dc87c7b8a958efa1fd66a1edf2d6ce (commit) from 01fe365ae16c410a5a52ace0d54f7b06f858a047 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1881868d80dc87c7b8a958efa1fd66a1edf2d6ce commit 1881868d80dc87c7b8a958efa1fd66a1edf2d6ce Author: Abbas <abb...@en...> Date: Fri Feb 22 21:10:43 2013 +0500 Remove function prototype of GetHashExecNodes, which is not used anywhere M src/include/optimizer/planner.h ----------------------------------------------------------------------- Summary of changes: src/include/optimizer/planner.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-22 11:36:00
|
Project "Postgres-XC". The branch, master has been updated via 01fe365ae16c410a5a52ace0d54f7b06f858a047 (commit) from 26de2a715dc80629d0fbca7ad45bff6d067940c3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=01fe365ae16c410a5a52ace0d54f7b06f858a047 commit 01fe365ae16c410a5a52ace0d54f7b06f858a047 Author: Abbas <abb...@en...> Date: Fri Feb 22 16:32:22 2013 +0500 Use get_rte_attribute_is_dropped instead of is_column_dropped M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 34 +-------------------------------- 1 files changed, 1 insertions(+), 33 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-22 10:19:28
|
Project "Postgres-XC". The branch, master has been updated via 26de2a715dc80629d0fbca7ad45bff6d067940c3 (commit) from 313645e5999bce36ea576abff35375cc1e7cc72e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=26de2a715dc80629d0fbca7ad45bff6d067940c3 commit 26de2a715dc80629d0fbca7ad45bff6d067940c3 Author: Abbas <abb...@en...> Date: Fri Feb 22 15:18:57 2013 +0500 Change name of the function create_remote_dml_plan to create_remotedml_plan M src/backend/optimizer/plan/pgxcplan.c M src/include/optimizer/planmain.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 6 +++--- src/include/optimizer/planmain.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-21 23:04:53
|
Project "Postgres-XC". The branch, master has been updated via 313645e5999bce36ea576abff35375cc1e7cc72e (commit) from 8476398f0d8f2cfd869605acadfd380aea37287b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=313645e5999bce36ea576abff35375cc1e7cc72e commit 313645e5999bce36ea576abff35375cc1e7cc72e Author: Michael Paquier <mi...@ot...> Date: Fri Feb 22 08:00:08 2013 +0900 Add a comment about the usage of GTM_CountOpenTransactions This macro should be used with READ lock hold on gt_TransArrayLock when called and it is let to the user to do the lock call himself. Per patch from Nikhil Deshpande M src/include/gtm/gtm_txn.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_txn.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-21 23:04:34
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 3f15aef4ed3f8b2014d42bce3ed75650c4db907d (commit) from 4b1be6a0c3c3e472b8a02d73623a7f420839ac8b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3f15aef4ed3f8b2014d42bce3ed75650c4db907d commit 313645e5999bce36ea576abff35375cc1e7cc72e Author: Michael Paquier <mi...@ot...> Date: Fri Feb 22 08:00:08 2013 +0900 Add a comment about the usage of GTM_CountOpenTransactions This macro should be used with READ lock hold on gt_TransArrayLock when called and it is let to the user to do the lock call himself. Per patch from Nikhil Deshpande M src/include/gtm/gtm_txn.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_txn.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-02-21 09:57:49
|
Project "Postgres-XC". The branch, master has been updated via 8476398f0d8f2cfd869605acadfd380aea37287b (commit) from 194f26c762b1e7c081a9c6742e6727d61c9d5f8a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8476398f0d8f2cfd869605acadfd380aea37287b commit 8476398f0d8f2cfd869605acadfd380aea37287b Author: Ashutosh Bapat <ash...@en...> Date: Thu Feb 21 15:19:53 2013 +0530 Refactor GetRelationNodes with following changes 1. Instead of using lappend(NULL, ...) or list_concat(NULL, ...) use list_make1_int() and list_copy resp. 2. For replicated nodes, return all the nodes for read access. While finalising the RemoteQuery plans, one of the nodes (preferably preferred one) is picked from the list of nodes. 3. Remote LOCATOR_TYPE_SINGLE; there is no clue why this locator was added and it's not used anywhere. M src/backend/optimizer/path/pgxcpath.c M src/backend/optimizer/util/pgxcship.c M src/backend/pgxc/locator/locator.c M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/pgxcpath.c | 15 ----- src/backend/optimizer/util/pgxcship.c | 18 +------ src/backend/pgxc/locator/locator.c | 96 ++++++++++----------------------- src/include/pgxc/locator.h | 1 - 4 files changed, 31 insertions(+), 99 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-19 03:11:51
|
Project "Postgres-XC". The branch, master has been updated via 194f26c762b1e7c081a9c6742e6727d61c9d5f8a (commit) from 1db4f7d43ebb44696f1ed34a717d98a54a867175 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=194f26c762b1e7c081a9c6742e6727d61c9d5f8a commit 194f26c762b1e7c081a9c6742e6727d61c9d5f8a Author: Michael Paquier <mi...@ot...> Date: Tue Feb 19 12:08:35 2013 +0900 Add release notes of 1.0.2 in master branch Such notes need to be kept in sync in all the upstream branches of the release that is concerned. For example 1.0.X notes need currently to be updated in 1.0 stable and master. If in the future 1.1 stable is created, the release notes of 1.0 will be added to it as well as on master. On the contrary, as downstream notes do not need to be updated, 1.1 notes will not be included in 1.0 stable. This helps in keeping a consistent release note behavior for all the branches. M doc-xc/src/sgml/release-xc-1.0.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 288 +++++++++++++++++++++++++++++++++ 1 files changed, 288 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-19 03:04:11
|
Project "Postgres-XC". The branch, master has been updated via 1db4f7d43ebb44696f1ed34a717d98a54a867175 (commit) from e5cc2c9b6f67562bccaacd7a4dc767408017a9ca (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1db4f7d43ebb44696f1ed34a717d98a54a867175 commit 1db4f7d43ebb44696f1ed34a717d98a54a867175 Author: Michael Paquier <mi...@ot...> Date: Tue Feb 19 12:02:24 2013 +0900 Fix type in docs for parameters max_coordinators and max_datanodes using upper case M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/runtime.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 12 ++++++------ doc-xc/src/sgml/installation.sgmlin | 4 ++-- doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- doc-xc/src/sgml/runtime.sgmlin | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-19 03:04:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 4b1be6a0c3c3e472b8a02d73623a7f420839ac8b (commit) from 642ee42626fa058ac3a4aa6393e34b9cc6fcb6a0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4b1be6a0c3c3e472b8a02d73623a7f420839ac8b commit 1db4f7d43ebb44696f1ed34a717d98a54a867175 Author: Michael Paquier <mi...@ot...> Date: Tue Feb 19 12:02:24 2013 +0900 Fix type in docs for parameters max_coordinators and max_datanodes using upper case M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/runtime.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 12 ++++++------ doc-xc/src/sgml/installation.sgmlin | 4 ++-- doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- doc-xc/src/sgml/runtime.sgmlin | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-02-18 04:37:30
|
Project "Postgres-XC". The branch, master has been updated via e5cc2c9b6f67562bccaacd7a4dc767408017a9ca (commit) from 7bd65566760b24cf773f76d50dd1a848a00ac5fd (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e5cc2c9b6f67562bccaacd7a4dc767408017a9ca commit e5cc2c9b6f67562bccaacd7a4dc767408017a9ca Author: Koichi Suzuki <koi...@gm...> Date: Mon Feb 18 13:35:23 2013 +0900 This is a fix for -w option in gtm_ctl start, but Nikhil Sontakke. -------->8---------------->8---------- PFA, a patch to fix "gtm_ctl -w" behavior in GIT HEAD. I also tested "-w -t nsecs" behavior and it seems to work as well. This patch can be easily be backported to 1.0 if desired. I hope all these obnoxious gtm startup issues are resolved now. Scripting was a bit painful because of these issues. --------8<----------------8<---------- modified: src/bin/gtm_ctl/gtm_ctl.c M src/bin/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/bin/gtm_ctl/gtm_ctl.c | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-02-18 04:19:08
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 642ee42626fa058ac3a4aa6393e34b9cc6fcb6a0 (commit) from 7d2e33082ff5e019cfea40423d36e84722d43198 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=642ee42626fa058ac3a4aa6393e34b9cc6fcb6a0 commit 7bd65566760b24cf773f76d50dd1a848a00ac5fd Author: Abbas <abb...@en...> Date: Sat Feb 16 13:47:55 2013 +0500 Use Query structure to construct DML queries to be sent to the datanodes. The patch removes the functions create_remoteinsert_plan, create_remoteupdate_plan and create_remotedelete_plan. Instead it adds a single function create_remote_dml_plan. M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/locator/locator.c M src/backend/utils/adt/ruleutils.c M src/include/optimizer/planmain.h M src/test/regress/expected/with.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_remote.out M src/test/regress/expected/xc_returning.out ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-16 09:00:24
|
Project "Postgres-XC". The branch, master has been updated via 7bd65566760b24cf773f76d50dd1a848a00ac5fd (commit) from 0484e83584bda5cdd151a417f3cc8588e69f609e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7bd65566760b24cf773f76d50dd1a848a00ac5fd commit 7bd65566760b24cf773f76d50dd1a848a00ac5fd Author: Abbas <abb...@en...> Date: Sat Feb 16 13:47:55 2013 +0500 Use Query structure to construct DML queries to be sent to the datanodes. The patch removes the functions create_remoteinsert_plan, create_remoteupdate_plan and create_remotedelete_plan. Instead it adds a single function create_remote_dml_plan. M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/locator/locator.c M src/backend/utils/adt/ruleutils.c M src/include/optimizer/planmain.h M src/test/regress/expected/with.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_remote.out M src/test/regress/expected/xc_returning.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 912 +++++++++++--------------- src/backend/pgxc/locator/locator.c | 1 + src/backend/utils/adt/ruleutils.c | 73 +-- src/include/optimizer/planmain.h | 5 +- src/test/regress/expected/with.out | 32 +- src/test/regress/expected/xc_FQS_join.out | 12 +- src/test/regress/expected/xc_alter_table.out | 16 +- src/test/regress/expected/xc_remote.out | 18 +- src/test/regress/expected/xc_returning.out | 46 +- 9 files changed, 492 insertions(+), 623 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-02-08 12:44:14
|
Project "Postgres-XC". The branch, master has been updated via 0484e83584bda5cdd151a417f3cc8588e69f609e (commit) from 5181a5e03416b09ca805be2342832ca6a45f0782 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0484e83584bda5cdd151a417f3cc8588e69f609e commit 0484e83584bda5cdd151a417f3cc8588e69f609e Author: Ashutosh Bapat <ash...@en...> Date: Fri Feb 8 18:00:54 2013 +0530 While deciding whether a query can be FQSed or not, look at the FROM clause of the query to find out the datanodes where to ship the query. M src/backend/optimizer/path/pgxcpath.c M src/backend/optimizer/util/pgxcship.c M src/include/optimizer/pgxcplan.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/pgxcpath.c | 11 +- src/backend/optimizer/util/pgxcship.c | 412 +++++++++++++++++++-------------- src/include/optimizer/pgxcplan.h | 3 + 3 files changed, 254 insertions(+), 172 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:29:04
|
Project "Postgres-XC". The tag, REL9_2_RC1 has been deleted was e8c736ca71b3d7aa65ea05a133b4f2a65a11e812 ----------------------------------------------------------------------- e8c736ca71b3d7aa65ea05a133b4f2a65a11e812 Stamp 9.2rc1. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:29:01
|
Project "Postgres-XC". The tag, REL9_2_BETA4 has been deleted was d5bcb33603a8ef1ac7779ff0e7d4550ce522673e ----------------------------------------------------------------------- d5bcb33603a8ef1ac7779ff0e7d4550ce522673e Stamp 9.2beta4. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:28:58
|
Project "Postgres-XC". The tag, REL9_2_BETA3 has been deleted was f30b05b8a468d0240d18251dbf2907793da676ba ----------------------------------------------------------------------- f30b05b8a468d0240d18251dbf2907793da676ba Stamp 9.2beta3. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:28:56
|
Project "Postgres-XC". The tag, REL8_4_1 has been deleted was 6883b7df92f7871c0c8e52f60e0e19c2f73c3746 ----------------------------------------------------------------------- 6883b7df92f7871c0c8e52f60e0e19c2f73c3746 Tag 8.4.1 ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:28:53
|
Project "Postgres-XC". The tag, REL8_2_23 has been deleted was fa1369a6b901bc1f7efa3d8386ffe5102f78c78a ----------------------------------------------------------------------- fa1369a6b901bc1f7efa3d8386ffe5102f78c78a Stamp 8.2.23. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:28:50
|
Project "Postgres-XC". The tag, REL8_1_23 has been deleted was b196a71d88a325039c0bf2a9823c71583b3f9047 ----------------------------------------------------------------------- b196a71d88a325039c0bf2a9823c71583b3f9047 Tag 8.1.23. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:28:48
|
Project "Postgres-XC". The tag, REL7_4_RC2 has been deleted was 3407800a3e515b8f585517b4b3bfa86b475f26e4 ----------------------------------------------------------------------- 3407800a3e515b8f585517b4b3bfa86b475f26e4 autoconf ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:26:32
|
Project "Postgres-XC". The tag, REL8_3_7 has been deleted was c87a4d31f447e81f4f58df6120dffea2566e2158 ----------------------------------------------------------------------- c87a4d31f447e81f4f58df6120dffea2566e2158 tag 8.3.7 ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:26:29
|
Project "Postgres-XC". The tag, REL8_2_7 has been deleted was 2fec466326a97be1e78b75715aaf694451a0d594 ----------------------------------------------------------------------- 2fec466326a97be1e78b75715aaf694451a0d594 Translation updates ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:26:23
|
Project "Postgres-XC". The tag, REL8_3_1 has been deleted was 2059a5a1bce6932c52a440b62154e70a0fad5d2b ----------------------------------------------------------------------- 2059a5a1bce6932c52a440b62154e70a0fad5d2b Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. This accidentally failed to fail before 8.3, because the context we were switching back to was long-lived anyway; but it sure looks risky as can be now. Well spotted by Pavan Deolasee. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2013-02-07 12:26:20
|
Project "Postgres-XC". The tag, REL8_2_1 has been deleted was 78c795d4e59c9c5533f3179b408c61053a9e0d86 ----------------------------------------------------------------------- 78c795d4e59c9c5533f3179b408c61053a9e0d86 tag configure ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |