Update relfrozenxmin when truncating temp tables

Edit
ID 3358
Title Update relfrozenxmin when truncating temp tables
Topic Server Features
Created 2021-10-12 21:53:31
Last modified 2024-01-22 01:29:07 (9 months, 4 weeks ago)
Latest email 2024-01-22 01:29:55 (9 months, 4 weeks ago)
Status
2024-01: Returned with feedback
2023-11: Moved to next CF
2023-09: Moved to next CF
2023-07: Moved to next CF
2023-03: Moved to next CF
2023-01: Moved to next CF
2022-11: Moved to next CF
2022-09: Moved to next CF
2022-07: Moved to next CF
2022-03: Moved to next CF
2022-01: Moved to next CF
2021-11: Moved to next CF
Target version 16
Authors Greg Stark (stark)
Reviewers Become reviewer
Committer
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/3358
git checkout commitfest/cf/3358
Emails
Temporary tables versus wraparound... again
First at 2020-11-08 23:19:57 by Greg Stark <stark at mit.edu>
Latest at 2024-01-22 01:29:55 by Peter Smith <smithpb2250 at gmail.com>
Latest attachment (v9-0003-Add-test-for-truncating-temp-tables-advancing-rel.patch) at 2023-04-17 21:40:07 from Greg Stark <stark at mit.edu>
    Attachment (v9-0003-Add-test-for-truncating-temp-tables-advancing-rel.patch) at 2023-04-17 21:40:07 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (pg_stat_activity.txt) at 2023-04-05 14:19:10 from Greg Stark <stark at mit.edu> (Patch: No)
    Attachment (v8-0002-Update-relfrozenxmin-when-truncating-temp-tables.patch) at 2022-12-13 14:22:37 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v7-0003-Add-test-for-truncating-temp-tables-advancing-rel.patch) at 2022-06-28 15:02:58 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v6-0001-Add-warnings-when-old-temporary-tables-are-found-.patch) at 2022-04-05 03:04:04 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v5-0002-Update-relfrozenxmin-when-truncating-temp-tables.patch) at 2022-03-31 20:05:13 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v4-0002-Add-test-for-truncating-temp-tables-advancing-rel.patch) at 2022-03-28 20:11:55 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v3-0002-Add-test-for-truncating-temp-tables-advancing-rel.patch) at 2022-03-23 03:58:31 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (v2-0001-Update-relfrozenxmin-when-truncating-temp-tables.patch) at 2021-10-12 22:04:35 from Greg Stark <stark at mit.edu> (Patch: Yes)
    Attachment (0001-update-relfrozenxmin-when-truncating-temp-tables.patch) at 2020-11-08 23:19:57 from Greg Stark <stark at mit.edu> (Patch: Yes)
History
When Who What
2024-01-22 01:29:07 Peter Smith (smithpb2250) Closed in commitfest 2024-01 with status: Returned with feedback
2023-12-04 10:02:34 John Naylor (john.naylor) Closed in commitfest 2023-11 with status: Moved to next CF
2023-10-02 17:56:16 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Moved to next CF
2023-10-02 17:56:10 Peter Eisentraut (petere) New status: Needs review
2023-10-02 17:56:05 Peter Eisentraut (petere) Changed reviewers to
2023-08-01 18:01:08 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2023-07 with status: Moved to next CF
2023-04-10 00:46:24 Greg Stark (stark) Closed in commitfest 2023-03 with status: Moved to next CF
2023-03-07 16:24:13 Greg Stark (stark) New status: Ready for Committer
2023-01-31 16:53:29 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-12-08 13:58:10 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-11-27 00:44:18 Ian Barwick (barwick) New status: Waiting on Author
2022-11-08 13:21:06 Ian Barwick (barwick) Changed targetversion to 16
2022-11-05 15:48:18 Tom Lane (tgl) Added tgl as reviewer
2022-10-12 06:46:02 Michael Paquier (michael-kun) Closed in commitfest 2022-09 with status: Moved to next CF
2022-08-01 17:17:26 Jacob Champion (jchampion) Closed in commitfest 2022-07 with status: Moved to next CF
2022-07-18 18:10:46 Nathan Bossart (bossartn) Removed bossartn from reviewers
2022-04-08 23:37:28 Greg Stark (stark) Closed in commitfest 2022-03 with status: Moved to next CF
2022-04-05 15:19:59 Greg Stark (stark) New status: Ready for Committer
2022-04-05 03:24:33 Greg Stark (stark) New status: Needs review
2022-03-28 19:44:35 Greg Stark (stark) New status: Waiting on Author
2022-03-23 03:59:07 Greg Stark (stark) New status: Ready for Committer
2022-03-22 01:05:18 Andres Freund (andresfreund) New status: Waiting on Author
2022-02-02 16:40:15 Julien Rouhaud (rjuju) Closed in commitfest 2022-01 with status: Moved to next CF
2021-12-03 01:10:54 Nathan Bossart (bossartn) Added bossartn as reviewer
2021-12-02 11:39:18 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Moved to next CF
2021-10-12 22:06:22 Greg Stark (stark) Changed name to Update relfrozenxmin when truncating temp tables
2021-10-12 21:53:58 Greg Stark (stark) Changed authors to Greg Stark (stark)
2021-10-12 21:53:58 Greg Stark (stark) Changed targetversion to 15
2021-10-12 21:53:31 Greg Stark (stark) Attached mail thread CAM-w4HNNBDeXiXrj0B+_-WvP5NZ6of0RLueqFUZfyqbLcbEfMA@mail.gmail.com
2021-10-12 21:53:31 Greg Stark (stark) Created patch record
Edit