snprintf.c performance improvements

Edit
ID 1763
Title snprintf.c performance improvements
Topic Performance
Created 2018-08-17 18:33:48
Last modified 2018-10-18 03:44:24 (6 years, 1 month ago)
Latest email 2018-10-12 04:36:24 (6 years, 1 month ago)
Status
2018-11: Committed
2018-09: Moved to next CF
Target version
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/1763
git checkout commitfest/cf/1763
Emails
Performance improvements for src/port/snprintf.c
First at 2018-08-17 18:32:59 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2018-10-12 04:36:24 by Andres Freund <andres at anarazel.de>
Latest attachment (ryu1.patch) at 2018-10-06 03:36:51 from Andrew Gierth <andrew at tao11.riddles.org.uk>
    Attachment (ryu1.patch) at 2018-10-06 03:36:51 from Andrew Gierth <andrew at tao11.riddles.org.uk> (Patch: Yes)
    Attachment (different-float-printf-fix-1.patch) at 2018-10-06 02:58:37 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (hack-use-of-strfromd.patch) at 2018-10-03 18:01:35 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (make-plain-percent-s-faster.patch) at 2018-10-03 15:59:27 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-snprintf-speedups-5.patch) at 2018-10-02 21:54:31 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (snprintf-speedups-4.patch) at 2018-09-27 01:30:25 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (snprintf-speedups-3.patch) at 2018-09-12 18:14:15 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (snprintf-speedups-2.patch) at 2018-08-19 22:07:45 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (snprintf-speedups-1.patch) at 2018-08-17 18:32:59 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2018-10-18 03:44:24 Tom Lane (tgl) Closed in commitfest 2018-11 with status: Committed
2018-10-18 03:44:23 Tom Lane (tgl) Changed committer to tgl
2018-10-02 02:01:07 Michael Paquier (michael-kun) Closed in commitfest 2018-09 with status: Moved to next CF
2018-08-17 18:34:05 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2018-08-17 18:33:48 Tom Lane (tgl) Attached mail thread 11787.1534530779@sss.pgh.pa.us
2018-08-17 18:33:48 Tom Lane (tgl) Created patch record
Edit