aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/storage.c
Commit message (Expand)AuthorAge
* Let caller of PageIsVerified() control ignore_checksum_failureAndres Freund2025-03-30
* pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund2025-03-30
* Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund2025-03-29
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane2025-01-30
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro2024-12-03
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary smgrimmedsync() when creating unlogged table.Heikki Linnakangas2023-09-15
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-10-26
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix commentPeter Eisentraut2019-10-22
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pg_visibility: Add pg_truncate_visibility_map function.Robert Haas2016-06-17