plans for PostgreSQL 12

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: plans for PostgreSQL 12
Date: 2018-06-04 05:08:42
Message-ID: CAFj8pRCej7bePCMmRVMDfyAMR0Zm-ZmVvw65ayxA6uEvQQWmFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I am sending my ToDo for PostgreSQL 12 - a list of features what I would to
develop or I would to participate on:

1. schema variables - CREATE VARIABLE command
2. using pgbench expressions for psql - review, cooperation
3. JSON related patches - review
4. optimization expression without necessity to create snapshots -
experiments

@4 There are lot of not database expressions in PLpgSQL - like var1 := var1
+ var2 or var1 := var1 + konst. Own calculation needs about 1% of time of
total expression evaluation time. Almost all time get preparing plan cache,
preparing snapshot, .. For this case, when no database object is used, we
don't need use this infrastructure. I would to measure performance impact,
and testing if these optimizations are interesting or not.

I finalizing a article about PostgreSQL 11. It will great release. The
progress in partitioning area is massive. It is hard to believe so Postgres
has JIT. I hope so PostgreSQL will be better.

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rajkumar Raghuwanshi 2018-06-04 05:44:37 Re: New committers announced at PGCon 2018
Previous Message David G. Johnston 2018-06-04 04:21:52 Re: [HACKERS] Code of Conduct plan