index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
freespace
/
freespace.c
Commit message (
Expand
)
Author
Age
*
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-04-13
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-08-23
*
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-05
*
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-04-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix typo in code comment
Peter Eisentraut
2021-12-22
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Improve code comments in b0eaa4c51b.
Amit Kapila
2019-03-16
*
Clear the local map when not used.
Amit Kapila
2019-03-01
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().
Tom Lane
2018-03-29
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
*
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-29
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix thinko in comment.
Heikki Linnakangas
2014-02-07
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
[next]