summaryrefslogtreecommitdiff
path: root/src/port/fseeko.c
Commit message (Collapse)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
| | | | | | | | Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
|
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
|
* fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian2004-03-231-1/+2
| | | | | Fixed problem with pg_dump tar backups. Only happens on platforms that use our port/fseeko.c, which is currently BSD/OS and NetBSD.
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
|
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
|
* pgindent run.Bruce Momjian2003-08-041-4/+5
|
* Back out flockfile change for NetBSD. Giles Lean reports they are notBruce Momjian2003-01-111-1/+13
| | | | supported.
* flockfile/funlockfile is POSIX, so NetBSD has them too --- use them.Bruce Momjian2003-01-021-13/+1
|
* Fix BSD/OS thread file locking bug in new fseeko code.Bruce Momjian2003-01-021-2/+2
| | | | Backpatch to 7.3.X.
* fseeko NetBSD fix.Bruce Momjian2002-10-281-2/+6
|
* Fix include for NetBSD.Bruce Momjian2002-10-241-1/+3
|
* Add prototype include to fseeko.c.Bruce Momjian2002-10-241-1/+3
|
* Add fseeko for NetBSD.Bruce Momjian2002-10-241-5/+15
|
* Improve coding style of new function.Bruce Momjian2002-10-231-17/+9
|
* Make BSD/OS fseeko thread-safe.Bruce Momjian2002-10-231-2/+19
|
* Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian2002-10-231-0/+76