summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
AgeCommit message (Expand)Author
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
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian