index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
storage.c
Commit message (
Expand
)
Author
Age
*
Let caller of PageIsVerified() control ignore_checksum_failure
Andres Freund
2025-03-30
*
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-30
*
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-29
*
Change relpath() et al to return path by value
Andres Freund
2025-02-25
*
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
*
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-30
*
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-02
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-20
*
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-03
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-23
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-09-15
*
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
Robert Haas
2022-09-27
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-10-26
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix comment
Peter Eisentraut
2019-10-22
*
Speedup truncations of relation forks.
Fujii Masao
2019-09-24
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
[next]