summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relmapper.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-27Fix read_relmap_file() concurrency on Windows.Robert Haas
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-17Refactor code for reading and writing relation map files.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-24Another fix to relmapper race condition.Heikki Linnakangas
2021-06-24Prevent race condition while reading relmapper file.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-18Avoid memcpy() with same source and destination during relmapper init.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-03-21Allow new relmapper entries when allow_system_table_mods is true.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander