aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relmapper.c
Commit message (Expand)AuthorAge
* 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
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Looks like we need #include <sys/stat.h> here on someTom Lane2010-02-07
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07