]> granicus.if.org Git - postgresql/history - src/backend/storage/freespace
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / storage / freespace /
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...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-17 Bruce MomjianFix FSM warning to mention increasing max_fsm_pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-04-24 Bruce MomjianUpdate VACUUM VERBOSE FSM message, per Tom.
2005-04-23 Bruce MomjianUpdate VACUUM VERBOSE update, per Alvaro.
2005-04-23 Bruce MomjianUpdate working of VACUUM VERBOSE.
2005-04-23 Bruce MomjianMake VACUUM VERBOSE FSM output all output in a single...
2005-04-23 Bruce MomjianModify output of VACUUM VERBOSE to be clearer.
2005-03-14 Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-12 Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-26 Tom LaneSecond try at fixing no-room-to-move-down PANIC in...
next