]> granicus.if.org Git - postgresql/history - src/include/storage/fd.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / storage / fd.h
2019-09-11 Tom LaneRearrange postmaster's startup sequence for better...
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-04 Thomas MunroRefactor the fsync queue for wider use.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-06 Thomas MunroUse pg_pread() and pg_pwrite() for data files and WAL.
2018-05-02 Heikki LinnakangasFix some sloppiness in the new BufFileSize() and BufFil...
2018-04-28 Tom LaneIn AtEOXact_Files, complain if any files remain unclose...
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-03-27 Teodor SigaevSkip temp tables from basebackup.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-12-02 Andres FreundAdd infrastructure for sharing temporary files between...
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-27 Teodor SigaevFsync directory after creating or unlinking file.
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-06-09 Robert Haaspgindent run for 9.6
2016-04-13 Tom LaneWiden amount-to-flush arguments of FileWriteback and...
2016-03-11 Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10 Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-03-08 Robert HaasAdd some functions to fd.c for the convenience of exten...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-28 Tom LaneFix fsync-at-startup code to not treat errors as fatal.
2015-05-04 Robert HaasRecursively fsync() the data directory after a crash.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-04 Robert HaasExpose fsync_fname as a public API.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-10-17 Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-03-29 Heikki LinnakangasInherit max_safe_fds to child processes in EXEC_BACKEND...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
2011-06-09 Alvaro HerreraUse "transient" files for blind writes
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-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-07-26 Tom LaneRemove FileUnlink(), which wasn't being used anywhere...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Tom LaneCreate a GUC parameter max_files_per_process that is...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Tom LaneResurrect -F switch: it controls fsyncs again, though...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-09 Tom LaneAdd 'temporary file' facility to fd.c, and arrange...
next