Lists: | pgsql-hackers |
---|
From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | PostgreSQL 10 kick-off |
Date: | 2016-08-01 15:25:10 |
Message-ID: | ba76aeb0-2f84-d180-268f-ea0f5ace4a7b@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
A few notes on the next PostgreSQL development cycle (the one after 9.6):
- After several rounds of consultations, it has been decided to change
the version numbering scheme. Instead of X.Y.Z, future releases will
have a two-part version number M.N, where M is the major version number,
which changes with a major release, every year or so, and N is the minor
version number, which changes with a minor release, every few months or
so. This does not change in any way development practices or approaches
to backward compatibility. It merely makes the version numbering scheme
match existing development practices better.
- The next major release of PostgreSQL (after 9.6) will be known as
PostgreSQL 10. (The actual version number of the first production
release will as before have a minor version number of .0, so the actual
release number will be 10.0.) Again, this jump does not change any
policies or conventions on backward compatibility.
- Per [1], the first commit fest of the version 10 development cycle
starts on September 1. In spite of 124 patches already showing at
<https://commitfest.postgresql.org/10/>, it seems like we have had a
good couple of months focusing on release work. If you have been
hesitating because of that, now is surely the time to start submitting
any patches you want for consideration in September.
- We need a commit fest manager. Volunteers, step forward!
- The branching of the Git tree is tentatively scheduled for August 15.
(There will be minor releases and a beta release on August 11.)
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-01 15:54:11 |
Message-ID: | CANP8+jKGv7uQ+w5hAZnKku1A7yRo4Xur=0mQq_tNfpDGAmycaw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On 1 August 2016 at 16:25, Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> - The next major release of PostgreSQL (after 9.6) will be known as
> PostgreSQL 10. (The actual version number of the first production
> release will as before have a minor version number of .0, so the actual
> release number will be 10.0.) Again, this jump does not change any
> policies or conventions on backward compatibility.
My understanding is that for 10.0 we will have this define
#define PG_VERSION_NUM 100000
and for 10.1, which is the first maintenance release this will change to
#define PG_VERSION_NUM 100001
effectively allowing many future versions.
Can we confirm/refute these details now to make sure we are all in tune?
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-01 16:04:45 |
Message-ID: | 8271.1470067485@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> Can we confirm/refute these details now to make sure we are all in tune?
See the other thread I started about that; please reserve this thread
for discussions of general actions around starting the new development
cycle.
regards, tom lane
From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-01 16:19:35 |
Message-ID: | CANP8+jJdMtyJuHx5UZ=nB+3z4FwpzuV_Ff0pRYmaHdjxmheKZA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 사이트SQL |
On 1 August 2016 at 17:04, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
>> Can we confirm/refute these details now to make sure we are all in tune?
>
> See the other thread I started about that; please reserve this thread
> for discussions of general actions around starting the new development
> cycle.
Sure, no problem, our posts crossed. I see your other post confirms this anyway.
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-01 17:08:18 |
Message-ID: | CAFcNs+pskXTgXVaayyVS0RpPO=DqAuTS+DtME9f7_HuE+p+YmA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Mon, Aug 1, 2016 at 12:25 PM, Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
>
> - We need a commit fest manager. Volunteers, step forward!
>
What knowledge is expected for a CFM? I'm really would like to help and
also learn more about our development.
Regards,
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello
From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | fabriziomello(at)gmail(dot)com |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-02 18:11:37 |
Message-ID: | 208b1a18-b414-3f7c-b211-0a1204ba4cf4@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On 8/1/16 1:08 PM, Fabrízio de Royes Mello wrote:
> What knowledge is expected for a CFM? I'm really would like to help and
> also learn more about our development.
If you search the wiki for "commitfest" you will find several pages of
varying outdatedness that describe the process.
Mainly, you will need to be nagging a lot of people. ;-)
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | fabriziomello(at)gmail(dot)com, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-02 20:44:27 |
Message-ID: | 20160802204427.GA568217@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Peter Eisentraut wrote:
> On 8/1/16 1:08 PM, Fabrízio de Royes Mello wrote:
> > What knowledge is expected for a CFM? I'm really would like to help and
> > also learn more about our development.
>
> If you search the wiki for "commitfest" you will find several pages of
> varying outdatedness that describe the process.
I have cleaned up the wiki a bit, so the authoritative info should be at
https://wiki.postgresql.org/wiki/CommitFest_Checklist
Note that what that page describes is not exactly what we do nowadays;
if someone wants to edit that page to better reflect reality, be my
guest. Also see the old (2009) page where an older workflow was
described:
https://wiki.postgresql.org/index.php?title=Running_a_CommitFest&oldid=9369
Perhaps it'd be good to resurrect some of that contents, in modernized
form, to the current page.
Thanks
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-03 15:09:07 |
Message-ID: | CAFcNs+of6s02N80u=N9OkQ_+-LYk_BePf2aQgFFF7=QXYt2R_g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Tue, Aug 2, 2016 at 5:44 PM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:
>
> Peter Eisentraut wrote:
> > On 8/1/16 1:08 PM, Fabrízio de Royes Mello wrote:
> > > What knowledge is expected for a CFM? I'm really would like to help
and
> > > also learn more about our development.
> >
> > If you search the wiki for "commitfest" you will find several pages of
> > varying outdatedness that describe the process.
>
> I have cleaned up the wiki a bit, so the authoritative info should be at
> https://wiki.postgresql.org/wiki/CommitFest_Checklist
> Note that what that page describes is not exactly what we do nowadays;
> if someone wants to edit that page to better reflect reality, be my
> guest. Also see the old (2009) page where an older workflow was
> described:
>
https://wiki.postgresql.org/index.php?title=Running_a_CommitFest&oldid=9369
> Perhaps it'd be good to resurrect some of that contents, in modernized
> form, to the current page.
>
Thank you both for the informations.
If there are no complains about my lack of experience in this field I would
like do become the next CFM (am I the first brazilian??)
Regards,
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello
From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Fabrízio Mello <fabriziomello(at)gmail(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-08-04 00:24:27 |
Message-ID: | CAB7nPqQcK+ghmFnBbRSoAyUkqzqpwxYWv4rHubxB1SGdu19New@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Thu, Aug 4, 2016 at 12:09 AM, Fabrízio de Royes Mello
<fabriziomello(at)gmail(dot)com> wrote:
> If there are no complains about my lack of experience in this field I would
> like do become the next CFM (am I the first brazilian??)
That would be great. I am not sending more patches for the 1st CF and
as long as there are no issues for 9.6 to deal with, so I am switching
to patch review mode pretty soon, so I'll help out with things.
--
Michael
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Fabrízio Mello <fabriziomello(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-09-01 09:55:33 |
Message-ID: | CABUevEzT3RqJZR2ioSePD7JQ_datTLNgS_v2GAwQMRWODc02jg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 사이트 추천SQL |
On Aug 4, 2016 2:25 AM, "Michael Paquier" <michael(dot)paquier(at)gmail(dot)com> wrote:
>
> On Thu, Aug 4, 2016 at 12:09 AM, Fabrízio de Royes Mello
> <fabriziomello(at)gmail(dot)com> wrote:
> > If there are no complains about my lack of experience in this field I
would
> > like do become the next CFM (am I the first brazilian??)
>
> That would be great. I am not sending more patches for the 1st CF and
> as long as there are no issues for 9.6 to deal with, so I am switching
> to patch review mode pretty soon, so I'll help out with things.
Did we make a decision on this? Cf is starting now, are we appointing
Fabrizio as the cf manager?
/Magnus
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Fabrízio Mello <fabriziomello(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-09-01 11:35:59 |
Message-ID: | 17631.1472729759@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> On Thu, Aug 4, 2016 at 12:09 AM, Fabrzio de Royes Mello
>> <fabriziomello(at)gmail(dot)com> wrote:
>>> If there are no complains about my lack of experience in this field I
>>> would like do become the next CFM (am I the first brazilian??)
> Did we make a decision on this? Cf is starting now, are we appointing
> Fabrizio as the cf manager?
I didn't hear any other volunteers, so he's it.
regards, tom lane
From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-09-01 15:44:16 |
Message-ID: | CAFcNs+q2KkMs0w+v0ihZYf4Gc4CFV-esjE4L=mCvaUeuVhYxaQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Thu, Sep 1, 2016 at 8:35 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> >> On Thu, Aug 4, 2016 at 12:09 AM, Fabrízio de Royes Mello
> >> <fabriziomello(at)gmail(dot)com> wrote:
> >>> If there are no complains about my lack of experience in this field I
> >>> would like do become the next CFM (am I the first brazilian??)
>
> > Did we make a decision on this? Cf is starting now, are we appointing
> > Fabrizio as the cf manager?
>
> I didn't hear any other volunteers, so he's it.
>
Well... I was waiting for an approval from core team... then now I am the
CF manager...
I'm getting some help from Alvaro to get the admin grants in CommitFest App
to start this party.
In a few hours I'm send the emails and officially start the commitfest.
Regards,
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Fabrízio Mello <fabriziomello(at)gmail(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-09-01 16:02:47 |
Message-ID: | CABUevEwFMrgQ+Ta8VdsK+SAh0cdT3W1Um2N4ykvHQ9qapOfrkw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Sep 1, 2016 17:44, "Fabrízio de Royes Mello" <fabriziomello(at)gmail(dot)com>
wrote:
>
>
>
> On Thu, Sep 1, 2016 at 8:35 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > >> On Thu, Aug 4, 2016 at 12:09 AM, Fabrízio de Royes Mello
> > >> <fabriziomello(at)gmail(dot)com> wrote:
> > >>> If there are no complains about my lack of experience in this field
I
> > >>> would like do become the next CFM (am I the first brazilian??)
> >
> > > Did we make a decision on this? Cf is starting now, are we appointing
> > > Fabrizio as the cf manager?
> >
> > I didn't hear any other volunteers, so he's it.
> >
>
> Well... I was waiting for an approval from core team... then now I am the
CF manager...
Yup, clearly you have it now :-)
>
> I'm getting some help from Alvaro to get the admin grants in CommitFest
App to start this party.
Sounds good and don't hesitate to ask any of us if you are wondering about
something or need some help.
>
> In a few hours I'm send the emails and officially start the commitfest.
Excellent!
/Magnus
From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: PostgreSQL 10 kick-off |
Date: | 2016-09-01 17:06:01 |
Message-ID: | CAFcNs+rOivL5OdmyareRymEa_sJtZevWG3QNPPmdS91oTuV4GA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 캔SQL : |
On Thu, Sep 1, 2016 at 1:02 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Sep 1, 2016 17:44, "Fabrízio de Royes Mello" <fabriziomello(at)gmail(dot)com>
wrote:
> >
> >
> >
> > On Thu, Sep 1, 2016 at 8:35 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > >
> > > Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > > >> On Thu, Aug 4, 2016 at 12:09 AM, Fabrízio de Royes Mello
> > > >> <fabriziomello(at)gmail(dot)com> wrote:
> > > >>> If there are no complains about my lack of experience in this
field I
> > > >>> would like do become the next CFM (am I the first brazilian??)
> > >
> > > > Did we make a decision on this? Cf is starting now, are we
appointing
> > > > Fabrizio as the cf manager?
> > >
> > > I didn't hear any other volunteers, so he's it.
> > >
> >
> > Well... I was waiting for an approval from core team... then now I am
the CF manager...
>
> Yup, clearly you have it now :-)
>
And here we go!!!
> >
> > I'm getting some help from Alvaro to get the admin grants in CommitFest
App to start this party.
>
> Sounds good and don't hesitate to ask any of us if you are wondering
about something or need some help.
>
Alvaro sent a message by IM that I'm granted as admin in commitfest app but
something seams wrong... The administration "link/button" doesn't appear to
me yet... What's the correct way to get this rights?
Thanks in advance!
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello