Old small commitfest items

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Old small commitfest items
Date: 2018-07-02 14:30:11
Message-ID: CAA8=A7-owFLugBVZ0JjehTZJue7brEs2qTjVyZFRDq-B=+NwNg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres talked about us concentrating on old items and very small
items. Here's a list of items that are both old and small (FSVO
"small"):

The first number is the CF item number, the second the patch line count:

528 1146 Fix the optimization to skip WAL-logging on table created in
same transaction
669 847 pgbench - allow to store query results into variables
713 346 Correct space parsing in to_timestamp()
922 180 Failure at replay for corrupted 2PC files + reduce window
between end-of-recovery record and history file write
931 1527 Protect syscache from bloating with negative cache entries
962 553 new plpgsql extra_checks
990 248 add GUCs to control custom plan logic
1001 851 Convert join OR clauses into UNION queries
1004 1159 SERIALIZABLE with parallel query
1085 922 XML XPath default namespace support
1113 68 Replication status in logical replication
1138 733 Improve compactify_tuples and PageRepairFragmentation
1141 1851 Full merge join on comparison clause
1166 1162 Fix LWLock degradation on NUMA

The first item on the list is just plain embarrassing. It's a bug fix
item that we've been punting for 10 CFs.

If people want a priority list for items to attack during the CF this
list is probably a good place to start.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2018-07-02 15:11:07 Re: Should contrib modules install .h files?
Previous Message Andrey V. Lepikhov 2018-07-02 14:29:38 Re: [WIP] [B-Tree] Retail IndexTuple deletion