Re: Google Summer Of Code 2017 & PostgreSQL

From: David Fetter <david(at)fetter(dot)org>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, David Steele <david(at)pgmasters(dot)net>
Subject: Re: Google Summer Of Code 2017 & PostgreSQL
Date: 2017-05-08 21:27:32
Message-ID: 20170508212732.GK17493@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 06, 2017 at 07:54:51PM -0400, Stephen Frost wrote:
> Greetings!
>
> I am very pleased to be able to announce that the PostgreSQL project has
> been approved for 4 GSoC projects this year!

Thanks for the hard work!

Google's process has gotten a lot more rigorous over the years, and in
under-appreciated consequence, people who would rather be doing other
things on projects get to shoulder that burden.

> The four projects are:
>
> - Add errors handling and parallel execution to COPY
>
> Student: Alexey Kondratov
> Mentors: Anastasia Lubennikova, Alexander Korotkov, Alvaro Herrera
>
> - Eliminate O(N^2) scaling from rw-conflict tracking in serializable
> transactions
>
> Student: Mengxing Liu
> Mentors: Alvaro Herrera, Kevin Grittner
>
> - Explicitly support predicate locks in index AMs besides btree
>
> Student: Shubham Barai
> Mentors: Andrey Borodin, Kevin Grittner
>
> - Foreign Keys for Array Elements
>
> Student: Mark Rofail
> Mentors: Alexander Korotkov, Stephen Frost, Alvaro Herrera

Good luck to all, and welcome to Alexey, Menxing, Shubham, and Mark!

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2017-05-08 21:55:29 Re: logical replication syntax (was DROP SUBSCRIPTION, query cancellations and slot handling)
Previous Message Fabien COELHO 2017-05-08 21:17:49 Re: pgbench tap tests & minor fixes