aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relmapper.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch2024-02-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Fix read_relmap_file() concurrency on Windows.Robert Haas2022-07-27
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-26
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Refactor code for reading and writing relation map files.Robert Haas2022-03-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Another fix to relmapper race condition.Heikki Linnakangas2021-06-24
* Prevent race condition while reading relmapper file.Heikki Linnakangas2021-06-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Update copyright for 2019Bruce Momjian2019-01-02
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Rework error messages around file handlingMichael Paquier2018-07-18
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-22
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Allow new relmapper entries when allow_system_table_mods is true.Tom Lane2012-03-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up the #include mess a little.Tom Lane2011-09-04