]> granicus.if.org Git - postgresql/history - src/port/thread.c
Remove redundant code for getnameinfo() replacement
[postgresql] / src / port / thread.c
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-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-14 Bruce MomjianRemove empty #ifdef block.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-22 Magnus HaganderDon't pull in pthreads header files in this file becaus...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-03 Bruce MomjianUpdate comment for new thread_test location.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-07-06 Bruce MomjianWIN32 fixes:
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-28 Bruce MomjianRevert patch that removed BUFSIZ usage. The memory...
2004-09-27 Bruce MomjianRemove use of large BUFSIZ for buffers and use the...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-24 Tom LaneInclude c.h instead of postgres.h in files that need...
2004-06-08 Bruce MomjianHave strerror_r return "Unknown error".
2004-06-07 Bruce MomjianFix strerror_r by checking return type from configure.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-03-23 Bruce MomjianFix getpwuid_r call:
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-14 Bruce Momjian> (I also see some post-7.4.1 changes in src/template...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-10-26 Bruce MomjianAllow win32 client compiles with MSC.
2003-10-24 Bruce MomjianDon't reference pthread.h unless we have threads enable...
2003-09-29 Bruce MomjianUpdate docs that point to thread test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-15 Bruce MomjianAdd errno value for thread *_r function call buffer...
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-05 Bruce Momjianifdef out pqGetpwuid() because Win32 doesn't have struc...
2003-09-03 Bruce MomjianAdd test for thread-safeness of libc functions.
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-14 Bruce MomjianDocument threading status.
2003-08-08 Bruce MomjianTypo cleanup.
2003-08-08 Bruce Momjianthreads.c -> thread.c, be consistent.