summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
AgeCommit message (Expand)Author
2023-11-10Ensure we use the correct spelling of "ensure"David Rowley
2022-09-30Avoid improbable PANIC during heap_update, redux.Tom Lane
2021-04-13Avoid improbable PANIC during heap_update.Tom Lane
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-28Revert "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-02-28Remove redundant IndexTupleDSize macro.Tom Lane
2018-01-02Update 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-23pgindent 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
2011-10-12Modify RelationGetBufferForTuple() to use a typedef, rather than aBruce Momjian
2011-09-27Update comments related to the crash-safety of the visibility map.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-21Make the visibility map crash-safe.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-06Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-07-13Clean up the use of some page-header-access macros: principally, useTom Lane
2008-06-08Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera
2008-05-12Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera