summaryrefslogtreecommitdiff
path: root/src/port/open.c
AgeCommit message (Expand)Author
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Fix cast for _open_osfhandle().Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28may -> mightPeter Eisentraut
2007-12-27Wording improvementsPeter Eisentraut
2007-12-20On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander
2007-11-30Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-04-13Add O_DIRECT support on Windows.Magnus Hagander
2007-02-13Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian
2006-09-24Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane
2006-08-30Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-02-27Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-10-17Better document win32_open and its ability to allow concurrentBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-03-24Allow unlink/rename of files open by another process on Win32, using aBruce Momjian