summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-08-14hio: Take number of prior relation extensions into accountAndres Freund
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund
2023-04-06hio: Don't pin the VM while holding buffer lock while extendingAndres Freund
2023-04-06hio: Relax rules for calling GetVisibilityMapPins()Andres Freund
2023-04-02hio: Release extension lock before initializing page / pinning VMAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-30Avoid improbable PANIC during heap_update, redux.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-08Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-06-02Revert most of 39b66a91bdTomas Vondra
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-13Avoid improbable PANIC during heap_update.Tom Lane
2021-03-31Accept slightly-filled pages for tuples larger than fillfactor.Noah Misch
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-01-24Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-03-01Clear the local map when not used.Amit Kapila
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-02-03Move page initialization from RelationAddExtraBlocks() to use, take 2.Andres Freund
2019-02-02Avoid possible deadlock while locking multiple heap pages.Amit Kapila
2019-01-29Revert "Move page initialization from RelationAddExtraBlocks() to use."Andres Freund
2019-01-28Move page initialization from RelationAddExtraBlocks() to use.Andres Freund
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-29Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane
2018-03-01Remove redundant IndexTupleDSize macro.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Extend relations multiple blocks at a time to improve scalability.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian