Re: We are getting old

Lists: pgsql-www
From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: We are getting old
Date: 2021-03-07 11:48:43
Message-ID: 89c2b83a-d923-6ad3-5a31-30fbd5058aef@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

The history page (/docs/current/history.html)
says "With over two decades of development behind it, PostgreSQL...".

We are nearing four decades now. :-O

Should we regularly update that sentence, or anchor it with an actual date?
--
Vik Fearing


From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Vik Fearing <vik(at)postgresfriends(dot)org>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-07 12:14:34
Message-ID: 965E1630-C25F-4DE2-BDB0-9ECFE13A8E4B@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

> On 7 Mar 2021, at 12:48, Vik Fearing <vik(at)postgresfriends(dot)org> wrote:

> Should we regularly update that sentence, or anchor it with an actual date?

Including a date with appropriate resolution seems better.

--
Daniel Gustafsson https://vmware.com/


From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-07 14:17:47
Message-ID: cd5ff7c6-b3c9-bf0c-4645-520703af6e58@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 3/7/21 1:14 PM, Daniel Gustafsson wrote:
>> On 7 Mar 2021, at 12:48, Vik Fearing <vik(at)postgresfriends(dot)org> wrote:
>
>> Should we regularly update that sentence, or anchor it with an actual date?
>
> Including a date with appropriate resolution seems better.

I wouldn't be against just saying "the 80's", perhaps with some
superfluous neon.
--
Vik Fearing


From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-07 21:32:03
Message-ID: 955709b0-b132-c209-f196-1234979ba950@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 3/7/21 9:17 AM, Vik Fearing wrote:
> On 3/7/21 1:14 PM, Daniel Gustafsson wrote:
>>> On 7 Mar 2021, at 12:48, Vik Fearing <vik(at)postgresfriends(dot)org> wrote:
>>
>>> Should we regularly update that sentence, or anchor it with an actual date?
>>
>> Including a date with appropriate resolution seems better.
>
> I wouldn't be against just saying "the 80's", perhaps with some
> superfluous neon

Technically, the above falls in the purview of -docs as it's in the docs
themselves, though we do link to it from pgweb.

To compare, -www[1] says "over 30 years of active development" so we
could certainly increment the decade count.

I'd also be completely for lifting the first two sentences from [1] and
placing them in the documentation.

Jonathan

[1] /about/


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-07 23:32:27
Message-ID: 1686484.1615159947@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

"Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
> On 3/7/21 9:17 AM, Vik Fearing wrote:
>> I wouldn't be against just saying "the 80's", perhaps with some
>> superfluous neon

> Technically, the above falls in the purview of -docs as it's in the docs
> themselves, though we do link to it from pgweb.
> To compare, -www[1] says "over 30 years of active development" so we
> could certainly increment the decade count.
> I'd also be completely for lifting the first two sentences from [1] and
> placing them in the documentation.

+1 for removing the year count in both places, as we'll just forget to
maintain it.

I think referring to "the 1980s" would be fine, but if we can pin it
down more that'd be even better. I see the www page specifies "1986";
do we have evidence favoring that particular year as the start?

regards, tom lane


From: Justin Clift <justin(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 06:42:22
Message-ID: 277c9119a0380ecb9c1bf1719da34091@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 2021-03-08 10:32, Tom Lane wrote:
> "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
>> On 3/7/21 9:17 AM, Vik Fearing wrote:
>>> I wouldn't be against just saying "the 80's", perhaps with some
>>> superfluous neon
>
>> Technically, the above falls in the purview of -docs as it's in the
>> docs
>> themselves, though we do link to it from pgweb.
>> To compare, -www[1] says "over 30 years of active development" so we
>> could certainly increment the decade count.
>> I'd also be completely for lifting the first two sentences from [1]
>> and
>> placing them in the documentation.
>
> +1 for removing the year count in both places, as we'll just forget to
> maintain it.
>
> I think referring to "the 1980s" would be fine, but if we can pin it
> down more that'd be even better. I see the www page specifies "1986";
> do we have evidence favoring that particular year as the start?

The Wikipedia article for PostgreSQL seems to say 1985:

PostgreSQL evolved from the Ingres project at the University of
California,
Berkeley. In 1982, the leader of the Ingres team, Michael Stonebraker,
left Berkeley to make a proprietary version of Ingres.[13]

He returned to Berkeley in 1985, and began a post-Ingres project to
address
the problems with contemporary database systems that had become
increasingly clear during the early 1980s.

Wikipedia being not-100%-reliable, this is the article it pulls that
year
from:

https://amturing.acm.org/award_winners/stonebraker_1172121.cfm

Unfortunately, the only mention of "1985" in that document seems to be:

Stonebraker led development of INGRES at Berkeley until 1985,
supported
by grant money and the labor of graduate and undergraduate students.

With further reference to PG later on in the document, but without
really
seeming to put a clear date to things. :/

Hmmm, don't suppose we can do this the easy way the just look at the
earliest
commit date we have? :)

+ Justin


From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 06:55:04
Message-ID: CAB8KJ=h3ugttp=-nCsGn9XD+O0_pi4X+Jzq+AA6L3NP11DvFhQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

2021年3月8日(月) 15:42 Justin Clift <justin(at)postgresql(dot)org>:
>
> On 2021-03-08 10:32, Tom Lane wrote:
> > "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
> >> On 3/7/21 9:17 AM, Vik Fearing wrote:
> >>> I wouldn't be against just saying "the 80's", perhaps with some
> >>> superfluous neon
> >
> >> Technically, the above falls in the purview of -docs as it's in the
> >> docs
> >> themselves, though we do link to it from pgweb.
> >> To compare, -www[1] says "over 30 years of active development" so we
> >> could certainly increment the decade count.
> >> I'd also be completely for lifting the first two sentences from [1]
> >> and
> >> placing them in the documentation.
> >
> > +1 for removing the year count in both places, as we'll just forget to
> > maintain it.
> >
> > I think referring to "the 1980s" would be fine, but if we can pin it
> > down more that'd be even better. I see the www page specifies "1986";
> > do we have evidence favoring that particular year as the start?
>
> The Wikipedia article for PostgreSQL seems to say 1985:
>
> PostgreSQL evolved from the Ingres project at the University of
> California,
> Berkeley. In 1982, the leader of the Ingres team, Michael Stonebraker,
> left Berkeley to make a proprietary version of Ingres.[13]
>
> He returned to Berkeley in 1985, and began a post-Ingres project to
> address
> the problems with contemporary database systems that had become
> increasingly clear during the early 1980s.
>
> Wikipedia being not-100%-reliable, this is the article it pulls that
> year
> from:
>
> https://amturing.acm.org/award_winners/stonebraker_1172121.cfm
>
> Unfortunately, the only mention of "1985" in that document seems to be:
>
> Stonebraker led development of INGRES at Berkeley until 1985,
> supported
> by grant money and the labor of graduate and undergraduate students.
>
> With further reference to PG later on in the document, but without
> really
> seeming to put a clear date to things. :/
>
> Hmmm, don't suppose we can do this the easy way the just look at the
> earliest
> commit date we have? :)

The earliest commit date is July 1996:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=d31084e9d1118b25fd16580d9d8c2924b5740dff

Some spelunking here might provide some further clues, maybe there are some
release notes or something squirreled away:

https://dsf.berkeley.edu/oldpost/

Regards

Ian Barwick

--
EnterpriseDB: https://www.enterprisedb.com


From: Peter van Hardenberg <pvh(at)pvh(dot)ca>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: Justin Clift <justin(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 08:17:52
Message-ID: CABTbUpiKa8gMOjDo+Dn8zbuh2Cm3vA8m5Xwk_NE3tFZsnEgoxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Oh, hello! You could date from the first POSTGRES paper by Stonebraker
(85), or from Jolly Chen & Andrew Yu's Postgres95 releases (95ish) but I
think the best time to date from would be when Marc volunteered to set up
the Postgres CVS repo in April of '96. You could also date from Marc's
tragically concluding there was consensus around PostgreSQL in October of
the same year.

I collected a bunch of this stuff for a Postgres history talk a while back.
Not sure if there is a video but slides are archived here:
https://www.postgresql.eu/events/pgconfeu2017/sessions/session/1621/slides/49/PGCONF.EUAnIllustratedHistoryofPostgreSQL.pdf

-p

On Sun, Mar 7, 2021 at 10:55 PM Ian Lawrence Barwick <barwick(at)gmail(dot)com>
wrote:

> 2021年3月8日(月) 15:42 Justin Clift <justin(at)postgresql(dot)org>:
> >
> > On 2021-03-08 10:32, Tom Lane wrote:
> > > "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
> > >> On 3/7/21 9:17 AM, Vik Fearing wrote:
> > >>> I wouldn't be against just saying "the 80's", perhaps with some
> > >>> superfluous neon
> > >
> > >> Technically, the above falls in the purview of -docs as it's in the
> > >> docs
> > >> themselves, though we do link to it from pgweb.
> > >> To compare, -www[1] says "over 30 years of active development" so we
> > >> could certainly increment the decade count.
> > >> I'd also be completely for lifting the first two sentences from [1]
> > >> and
> > >> placing them in the documentation.
> > >
> > > +1 for removing the year count in both places, as we'll just forget to
> > > maintain it.
> > >
> > > I think referring to "the 1980s" would be fine, but if we can pin it
> > > down more that'd be even better. I see the www page specifies "1986";
> > > do we have evidence favoring that particular year as the start?
> >
> > The Wikipedia article for PostgreSQL seems to say 1985:
> >
> > PostgreSQL evolved from the Ingres project at the University of
> > California,
> > Berkeley. In 1982, the leader of the Ingres team, Michael Stonebraker,
> > left Berkeley to make a proprietary version of Ingres.[13]
> >
> > He returned to Berkeley in 1985, and began a post-Ingres project to
> > address
> > the problems with contemporary database systems that had become
> > increasingly clear during the early 1980s.
> >
> > Wikipedia being not-100%-reliable, this is the article it pulls that
> > year
> > from:
> >
> > https://amturing.acm.org/award_winners/stonebraker_1172121.cfm
> >
> > Unfortunately, the only mention of "1985" in that document seems to be:
> >
> > Stonebraker led development of INGRES at Berkeley until 1985,
> > supported
> > by grant money and the labor of graduate and undergraduate students.
> >
> > With further reference to PG later on in the document, but without
> > really
> > seeming to put a clear date to things. :/
> >
> > Hmmm, don't suppose we can do this the easy way the just look at the
> > earliest
> > commit date we have? :)
>
> The earliest commit date is July 1996:
>
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=d31084e9d1118b25fd16580d9d8c2924b5740dff
>
> Some spelunking here might provide some further clues, maybe there are some
> release notes or something squirreled away:
>
> https://dsf.berkeley.edu/oldpost/
>
> Regards
>
> Ian Barwick
>
> --
> EnterpriseDB: https://www.enterprisedb.com
>
>
>

--
Peter van Hardenberg
"Everything was beautiful, and nothing hurt."—Kurt Vonnegut


From: Peter van Hardenberg <pvh(at)pvh(dot)ca>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: Justin Clift <justin(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 08:27:10
Message-ID: CABTbUphxnw92wYc59FKdV7WwfPD+0EYct+ArTiuZS+9N7zCXRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Sorry, "The Design of POSTGRES" was in June '86. It seems likely that
POSTGRES was conceptually born in spring of '86 because Stonebraker was
still busy publishing a bunch of INGRES papers until January of that year.

On Mon, Mar 8, 2021 at 12:17 AM Peter van Hardenberg <pvh(at)pvh(dot)ca> wrote:

> Oh, hello! You could date from the first POSTGRES paper by Stonebraker
> (85), or from Jolly Chen & Andrew Yu's Postgres95 releases (95ish) but I
> think the best time to date from would be when Marc volunteered to set up
> the Postgres CVS repo in April of '96. You could also date from Marc's
> tragically concluding there was consensus around PostgreSQL in October of
> the same year.
>
> I collected a bunch of this stuff for a Postgres history talk a while
> back. Not sure if there is a video but slides are archived here:
>
> https://www.postgresql.eu/events/pgconfeu2017/sessions/session/1621/slides/49/PGCONF.EUAnIllustratedHistoryofPostgreSQL.pdf
>
> -p
>
> On Sun, Mar 7, 2021 at 10:55 PM Ian Lawrence Barwick <barwick(at)gmail(dot)com>
> wrote:
>
>> 2021年3月8日(月) 15:42 Justin Clift <justin(at)postgresql(dot)org>:
>> >
>> > On 2021-03-08 10:32, Tom Lane wrote:
>> > > "Jonathan S. Katz" <jkatz(at)postgresql(dot)org> writes:
>> > >> On 3/7/21 9:17 AM, Vik Fearing wrote:
>> > >>> I wouldn't be against just saying "the 80's", perhaps with some
>> > >>> superfluous neon
>> > >
>> > >> Technically, the above falls in the purview of -docs as it's in the
>> > >> docs
>> > >> themselves, though we do link to it from pgweb.
>> > >> To compare, -www[1] says "over 30 years of active development" so we
>> > >> could certainly increment the decade count.
>> > >> I'd also be completely for lifting the first two sentences from [1]
>> > >> and
>> > >> placing them in the documentation.
>> > >
>> > > +1 for removing the year count in both places, as we'll just forget to
>> > > maintain it.
>> > >
>> > > I think referring to "the 1980s" would be fine, but if we can pin it
>> > > down more that'd be even better. I see the www page specifies "1986";
>> > > do we have evidence favoring that particular year as the start?
>> >
>> > The Wikipedia article for PostgreSQL seems to say 1985:
>> >
>> > PostgreSQL evolved from the Ingres project at the University of
>> > California,
>> > Berkeley. In 1982, the leader of the Ingres team, Michael
>> Stonebraker,
>> > left Berkeley to make a proprietary version of Ingres.[13]
>> >
>> > He returned to Berkeley in 1985, and began a post-Ingres project to
>> > address
>> > the problems with contemporary database systems that had become
>> > increasingly clear during the early 1980s.
>> >
>> > Wikipedia being not-100%-reliable, this is the article it pulls that
>> > year
>> > from:
>> >
>> > https://amturing.acm.org/award_winners/stonebraker_1172121.cfm
>> >
>> > Unfortunately, the only mention of "1985" in that document seems to be:
>> >
>> > Stonebraker led development of INGRES at Berkeley until 1985,
>> > supported
>> > by grant money and the labor of graduate and undergraduate students.
>> >
>> > With further reference to PG later on in the document, but without
>> > really
>> > seeming to put a clear date to things. :/
>> >
>> > Hmmm, don't suppose we can do this the easy way the just look at the
>> > earliest
>> > commit date we have? :)
>>
>> The earliest commit date is July 1996:
>>
>>
>> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=d31084e9d1118b25fd16580d9d8c2924b5740dff
>>
>> Some spelunking here might provide some further clues, maybe there are
>> some
>> release notes or something squirreled away:
>>
>> https://dsf.berkeley.edu/oldpost/
>>
>> Regards
>>
>> Ian Barwick
>>
>> --
>> EnterpriseDB: https://www.enterprisedb.com
>>
>>
>>
>
> --
> Peter van Hardenberg
> "Everything was beautiful, and nothing hurt."—Kurt Vonnegut
>

--
Peter van Hardenberg
"Everything was beautiful, and nothing hurt."—Kurt Vonnegut


From: Justin Clift <justin(at)postgresql(dot)org>
To: Peter van Hardenberg <pvh(at)pvh(dot)ca>
Cc: Ian Lawrence Barwick <barwick(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 08:33:23
Message-ID: ed47bf0c3ea27c8aefb909bb364b1b49@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On 2021-03-08 19:17, Peter van Hardenberg wrote:
> Oh, hello! You could date from the first POSTGRES paper by Stonebraker
> (85), or from Jolly Chen & Andrew Yu's Postgres95 releases (95ish) but
> I
> think the best time to date from would be when Marc volunteered to set
> up
> the Postgres CVS repo in April of '96. You could also date from Marc's
> tragically concluding there was consensus around PostgreSQL in October
> of
> the same year.
>
> I collected a bunch of this stuff for a Postgres history talk a while
> back.
> Not sure if there is a video but slides are archived here:
> https://www.postgresql.eu/events/pgconfeu2017/sessions/session/1621/slides/49/PGCONF.EUAnIllustratedHistoryofPostgreSQL.pdf

Oh, that's kind of nifty. The "THE DESIGN OF POSTGRES" paper is dated
as
1986 in your slides though. That's the "first POSTGRES paper" you're
meaning?

Either way, that's a good "start" marker design wise, even though coding
may have started later on. :)

+ Justin


From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: Peter van Hardenberg <pvh(at)pvh(dot)ca>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-08 08:37:40
Message-ID: CAB8KJ=jeFDe2YsGYY07X75Mzgz7GneRfEvMU4y1TsWyeCdqeKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

2021年3月8日(月) 17:33 Justin Clift <justin(at)postgresql(dot)org>:
>
> On 2021-03-08 19:17, Peter van Hardenberg wrote:
> > Oh, hello! You could date from the first POSTGRES paper by Stonebraker
> > (85), or from Jolly Chen & Andrew Yu's Postgres95 releases (95ish) but
> > I
> > think the best time to date from would be when Marc volunteered to set
> > up
> > the Postgres CVS repo in April of '96. You could also date from Marc's
> > tragically concluding there was consensus around PostgreSQL in October
> > of
> > the same year.
> >
> > I collected a bunch of this stuff for a Postgres history talk a while
> > back.
> > Not sure if there is a video but slides are archived here:
> > https://www.postgresql.eu/events/pgconfeu2017/sessions/session/1621/slides/49/PGCONF.EUAnIllustratedHistoryofPostgreSQL.pdf
>
> Oh, that's kind of nifty. The "THE DESIGN OF POSTGRES" paper is dated
> as
> 1986 in your slides though. That's the "first POSTGRES paper" you're
> meaning?
>
> Either way, that's a good "start" marker design wise, even though coding
> may have started later on. :)

This link also has some useful references, including that 1986 paper:

http://www.morganclaypoolpublishers.com/stonebraker/5-Hellerstein.pdf

Ian Barwick

--
EnterpriseDB: https://www.enterprisedb.com


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: Peter van Hardenberg <pvh(at)pvh(dot)ca>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Vik Fearing <vik(at)postgresfriends(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: We are getting old
Date: 2021-03-11 14:50:41
Message-ID: 20210311145041.GD2469@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Mon, Mar 8, 2021 at 07:33:23PM +1100, Justin Clift wrote:
> On 2021-03-08 19:17, Peter van Hardenberg wrote:
> > Oh, hello! You could date from the first POSTGRES paper by Stonebraker
> > (85), or from Jolly Chen & Andrew Yu's Postgres95 releases (95ish) but I
> > think the best time to date from would be when Marc volunteered to set
> > up
> > the Postgres CVS repo in April of '96. You could also date from Marc's
> > tragically concluding there was consensus around PostgreSQL in October
> > of
> > the same year.
> >
> > I collected a bunch of this stuff for a Postgres history talk a while
> > back.
> > Not sure if there is a video but slides are archived here:
> > https://www.postgresql.eu/events/pgconfeu2017/sessions/session/1621/slides/49/PGCONF.EUAnIllustratedHistoryofPostgreSQL.pdf
>
> Oh, that's kind of nifty. The "THE DESIGN OF POSTGRES" paper is dated as
> 1986 in your slides though. That's the "first POSTGRES paper" you're
> meaning?
>
> Either way, that's a good "start" marker design wise, even though coding
> may have started later on. :)

Yes, I am told _coding_ started in 1986.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

The usefulness of a cup is in its emptiness, Bruce Lee