aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace/freespace.c
Commit message (Expand)AuthorAge
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix typo in code commentPeter Eisentraut2021-12-22
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Update copyright for 2021Bruce Momjian2021-01-02
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Update copyrights for 2020Bruce Momjian2020-01-01
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Improve code comments in b0eaa4c51b.Amit Kapila2019-03-16
* Clear the local map when not used.Amit Kapila2019-03-01
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane2018-03-29
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-29
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-08
* Copyedit comments and documentation.Noah Misch2016-04-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix thinko in comment.Heikki Linnakangas2014-02-07
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Tidy up a few calls to smrgextend().Robert Haas2010-08-19