aboutsummaryrefslogtreecommitdiff
path: root/src/port/open.c
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix cast for _open_osfhandle().Magnus Hagander2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* may -> mightPeter Eisentraut2007-12-28
* Wording improvementsPeter Eisentraut2007-12-27
* On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander2007-12-20
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-30
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add O_DIRECT support on Windows.Magnus Hagander2007-04-13
* Add comment to explain why O_EXCL and O_TRUNC can be ignored inBruce Momjian2007-02-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-03
* Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane2006-09-24
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-30
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-25
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-17
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-24