OSDN Git Service

Pgindent run for 8.0.
[pg-rex/syncrep.git] / src / tools / thread / thread_test.c
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-09 Bruce MomjianUse mkstemp instead of mktemp in thread test, per Jan.
2004-05-28 Bruce MomjianWhen checking for thread safety with src/tools/thread...
2004-04-27 Bruce MomjianDo thread testing from configure in a much cleaner...
2004-04-27 Bruce MomjianAdd comments.
2004-04-27 Bruce MomjianUse mktemp for temporary file names, per suggestion...
2004-04-27 Bruce MomjianMove postgres.h to the top of the C file.
2004-04-26 Bruce MomjianMore thread error improvments.
2004-04-26 Bruce MomjianMore thread error message improvments.
2004-04-23 Bruce MomjianHook thread_test program run at the end of configure...
2004-04-23 Bruce MomjianReport error if thread-test is run without having threa...
2004-04-23 Bruce MomjianImprove thread test program. Test only functions that...
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-22 Bruce MomjianSimplify thread test program.
2004-04-21 Bruce MomjianMore thread test program improvements.
2004-04-21 Bruce MomjianImprove thread test program to show if non-*_r function...
2004-04-06 Bruce MomjianAdd thread program mention of errno thread-safety.
2004-04-05 Bruce MomjianAdd comment that sched_yield might be a portability...
2004-04-05 Bruce MomjianChange getpid() while loop to use sched_yield(), greatl...
2004-04-05 Bruce MomjianHave threads wait for parent to test thread-specific...
2004-04-05 Bruce MomjianAdd volatile to thread-specific thread variables.
2004-04-05 Bruce MomjianUpdate thread test to only test for 'localhost' and...
2004-04-04 Bruce MomjianUpdate thread test to do getpid() in while loop, also...
2004-03-28 Bruce MomjianClean up thread test program.
2004-03-27 Bruce MomjianAdd test for thread-safe errno to thread test program.
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2003-12-19 Bruce MomjianSupress ecpg thread test if configure didn't enable...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-10-24 Bruce MomjianDon't reference pthread.h unless we have threads enable...
2003-09-27 Bruce MomjianFinalize configuration of thread_test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...