Commits

Showing commits that first shipped in 8.0 (backpatches included). Clear

DateSubjectAuthorReleases
2004-12-19 Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. Bruce Momjian 8.0.0
2004-09-26 Use <> not "" for include of pthread.h. Bruce Momjian 8.0.0
2004-08-29 Pgindent run for 8.0. Bruce Momjian 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-06-09 Use mkstemp instead of mktemp in thread test, per Jan. Bruce Momjian 8.0.0
2004-05-28 When checking for thread safety with src/tools/thread/thread_test.c, the Bruce Momjian 8.0.0
2004-04-27 Do thread testing from configure in a much cleaner fashion. Bruce Momjian 8.0.0
2004-04-27 Add comments. Bruce Momjian 8.0.0
2004-04-27 Use mktemp for temporary file names, per suggestion from Peter. Bruce Momjian 8.0.0
2004-04-27 Move postgres.h to the top of the C file. Bruce Momjian 8.0.0
2004-04-26 More thread error improvments. Bruce Momjian 8.0.0
2004-04-26 More thread error message improvments. Bruce Momjian 8.0.0
2004-04-23 Hook thread_test program run at the end of configure run. Bruce Momjian 8.0.0
2004-04-23 Report error if thread-test is run without having threading enabled in Bruce Momjian 8.0.0
2004-04-23 Improve thread test program. Test only functions that need testing. Bruce Momjian 8.0.0
2004-04-23 Add new auto-detection of thread flags. Bruce Momjian 8.0.0
2004-04-22 Simplify thread test program. Bruce Momjian 8.0.0
2004-04-21 More thread test program improvements. Bruce Momjian 8.0.0
2004-04-21 Improve thread test program to show if non-*_r functions are even called. Bruce Momjian 8.0.0
2004-04-06 Add thread program mention of errno thread-safety. Bruce Momjian 8.0.0
2004-04-05 Add comment that sched_yield might be a portability problem. Bruce Momjian 8.0.0
2004-04-05 Change getpid() while loop to use sched_yield(), greatly speeds up test. Bruce Momjian 8.0.0
2004-04-05 Have threads wait for parent to test thread-specific pointers before Bruce Momjian 8.0.0
2004-04-05 Add volatile to thread-specific thread variables. Bruce Momjian 8.0.0
2004-04-05 Update thread test to only test for 'localhost' and local machine name. Bruce Momjian 8.0.0