]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/relmapper.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / cache / relmapper.c
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-08-10 Peter GeogheganHandle parallel index builds on mapped relations.
2018-07-23 Michael PaquierAdd proper errcodes to new error messages for read...
2018-07-17 Michael PaquierRework error messages around file handling
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-18 Robert HaasCreate and use wait events for read, write, and fsync...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-22 Robert HaasAdd infrastructure for mapping relfilenodes to relation...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-03-21 Tom LaneAllow new relmapper entries when allow_system_table_mod...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-07 Tom LaneLooks like we need #include <sys/stat.h> here on some
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...