Re: new in list - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: new in list
Date
Msg-id 39AC93F5.C269573@alumni.caltech.edu
Whole thread Raw
In response to new in list  ("Martin A. Marques" <martin@math.unl.edu.ar>)
List pgsql-hackers
> Hi, I'm new on this list and would like to develop and play around a bit with
> the postgres source.

Welcome!

> I would like to know where to go (besides the source) to get started.

There are html and hardcopy docs. There are README files scattered
throughout the source tree, which should help introduce you to each of
the pieces. There are the mailing list archives (look at the last month
or so). And of course there is the hackers mailing list, which you have
already found. Having a good SQL book handy can't hurt.

> What are the features that are been added to future realeses?

Each contributor has his own interests and emphasis. And it isn't
possible to predict with certainty what features may appear (you may
decide to contribute something we haven't even thought of!). But
certainly the following themes are likely to see some attention:

o outer joins, perhaps requiring a redesigned query tree
o SQL99 "schemas"
o a redesigned query tree, to make some operations easier to represent
o WAL, which will speed up queries and recoveries
o memory management (already improved, but always a candidate for more)
o distributed databases
o CORBA, XML, SOAP, ??
o applications
                     - Thomas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: disallow LOCK on a view - the Tom Lane remix
Next
From: Alfred Perlstein
Date:
Subject: Re: disallow LOCK on a view - the Tom Lane remix