making relfilenodes 56 bit

Edit
ID 3711
Title making relfilenodes 56 bit
Topic Miscellaneous
Created 2022-06-24 11:10:12
Last modified 2023-01-06 06:14:32 (1 year, 10 months ago)
Latest email 2023-01-06 06:13:43 (1 year, 10 months ago)
Status
2023-01: Withdrawn
2022-11: Moved to next CF
2022-09: Moved to next CF
2022-07: Moved to next CF
Target version
Authors Dilip Kumar (dilip.kumar)
Reviewers Robert Haas (rhaas)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/3711
git checkout commitfest/cf/3711
Emails
Make relfile tombstone files conditional on WAL level
First at 2021-03-04 22:02:01 by Thomas Munro <thomas.munro at gmail.com>
Latest at 2023-01-06 06:13:43 by Dilip Kumar <dilipbalaut at gmail.com>
Latest attachment (controldata-regression-2.patch) at 2022-10-21 06:00:56 from Michael Paquier <michael at paquier.xyz>
    Attachment (controldata-regression-2.patch) at 2022-10-21 06:00:56 from Michael Paquier <michael at paquier.xyz> (Patch: Yes)
    Attachment (controldata-regression.patch) at 2022-09-30 00:12:56 from Michael Paquier <michael at paquier.xyz> (Patch: Yes)
    Attachment (v19-0003-Don-t-need-tabespace-id-to-uniquely-identify-rel.patch) at 2022-09-27 06:33:18 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (move-relfilenumber-decls-v1.patch) at 2022-09-26 16:26:17 from Robert Haas <robertmhaas at gmail.com> (Patch: Yes)
    Attachment (v18-0002-Don-t-need-tabespace-id-to-uniquely-identify-rel.patch) at 2022-09-23 04:23:48 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v17-0001-Widen-relfilenumber-from-32-bits-to-56-bits.patch) at 2022-09-09 10:02:17 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v16-0001-Widen-relfilenumber-from-32-bits-to-56-bits.patch) at 2022-09-03 08:56:00 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v15-0002-Widen-relfilenumber-from-32-bits-to-56-bits.patch) at 2022-08-01 11:57:01 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v14-0002-Preliminary-refactoring-for-supporting-larger-re.patch) at 2022-07-28 11:31:47 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v13-0001-Convert-buf_internal.h-macros-to-static-inline-f.patch) at 2022-07-27 16:19:38 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v12-0001-Convert-buf_internal.h-macros-to-static-inline-f.patch) at 2022-07-27 12:32:01 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v11-0001-Convert-buf_internal.h-macros-to-static-inline-f.patch) at 2022-07-26 08:01:38 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v10-0001-Convert-buf_internal.h-macros-to-static-inline-f.patch) at 2022-07-20 11:26:47 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v9-0001-Convert-buf_internal.h-macros-to-static-inline-fu.patch) at 2022-07-14 11:48:32 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Convert-buf_internal.h-macros-to-static-inline-fu.patch) at 2022-07-12 15:26:08 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Remove-the-restriction-that-the-relmap-must-be-51.patch) at 2022-07-12 13:51:12 from Robert Haas <robertmhaas at gmail.com> (Patch: Yes)
    Attachment (v1-0001-rough-draft-of-removing-relmap-size-restriction.patch) at 2022-07-11 20:11:53 from Robert Haas <robertmhaas at gmail.com> (Patch: Yes)
    Attachment (v8-0001-Preliminary-refactoring-for-supporting-larger-rel.patch) at 2022-07-11 11:39:11 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v7-0001-Preliminary-refactoring-for-supporting-larger.patch) at 2022-07-07 11:44:48 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v6-0004-Assert-checking-to-be-merged-with-0003.patch) at 2022-07-06 11:54:43 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v5-0005-Don-t-delay-removing-Tombstone-file-until-next.patch) at 2022-07-05 08:32:42 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v4-0003-Use-56-bits-for-relfilenumber-to-avoid-wraparound.patch) at 2022-07-01 10:42:01 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v3-0002-Preliminary-refactoring-for-supporting-larger-rel.patch) at 2022-06-29 09:15:09 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Rename-RelFileNode-to-RelFileLocator-and-relNode-.patch) at 2022-06-24 11:08:13 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v1-0001-Rename-RelFileNode-to-RelFileLocator-and-relNode-.patch) at 2022-06-23 07:55:29 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v5-0001-Preliminary-refactoring-for-supporting-larger-rel.patch) at 2022-03-04 05:37:19 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v4-0001-Preliminary-refactoring-for-supporting-larger-rel.patch) at 2022-02-21 07:51:31 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v3-0004-Don-t-delay-removing-Tombstone-file-until-next-ch.patch) at 2022-02-07 05:26:17 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (v2-WIP-0001-Don-t-delay-removing-Tombstone-file-until-next-ch.patch) at 2022-01-31 05:29:33 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: No)
    Attachment (v1-WIP-0001-Don-t-wait-for-next-checkpoint-to-remove-unwanted.patch) at 2022-01-28 14:40:15 from Dilip Kumar <dilipbalaut at gmail.com> (Patch: Yes)
    Attachment (0001-HACK-A-function-to-control-the-OID-allocator.patch) at 2021-09-30 10:32:20 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (0001-Make-relfile-tombstone-files-conditional-on-WAL-leve.patch) at 2021-03-04 22:02:01 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
History
When Who What
2023-01-06 06:14:32 Dilip Kumar (dilip.kumar) Closed in commitfest 2023-01 with status: Withdrawn
2022-12-12 13:17:10 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-10-12 07:09:06 Michael Paquier (michael-kun) Closed in commitfest 2022-09 with status: Moved to next CF
2022-08-01 22:19:09 Jacob Champion (jchampion) Closed in commitfest 2022-07 with status: Moved to next CF
2022-06-28 19:57:43 Robert Haas (rhaas) Added rhaas as reviewer
2022-06-24 11:11:35 Dilip Kumar (dilip.kumar) Attached mail thread CA+hUKG+fTEcYQvc18aEbrJjPri99A09JZcEXzXjT5h57S+Agkw@mail.gmail.com
2022-06-24 11:11:24 Dilip Kumar (dilip.kumar) Detached mail thread CA+hUKG+fTEcYQvc18aEbrJjPri99A09JZcEXzXjT5h57S+Agkw@mail.gmail.com
2022-06-24 11:10:35 Dilip Kumar (dilip.kumar) Changed authors to Dilip Kumar (dilip.kumar)
2022-06-24 11:10:13 Dilip Kumar (dilip.kumar) Attached mail thread CA+hUKG+fTEcYQvc18aEbrJjPri99A09JZcEXzXjT5h57S+Agkw@mail.gmail.com
2022-06-24 11:10:12 Dilip Kumar (dilip.kumar) Created patch record
Edit