You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(12) |
Feb
(1) |
Mar
(4) |
Apr
(4) |
May
(32) |
Jun
(12) |
Jul
(11) |
Aug
(1) |
Sep
(6) |
Oct
(3) |
Nov
|
Dec
(10) |
2012 |
Jan
(11) |
Feb
(1) |
Mar
(3) |
Apr
(25) |
May
(53) |
Jun
(38) |
Jul
(103) |
Aug
(54) |
Sep
(31) |
Oct
(66) |
Nov
(77) |
Dec
(20) |
2013 |
Jan
(91) |
Feb
(86) |
Mar
(103) |
Apr
(107) |
May
(25) |
Jun
(37) |
Jul
(17) |
Aug
(59) |
Sep
(38) |
Oct
(78) |
Nov
(29) |
Dec
(15) |
2014 |
Jan
(23) |
Feb
(82) |
Mar
(118) |
Apr
(101) |
May
(103) |
Jun
(45) |
Jul
(6) |
Aug
(10) |
Sep
|
Oct
(32) |
Nov
|
Dec
(9) |
2015 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(9) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(1) |
2
(1) |
3
|
4
|
5
|
6
|
7
(5) |
8
(11) |
9
(5) |
10
|
11
(5) |
12
(1) |
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
(4) |
23
|
24
|
25
(3) |
26
|
27
|
28
|
29
|
30
(2) |
From: Michael P. <mic...@gm...> - 2012-06-11 12:27:22
|
On Mon, Jun 11, 2012 at 9:13 PM, Fernando Lozano <fer...@lo...>wrote: > Hi Michael, > > Found the offending text. It's in the README from many releases, including > 1.0.0: > > Postgres-XC is aiming to provide transparent access to the database, which > means one can use existing PostgreSQL application as is. For implementation > reason, > ***transparency level is limited to access via libpq libraries*** > and simple statements as found in the Architecture Document in the release > material. > > PHP, Perl and most users won't be bothered because those language drivers > use libpq, but Java developers use a pure-java JDBC driver which does not > uses libpq at all. > > This statement on the README may be understood as "there are changes to > libpq in postgresql-xc so you have to use our libpq. Other clients won't > work". > The point is that we haven't changed libpq at all. It is exactly the same as vanilla postgres. > > But as I understand you reply, I can use any libpq to access postgresql-xc > without problem. For example, a pgAdminIII binary for windows that I > already use for a plain PostgreSQL server should work out-of-the-box with > PostgreSQL-XC, or the rpm files from Debian Linux for a PHP app. And I > could also use other clients, not based on libpq, such as a JDBC driver > anda a .Net provider, right? > Yes everything should work. I played a couple of months ago and pgadmin was working correctly by connecting to Coordinator. Other drivers also should work normally. If they do not work, well it is a bug. As I told before there are only limitations with odbc, because it uses ctid and in XC ctid is not unique among nodes. Btw, I found that the incorrect file is in the README of each version folder in SourceForge. Thanks for pointing that out. I'll upload a modified version. -- Michael Paquier http://michael.otacoo.com |
From: Fernando L. <fer...@lo...> - 2012-06-11 12:13:49
|
Hi Michael, Found the offending text. It's in the README from many releases, including 1.0.0: Postgres-XC is aiming to provide transparent access to the database, which means one can use existing PostgreSQL application as is. For implementation reason, ***transparency level is limited to access via libpq libraries*** and simple statements as found in the Architecture Document in the release material. PHP, Perl and most users won't be bothered because those language drivers use libpq, but Java developers use a pure-java JDBC driver which does not uses libpq at all. This statement on the README may be understood as "there are changes to libpq in postgresql-xc so you have to use our libpq. Other clients won't work". But as I understand you reply, I can use any libpq to access postgresql-xc without problem. For example, a pgAdminIII binary for windows that I already use for a plain PostgreSQL server should work out-of-the-box with PostgreSQL-XC, or the rpm files from Debian Linux for a PHP app. And I could also use other clients, not based on libpq, such as a JDBC driver anda a .Net provider, right? []s, Fernando Lozano > Hi, > > I spent half an hour browsing the website, wiki and docs and could not > find where I read that postgresql-xc should be transparent to libpq > clients. Will keep looking later. > > > []s, Fernando Lozano > > >> Hi, >> >> You should avoid sending responses to Postgres announce mailing lists >> people are going to complain. Better to use the MLs dedicated to xc. >> Please find my answers below. >> >> On 2012/06/09, at 1:54, Fernando Lozano <fer...@lo... >> <mailto:fer...@lo...>> wrote: >> >>> Hi Michael, >>> >>> Very interesting, but the docs states that it is "transparent" only >>> for libpq clients. This means Java clients (using the type 4 JDBC >>> driver) can't use PostgreSQL XC? >> Documentation is wrong. We tested with many drivers like php, ruby, >> perl, jdbc, ecpg, etc. >> And the only problems we saw was with odbc because it uses returning >> and ctid. The rest was working well. >> Could you indicate in which page the error is located? >>> >>> Also, as far as I understand the docs, I need something external do >>> implement failover if I connect to a database server which comes >>> offline (JBoss AS HA Datasources comes to mind), and there's no >>> balancer included. Am I right? >> Yes you are right. There is a kind of load balancing between >> Datanodes and Coordinators by design thanks to the distributed nature >> of tables and the possibility to control read for replicated tables >> on specific nodes. However it might be preferable to have load >> balancing from something external. >> >> Regards, >> >> Michael >>> >>> >>> []s, Fernando Lozano >>> >>>> Hi all, >>>> >>>> Postgres-XC, read&write-scalable multi-master symmetric cluster >>>> based on PostgreSQL, version 1.0.0 is released. >>>> This project is seen as an open-source alternative to costly >>>> products such as OracleRAC. Postgres-XC is based on the code of >>>> PostgreSQL, so it can naturally use all its technologies, which are >>>> enhaunced to have a shared-nothing multi-master PostgreSQL-based >>>> database cluster. >>>> >>>> This first stable version is based on PostgreSQL 9.1.4. All the >>>> patches in PostgreSQL 9.1 stable branch have been merged up to >>>> commit 873d1c1 (1st of June 2012). >>>> This includes the security fix related to pg_crypto dated of 30th >>>> of May. >>>> You can download the source tarball directly from here: >>>> https://sourceforge.net/projects/postgres-xc/files/latest/download >>>> This tarball contains all the HTML and man documentation. >>>> >>>> 30 bug fixes have been made since release of beta2, with some >>>> notable enhancements: >>>> - Support for EXTENSION is fixed >>>> - Stabilization of the use of slave nodes in cluster >>>> - Fix of a bug related to read-only transactions, improving >>>> performance by 15%. >>>> - Support of compilation for MacOSX >>>> About the scalability of this release, Postgres-XC 1.0.0 scales to >>>> a factor of 3 when compared to a standalone server PostgreSQL 9.1.3 >>>> on 5 nodes using a benchmark called DBT-1. >>>> >>>> Compared to version Postgres-XC 0.9.7, the following features have >>>> been added: >>>> - Fast query shipping (FQS), quick identification of expressions in >>>> a query that can be pushed down to remote nodes >>>> - SERIAL types >>>> - TABLESPACE >>>> - Utility to clean up 2PC transactions in cluster (pgxc_clean) >>>> - Utility for initialization of GTM (global transaction manager, >>>> utility called initgtm) >>>> - Relation-size functions and locking functions >>>> - Regression stabilization >>>> >>>> The documentation of 1.0, including release notes, is available here: >>>> http://postgres-xc.sourceforge.net/docs/1_0/. >>>> >>>> The project can be followed on Source Forge: >>>> http://postgres-xc.sourceforge.net/. >>>> And a couple of GIT repositories are used for development: >>>> - SourceForge: >>>> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=summary >>>> - Github: https://github.com/postgres-xc/postgres-xc >>>> >>>> The core team is currently working in the addition of new features >>>> for the next major release including: >>>> - Merge with PostgreSQL 9.2 >>>> - Data redistribution functionality, changing table distribution in >>>> cluster with a simple ALTER TABLE >>>> - New functionalities related to online node addition and deletion >>>> for a better user experience >>>> - Triggers >>>> - Planner improvements >>>> - Global constraints. >>>> The roadmap of the project is located here => >>>> http://postgres-xc.sourceforge.net/ in section Roadmap. >>>> >>>> The project is under the same license as PostgreSQL, now managed >>>> under a single entity called "Postgres-XC Development Group". >>>> In order to keep in touch with the project, whose development >>>> follows the same model as PostgreSQL, you can register to the >>>> following mailing lists: >>>> - pos...@li... >>>> <mailto:pos...@li...>, for general >>>> questions. Registration can be done here: >>>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >>>> - pos...@li... >>>> <mailto:pos...@li...>. hachers >>>> mailing list. Registration can be done here: >>>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >>>> >>>> See you soon on the project mailing list, and have fun with this >>>> stable release. >>>> -- >>>> Michael Paquier >>>> Member of core team of Postgres-XC, and Postgres-XC Development Group >>> >>> > > |
From: Michael P. <mic...@gm...> - 2012-06-11 12:04:16
|
On Mon, Jun 11, 2012 at 9:02 PM, Fernando Lozano <fer...@lo...>wrote: > Hi, > > I spent half an hour browsing the website, wiki and docs and could not > find where I read that postgresql-xc should be transparent to libpq > clients. Will keep looking later. > Thanks. Please keep me updated if you find anything. Improving documentation is a nerver-ending task Regards, > > > []s, Fernando Lozano > > > Hi, > > You should avoid sending responses to Postgres announce mailing lists > people are going to complain. Better to use the MLs dedicated to xc. > Please find my answers below. > > On 2012/06/09, at 1:54, Fernando Lozano <fer...@lo...> wrote: > > Hi Michael, > > Very interesting, but the docs states that it is "transparent" only for > libpq clients. This means Java clients (using the type 4 JDBC driver) can't > use PostgreSQL XC? > > Documentation is wrong. We tested with many drivers like php, ruby, perl, > jdbc, ecpg, etc. > And the only problems we saw was with odbc because it uses returning and > ctid. The rest was working well. > Could you indicate in which page the error is located? > > > Also, as far as I understand the docs, I need something external do > implement failover if I connect to a database server which comes offline > (JBoss AS HA Datasources comes to mind), and there's no balancer included. > Am I right? > > Yes you are right. There is a kind of load balancing between Datanodes and > Coordinators by design thanks to the distributed nature of tables and the > possibility to control read for replicated tables on specific nodes. > However it might be preferable to have load balancing from something > external. > > Regards, > > Michael > > > > []s, Fernando Lozano > > Hi all, > > Postgres-XC, read&write-scalable multi-master symmetric cluster based on > PostgreSQL, version 1.0.0 is released. > This project is seen as an open-source alternative to costly products such > as OracleRAC. Postgres-XC is based on the code of PostgreSQL, so it can > naturally use all its technologies, which are enhaunced to have a > shared-nothing multi-master PostgreSQL-based database cluster. > > This first stable version is based on PostgreSQL 9.1.4. All the patches in > PostgreSQL 9.1 stable branch have been merged up to commit 873d1c1 (1st of > June 2012). > This includes the security fix related to pg_crypto dated of 30th of May. > You can download the source tarball directly from here: > https://sourceforge.net/projects/postgres-xc/files/latest/download > This tarball contains all the HTML and man documentation. > > 30 bug fixes have been made since release of beta2, with some notable > enhancements: > - Support for EXTENSION is fixed > - Stabilization of the use of slave nodes in cluster > - Fix of a bug related to read-only transactions, improving performance by > 15%. > - Support of compilation for MacOSX > About the scalability of this release, Postgres-XC 1.0.0 scales to a > factor of 3 when compared to a standalone server PostgreSQL 9.1.3 on 5 > nodes using a benchmark called DBT-1. > > Compared to version Postgres-XC 0.9.7, the following features have been > added: > - Fast query shipping (FQS), quick identification of expressions in a > query that can be pushed down to remote nodes > - SERIAL types > - TABLESPACE > - Utility to clean up 2PC transactions in cluster (pgxc_clean) > - Utility for initialization of GTM (global transaction manager, utility > called initgtm) > - Relation-size functions and locking functions > - Regression stabilization > > The documentation of 1.0, including release notes, is available here: > http://postgres-xc.sourceforge.net/docs/1_0/. > > The project can be followed on Source Forge: > http://postgres-xc.sourceforge.net/. > And a couple of GIT repositories are used for development: > - SourceForge: > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=summary > - Github: https://github.com/postgres-xc/postgres-xc > > The core team is currently working in the addition of new features for the > next major release including: > - Merge with PostgreSQL 9.2 > - Data redistribution functionality, changing table distribution in > cluster with a simple ALTER TABLE > - New functionalities related to online node addition and deletion for a > better user experience > - Triggers > - Planner improvements > - Global constraints. > The roadmap of the project is located here => > http://postgres-xc.sourceforge.net/ in section Roadmap. > > The project is under the same license as PostgreSQL, now managed under a > single entity called "Postgres-XC Development Group". > In order to keep in touch with the project, whose development follows the > same model as PostgreSQL, you can register to the following mailing lists: > - pos...@li..., for general questions. > Registration can be done here: > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > - pos...@li.... hachers mailing list. > Registration can be done here: > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > See you soon on the project mailing list, and have fun with this stable > release. > -- > Michael Paquier > Member of core team of Postgres-XC, and Postgres-XC Development Group > > > > > > -- Michael Paquier http://michael.otacoo.com |
From: Fernando L. <fer...@lo...> - 2012-06-11 12:02:41
|
Hi, I spent half an hour browsing the website, wiki and docs and could not find where I read that postgresql-xc should be transparent to libpq clients. Will keep looking later. []s, Fernando Lozano > Hi, > > You should avoid sending responses to Postgres announce mailing lists > people are going to complain. Better to use the MLs dedicated to xc. > Please find my answers below. > > On 2012/06/09, at 1:54, Fernando Lozano <fer...@lo... > <mailto:fer...@lo...>> wrote: > >> Hi Michael, >> >> Very interesting, but the docs states that it is "transparent" only >> for libpq clients. This means Java clients (using the type 4 JDBC >> driver) can't use PostgreSQL XC? > Documentation is wrong. We tested with many drivers like php, ruby, > perl, jdbc, ecpg, etc. > And the only problems we saw was with odbc because it uses returning > and ctid. The rest was working well. > Could you indicate in which page the error is located? >> >> Also, as far as I understand the docs, I need something external do >> implement failover if I connect to a database server which comes >> offline (JBoss AS HA Datasources comes to mind), and there's no >> balancer included. Am I right? > Yes you are right. There is a kind of load balancing between Datanodes > and Coordinators by design thanks to the distributed nature of tables > and the possibility to control read for replicated tables on specific > nodes. However it might be preferable to have load balancing from > something external. > > Regards, > > Michael >> >> >> []s, Fernando Lozano >> >>> Hi all, >>> >>> Postgres-XC, read&write-scalable multi-master symmetric cluster >>> based on PostgreSQL, version 1.0.0 is released. >>> This project is seen as an open-source alternative to costly >>> products such as OracleRAC. Postgres-XC is based on the code of >>> PostgreSQL, so it can naturally use all its technologies, which are >>> enhaunced to have a shared-nothing multi-master PostgreSQL-based >>> database cluster. >>> >>> This first stable version is based on PostgreSQL 9.1.4. All the >>> patches in PostgreSQL 9.1 stable branch have been merged up to >>> commit 873d1c1 (1st of June 2012). >>> This includes the security fix related to pg_crypto dated of 30th of >>> May. >>> You can download the source tarball directly from here: >>> https://sourceforge.net/projects/postgres-xc/files/latest/download >>> This tarball contains all the HTML and man documentation. >>> >>> 30 bug fixes have been made since release of beta2, with some >>> notable enhancements: >>> - Support for EXTENSION is fixed >>> - Stabilization of the use of slave nodes in cluster >>> - Fix of a bug related to read-only transactions, improving >>> performance by 15%. >>> - Support of compilation for MacOSX >>> About the scalability of this release, Postgres-XC 1.0.0 scales to a >>> factor of 3 when compared to a standalone server PostgreSQL 9.1.3 on >>> 5 nodes using a benchmark called DBT-1. >>> >>> Compared to version Postgres-XC 0.9.7, the following features have >>> been added: >>> - Fast query shipping (FQS), quick identification of expressions in >>> a query that can be pushed down to remote nodes >>> - SERIAL types >>> - TABLESPACE >>> - Utility to clean up 2PC transactions in cluster (pgxc_clean) >>> - Utility for initialization of GTM (global transaction manager, >>> utility called initgtm) >>> - Relation-size functions and locking functions >>> - Regression stabilization >>> >>> The documentation of 1.0, including release notes, is available here: >>> http://postgres-xc.sourceforge.net/docs/1_0/. >>> >>> The project can be followed on Source Forge: >>> http://postgres-xc.sourceforge.net/. >>> And a couple of GIT repositories are used for development: >>> - SourceForge: >>> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=summary >>> - Github: https://github.com/postgres-xc/postgres-xc >>> >>> The core team is currently working in the addition of new features >>> for the next major release including: >>> - Merge with PostgreSQL 9.2 >>> - Data redistribution functionality, changing table distribution in >>> cluster with a simple ALTER TABLE >>> - New functionalities related to online node addition and deletion >>> for a better user experience >>> - Triggers >>> - Planner improvements >>> - Global constraints. >>> The roadmap of the project is located here => >>> http://postgres-xc.sourceforge.net/ in section Roadmap. >>> >>> The project is under the same license as PostgreSQL, now managed >>> under a single entity called "Postgres-XC Development Group". >>> In order to keep in touch with the project, whose development >>> follows the same model as PostgreSQL, you can register to the >>> following mailing lists: >>> - pos...@li... >>> <mailto:pos...@li...>, for general >>> questions. Registration can be done here: >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-general >>> - pos...@li... >>> <mailto:pos...@li...>. hachers >>> mailing list. Registration can be done here: >>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >>> >>> See you soon on the project mailing list, and have fun with this >>> stable release. >>> -- >>> Michael Paquier >>> Member of core team of Postgres-XC, and Postgres-XC Development Group >> >> |
From: Koichi S. <ko...@in...> - 2012-06-11 00:32:27
|
Hmmm... It's more interesting. --- Koichi On Sat, 9 Jun 2012 13:08:01 -0400 Mason <ma...@us...> wrote: > On Sat, Jun 9, 2012 at 5:40 AM, Michael Paquier > <mic...@gm...> wrote: > > Hi, > > > > I found an article while browsing the web comparing pgpool-ii, XC and > > postgres. OK, that's mostly pgpool but the latest paragraph is what caught > > my attention. > > It would be nice to get in touch with this guy, it doesn't look that he > > heard about the latest news of the project: release of 1.0. > > http://www.varnernet.com/~bryan/2012/05/29/i-love-postgresql-but-pgpool-ii-is-another-story/ > > > > At least the comment on pgpool-ii is kind of... interesting. > > I let see it yourself. > > > > Someone knows who this guy is? > > I replied about a week ago, but he either deleted my response or is > moderating comments. > > Mason > > > -- > > Michael Paquier > > http://michael.otacoo.com > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Postgres-xc-general mailing list > > Pos...@li... > > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > |