]> granicus.if.org Git - postgresql/history - src/port/fseeko.c
Sync regex code with Tcl 8.6.4.
[postgresql] / src / port / fseeko.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-05-03 Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-08-11 Bruce MomjianFix BSD fseeko to seek from the end of the file.
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-23 Bruce Momjianfflush() FILE buffer to descriptor so stat call gets...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-01-11 Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-02 Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02 Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2002-10-28 Bruce Momjianfseeko NetBSD fix.
2002-10-24 Bruce MomjianFix include for NetBSD.
2002-10-24 Bruce MomjianAdd prototype include to fseeko.c.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-23 Bruce MomjianImprove coding style of new function.
2002-10-23 Bruce MomjianMake BSD/OS fseeko thread-safe.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.