index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relmapper.c
Commit message (
Expand
)
Author
Age
*
Another fix to relmapper race condition.
Heikki Linnakangas
2021-06-24
*
Prevent race condition while reading relmapper file.
Heikki Linnakangas
2021-06-24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Allow new relmapper entries when allow_system_table_mods is true.
Tom Lane
2012-03-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Looks like we need #include <sys/stat.h> here on some
Tom Lane
2010-02-07
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07