summaryrefslogtreecommitdiff
path: root/src/port/open.c
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian2006-10-031-3/+9
* Fix incorrect mapping of fopen mode 'a' in recently-added code toTom Lane2006-09-241-2/+2
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-301-2/+29
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-251-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-3/+3
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-241-3/+3
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-271-3/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-171-1/+3
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-171-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-36/+48
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-2/+3
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-241-0/+97