index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
freespace
/
freespace.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-04-13
freespace: Don't return blocks past the end of the main fork.
Noah Misch
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-31
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-04-06
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Andres Freund
2023-04-05
Don't initialize page in {vm,fsm}_extend(), not needed
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-22
Fix typo in code comment
Peter Eisentraut
2021-07-12
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-31
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-24
Speedup truncations of relation forks.
Fujii Masao
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-03-16
Improve code comments in b0eaa4c51b.
Amit Kapila
2019-03-01
Clear the local map when not used.
Amit Kapila
2019-02-04
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-01-28
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-02
Update copyright for 2019
Bruce Momjian
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-03-29
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-01-03
Update copyright for 2018
Bruce Momjian
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-19
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
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-02
Copyedit comments and documentation.
Noah Misch
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-07
Fix thinko in comment.
Heikki Linnakangas
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
[next]