Re: 2018-03 CFM

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: David Steele <david(at)pgmasters(dot)net>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 2018-03 CFM
Date: 2018-03-02 11:45:26
Message-ID: 20180302114526.GB29307@e733.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hello David,

> This data is worth cross-checking with http://commitfest.cputube.org/
> though. For instance, the "Improve geometric types" patch doesn't apply.
> I already notified the author. I'll try to write a script that exports
> data from this site as well to make cross-checking easier.

OK, I finished the second script and uploaded both scripts on GitHub
[1]. Here is an updated report:

select left(cf.title, 64) as title, cf.url, cf.latest_mail
from commitfest as cf
left join cputube as ct on ct.url = cf.url
where status = 'Ready for Committer' and ct.apply_passing and ct.build_passing
order by latest_mail desc;

-[ RECORD 1 ]-----------------------------------------------------------------
title | Incorrect flag passed to initial_cost_hashjoin()
url | https://commitfest.postgresql.org/17/1551/
latest_mail | 2018-03-02 10:01:00
-[ RECORD 2 ]-----------------------------------------------------------------
title | Mention connection parameter "replication" in libpq section
url | https://commitfest.postgresql.org/17/1387/
latest_mail | 2018-03-02 09:44:00
-[ RECORD 3 ]-----------------------------------------------------------------
title | Fix tuple count during vacuum for partial GiST indexes
url | https://commitfest.postgresql.org/17/1483/
latest_mail | 2018-03-02 05:33:00
-[ RECORD 4 ]-----------------------------------------------------------------
title | Creating backup history files for backups taken from standbys
url | https://commitfest.postgresql.org/17/1231/
latest_mail | 2018-03-02 04:14:00
-[ RECORD 5 ]-----------------------------------------------------------------
title | New function for tsquery creation
url | https://commitfest.postgresql.org/17/1202/
latest_mail | 2018-03-02 03:06:00
-[ RECORD 6 ]-----------------------------------------------------------------
title | MCV lists for highly skewed distributions
url | https://commitfest.postgresql.org/17/1441/
latest_mail | 2018-03-01 22:26:00
-[ RECORD 7 ]-----------------------------------------------------------------
title | Surjective indexes
url | https://commitfest.postgresql.org/17/1152/
latest_mail | 2018-03-01 19:48:00
-[ RECORD 8 ]-----------------------------------------------------------------
title | pgbench - add \if support
url | https://commitfest.postgresql.org/17/1385/
latest_mail | 2018-03-01 18:06:00
-[ RECORD 9 ]-----------------------------------------------------------------
title | Fix LWLock degradation on NUMA
url | https://commitfest.postgresql.org/17/1166/
latest_mail | 2018-03-01 15:50:00
-[ RECORD 10 ]----------------------------------------------------------------
title | pg_proc.prokind column
url | https://commitfest.postgresql.org/17/1566/
latest_mail | 2018-03-01 00:46:00
-[ RECORD 11 ]----------------------------------------------------------------
title | Increase initdb's fallback value of max_connection to 20
url | https://commitfest.postgresql.org/17/1560/
latest_mail | 2018-02-28 18:11:00
-[ RECORD 12 ]----------------------------------------------------------------
title | UPDATE of partition key : Restrict concurrent update/delete
url | https://commitfest.postgresql.org/17/1368/
latest_mail | 2018-02-28 07:08:00
-[ RECORD 13 ]----------------------------------------------------------------
title | pg_rewind takes too long time to synchronize database cluster wi
url | https://commitfest.postgresql.org/17/1542/
latest_mail | 2018-02-28 06:58:00
-[ RECORD 14 ]----------------------------------------------------------------
title | Exclude unlogged tables from base backups
url | https://commitfest.postgresql.org/17/1409/
latest_mail | 2018-02-27 21:16:00
-[ RECORD 15 ]----------------------------------------------------------------
title | Vacuum: allow usage of more than 1GB of work mem
url | https://commitfest.postgresql.org/17/844/
latest_mail | 2018-02-19 21:50:00
-[ RECORD 16 ]----------------------------------------------------------------
title | Lockable views
url | https://commitfest.postgresql.org/17/1433/
latest_mail | 2018-02-06 16:12:00
-[ RECORD 17 ]----------------------------------------------------------------
title | Jsonb transform for pl/python
url | https://commitfest.postgresql.org/17/1400/
latest_mail | 2018-02-01 16:06:00
-[ RECORD 18 ]----------------------------------------------------------------
title | fix slot_store/modify_cstrings error callback bug in logical rep
url | https://commitfest.postgresql.org/17/1394/
latest_mail | 2018-01-31 01:38:00
-[ RECORD 19 ]----------------------------------------------------------------
title | General purpose hashing func in pgbench
url | https://commitfest.postgresql.org/17/1424/
latest_mail | 2018-01-29 12:55:00
-[ RECORD 20 ]----------------------------------------------------------------
title | XML XPath default namespace support
url | https://commitfest.postgresql.org/17/1085/
latest_mail | 2018-01-29 09:01:00
-[ RECORD 21 ]----------------------------------------------------------------
title | Logical decoding of TRUNCATE
url | https://commitfest.postgresql.org/17/1448/
latest_mail | 2018-01-28 16:01:00
-[ RECORD 22 ]----------------------------------------------------------------
title | Predicate locking in Gist index
url | https://commitfest.postgresql.org/17/1172/
latest_mail | 2018-01-25 14:32:00
-[ RECORD 23 ]----------------------------------------------------------------
title | TRUNCATE behavior when session_replication_role = replica
url | https://commitfest.postgresql.org/17/1447/
latest_mail | 2018-01-23 14:27:00
-[ RECORD 24 ]----------------------------------------------------------------
title | Failure at replay for corrupted 2PC files + reduce window betwee
url | https://commitfest.postgresql.org/17/922/
latest_mail | 2018-01-13 22:13:00
-[ RECORD 25 ]----------------------------------------------------------------
title | Add NOWAIT option to VACUUM and ANALYZE
url | https://commitfest.postgresql.org/17/1399/
latest_mail | 2018-01-11 02:17:00
-[ RECORD 26 ]----------------------------------------------------------------
title | pgbench - allow to store query results into variables
url | https://commitfest.postgresql.org/17/669/
latest_mail | 2018-01-10 08:54:00

Raw data is attached.

[1]: https://github.com/afiskon/py-autoreviewer

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
data.sql.gz application/gzip 14.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2018-03-02 11:47:56 Re: 2018-03 CFM
Previous Message Magnus Hagander 2018-03-02 11:40:30 perltidy version