Re: Suggestions for first contribution?

From: Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>
To: Christian Convey <christian(dot)convey(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Suggestions for first contribution?
Date: 2016-09-07 14:44:09
Message-ID: 4F120939-34BB-4E58-AE22-4A2705726D73@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 05 Sep 2016, at 20:25, Christian Convey <christian(dot)convey(at)gmail(dot)com> wrote:
>
> Hi guys,
>
> Can anyone suggest a project for my first PG contribution?
>
> My first two ideas didn't pan out: Yury doesn't seem to need help
> with CMake, and the TODO list's "-Wcast-align" project (now deleted)
> appeared impractical.

There is also a list of projects for google summer of code: https://wiki.postgresql.org/wiki/GSoC_2016

That topics expected to be doable by a newcomer during several months. It is also slightly
outdated, but you always can check current state of things by searching this mail list on interesting topic.

Also postgres have several internal API’s like fdw[1] or gist[2] that allows you to implements something
useful without digging too much into a postgres internals.

[1] https://www.postgresql.org/docs/current/static/fdwhandler.html
[2] https://www.postgresql.org/docs/current/static/gist-extensibility.html

--
Stas Kelvich
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ildar Musin 2016-09-07 15:09:51 Re: Index Onlys Scan for expressions
Previous Message Yury Zhuravlev 2016-09-07 14:34:12 Re: Suggestions for first contribution?