aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace/freespace.c
Commit message (Expand)AuthorAge
* freespace: Don't return blocks past the end of the main fork.Noah Misch2024-04-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Update copyright for 2024Bruce Momjian2024-01-03
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-05
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-05
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* 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