[HACKERS] 2017-03 CF Closed - Mailing list pgsql-hackers

From David Steele
Subject [HACKERS] 2017-03 CF Closed
Date
Msg-id 57685469-75ff-b46f-a5e0-bd2f235e1f91@pgmasters.net
Whole thread Raw
Responses Re: [HACKERS] 2017-03 CF Closed  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
The commitfest has officially ended. I have pushed the remaining patches
to the next commitfest or returned then with feedback as appropriate:

Features moved to next CF:
- new plpgsql extra_checks
- Better estimate merging for duplicate vars in clausesel.c
- initdb configurable wal_segment_size
- Vacuum: allow usage of more than 1GB of work mem
- Bug in to_timestamp() [not exactly bug, should be renamed?]
- Push down more UPDATEs/DELETEs in postgres_fdw
- postgres_fdw: support parameterized foreign joins

BUGS moved to next CF:
- snapshot builder fixes
- Fix the optimization to skip WAL-logging on table created in same
transaction
- replace broken GetExistingLocalJoinPath with CreateLocalJoinPath
- Failure at replay for corrupted 2PC files + reduce window between
end-of-recovery record and history file write

Returned with Feedback:
- Indexes with Included Columns

Final stats for the commitfest:

Committed: 116
Moved to next CF: 50
Rejected: 2
Returned with Feedback: 41
Total: 209.

Thank you to all the authors, reviewers, and committers who participated!

-- 
-David
david@pgmasters.net



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Remaining 2017-03 CF entries
Next
From: Andrew Dunstan
Date:
Subject: Re: Fwd: Re: [HACKERS] Running make check-world in buildfarm (was Re:[COMMITTERS] pgsql: Use SASLprep to normalize passwords for SCRAMauthentication.)