summaryrefslogtreecommitdiff
path: root/src/backend/storage/freespace/freespace.c
Commit message (Expand)AuthorAgeFilesLines
* Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund2023-04-051-60/+23
* Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund2023-04-051-4/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-3/+3
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-1/+2
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix typo in code commentPeter Eisentraut2021-12-221-1/+1
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-121-21/+31
* Revert recovery prefetching feature.Thomas Munro2021-05-101-2/+1
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-081-1/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-311-13/+14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Speedup truncations of relation forks.Fujii Masao2019-09-241-29/+13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-4/+4
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-295/+6
* Improve code comments in b0eaa4c51b.Amit Kapila2019-03-161-3/+2
* Clear the local map when not used.Amit Kapila2019-03-011-1/+18
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-041-6/+279
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-281-269/+6
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-281-6/+269
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-011-7/+4
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-131-1/+20
* Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane2018-03-291-3/+4
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-291-81/+0
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-291-13/+94
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-191-1/+19
* pgindent run for 9.6Robert Haas2016-06-091-10/+10
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-19/+10
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-10/+19
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-081-0/+81
* Copyedit comments and documentation.Noah Misch2016-04-011-2/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Fix thinko in comment.Heikki Linnakangas2014-02-071-2/+2
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-2/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-171-4/+4
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-4/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1