]> granicus.if.org Git - postgresql/history - src/port/thread.c
Handle draft version of getpwuid_r() that accepts only four arguments.
[postgresql] / src / port / thread.c
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.