doc: Improve pgoutput documentation.
[postgresql.git] / src / backend / storage / freespace /
2025-03-27 Michael Paquierdoc: Correct description of values used in FSM for...
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-04-13 Noah Mischfreespace: Don't return blocks past the end of the...
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-31 Heikki LinnakangasGive SMgrRelation pointers a well-defined lifetime.
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-08-23 Thomas MunroExtendBufferedWhat -> BufferManagerRelation.
2023-04-06 Andres FreundUse ExtendBufferedRelTo() in {vm,fsm}_extend()
2023-04-05 Andres FreundDon't initialize page in {vm,fsm}_extend(), not needed
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-09-28 Robert HaasRevert 56-bit relfilenode change and follow-up commits.
2022-09-27 Robert HaasIncrease width of RelFileNumbers from 32 bits to 56...
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize parameter names in storage and AM code.
2022-07-06 Robert HaasChange internal RelFileNode references to RelFileNumber...
2022-04-07 Thomas MunroPrefetch data referenced by the WAL, take II.
2022-01-30 Alvaro HerreraRemove xloginsert.h from xlog.h
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-12-22 Peter EisentrautFix typo in code comment
2021-07-12 Tom LaneReplace RelationOpenSmgr() with RelationGetSmgr().
2021-05-10 Thomas MunroRevert recovery prefetching feature.
2021-04-08 Thomas MunroOptionally prefetch referenced data in recovery.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-07-31 Thomas MunroCache smgrnblocks() results in recovery.
2020-05-14 Tom LaneInitial pgindent and pgperltidy run for v13.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-09-24 Fujii MasaoSpeedup truncations of relation forks.
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-07 Amit KapilaRevert "Avoid the creation of the free space map for...
2019-03-16 Amit KapilaImprove code comments in b0eaa4c51b.
2019-03-01 Amit KapilaClear the local map when not used.
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-07-13 Tom LaneFix inadequate buffer locking in FSM and VM page re...
2018-03-29 Tom LaneRemove unnecessary BufferGetPage() calls in fsm_vacuum_...
2018-03-29 Tom LaneRemove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRang...
2018-03-29 Tom LaneWhile vacuuming a large table, update upper-level FSM...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-19 Heikki LinnakangasFix WAL-logging of FSM and VM truncation.
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Robert HaasExtend relations multiple blocks at a time to improve...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-07 Heikki LinnakangasFix thinko in comment.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-05-02 Robert HaasFurther corrections from the department of redundancy...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-19 Robert HaasTidy up a few calls to smrgextend().
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-09 Tom LaneAllow free space map vacuuming to be interrupted.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-10 Tom LaneTweak the tree descent loop in fsm_search_avail to...
2008-12-03 Heikki LinnakangasSmall comment fixes.
2008-11-27 Heikki LinnakangasDon't force creation of the FSM on searches. It will...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-10-31 Heikki LinnakangasUpdate FSM on WAL replay. This is a bit limited; the...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-07 Tom LaneImprove some of the comments in fsmpage.c.
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-10-01 Tom LaneSuppress an uninitialized-variable warning (not all...
2008-10-01 Heikki LinnakangasFix WAL redo of FSM truncation. We can't call smgrtrunc...
2008-09-30 Tom LaneFix compiler warning (unportable sprintf usage)
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-24 Peter EisentrautKB -> kB
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
next