]> granicus.if.org Git - postgresql/history - src/backend/storage/file/fd.c
Move relpath() to libpgcommon
[postgresql] / src / backend / storage / file / fd.c
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-20 Heikki LinnakangasFix yet another typo in comment.
2013-02-08 Magnus HaganderFix another typo in a comment
2013-02-08 Magnus HaganderFix typo in comment
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-08-28 Alvaro HerreraSplit resowner.h
2012-07-22 Tom LaneImprove copydir() code for the case that fsync is off.
2012-07-13 Tom LaneAdd fsync capability to initdb, and use sync_file_range...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-29 Heikki LinnakangasInherit max_safe_fds to child processes in EXEC_BACKEND...
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-01-28 Magnus HaganderPrevent logging "failed to stat file: success" for...
2012-01-26 Robert HaasAdd missing #include, to suppress compiler warning.
2012-01-26 Magnus HaganderTrack temporary file count and size in pg_stat_database
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-17 Tom LaneFurther thoughts about temp_file_limit patch.
2011-07-17 Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-10 Alvaro HerreraUse a constant sprintf format to silence compiler warning
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
2011-06-09 Alvaro HerreraUse "transient" files for blind writes
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-11-09 Tom LaneFix error handling in temp-file deletion with log_temp_...
2010-09-28 Tom LaneImprove messages for too many private files/dirs. ...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-06 Robert HaasMake log_temp_files based on kB, and revert docs &...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-22 Tom LaneAdjust pg_fsync_writethrough so that it will set errno...
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-03 Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-04 Peter EisentrautDon't actively violate the system limit of maximum...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-19 Alvaro HerreraOptimize CleanupTempFiles by having a boolean flag...
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-12-13 Peter EisentrautClarify log messages
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-02-28 Magnus HaganderRemove temporary Windows-specific debugging code.
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-09 Bruce MomjianRemove trace macro call from new log_temp_files, until...
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-06 Tom LaneRemove temporary Windows-specific debugging code; it...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-24 Tom LaneAdd some debug logging code to AllocateFile's failure...
2006-05-30 Bruce MomjianFix printf mask for SizeVfdCache
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2005-12-08 Tom LaneFix thinko in comment.
2005-12-01 Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-07 Tom LaneFix count_usable_fds() to stop trying to open files...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
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-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
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-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
next