summaryrefslogtreecommitdiff
path: root/src/tools/thread
Commit message (Expand)AuthorAgeFilesLines
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-043-542/+0
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-49/+46
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-232-11/+144
* Back out incorrect commit.Bruce Momjian2005-08-232-144/+11
* Fix function name.Bruce Momjian2005-08-232-11/+144
* Mark file-global function and variables as static.Bruce Momjian2005-03-111-23/+23
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.Bruce Momjian2004-12-191-1/+6
* Use <> not "" for include of pthread.h.Bruce Momjian2004-09-261-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use mkstemp instead of mktemp in thread test, per Jan.Bruce Momjian2004-06-091-4/+7
* When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian2004-05-281-3/+3
* Do thread testing from configure in a much cleaner fashion.Bruce Momjian2004-04-271-4/+24
* Add comments.Bruce Momjian2004-04-271-1/+2
* Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian2004-04-271-10/+24
* Move postgres.h to the top of the C file.Bruce Momjian2004-04-271-4/+3
* Fix subdir for thread test program.Bruce Momjian2004-04-261-2/+2
* More thread error improvments.Bruce Momjian2004-04-261-6/+6
* More thread error message improvments.Bruce Momjian2004-04-261-4/+4
* No need to use our standard libs for the thread test --- they might notBruce Momjian2004-04-251-4/+3
* Hook thread_test program run at the end of configure run.Bruce Momjian2004-04-231-2/+2
* Report error if thread-test is run without having threading enabled inBruce Momjian2004-04-231-3/+19
* Improve thread test program. Test only functions that need testing.Bruce Momjian2004-04-232-91/+120
* Add new auto-detection of thread flags.Bruce Momjian2004-04-233-8/+10
* Simplify thread test program.Bruce Momjian2004-04-221-38/+11
* More thread test program improvements.Bruce Momjian2004-04-211-11/+17
* Improve thread test program to show if non-*_r functions are even called.Bruce Momjian2004-04-211-2/+76
* Add thread program mention of errno thread-safety.Bruce Momjian2004-04-061-1/+3
* Add comment that sched_yield might be a portability problem.Bruce Momjian2004-04-051-4/+4
* Change getpid() while loop to use sched_yield(), greatly speeds up test.Bruce Momjian2004-04-051-4/+4
* Have threads wait for parent to test thread-specific pointers beforeBruce Momjian2004-04-051-8/+36
* Add volatile to thread-specific thread variables.Bruce Momjian2004-04-051-3/+3
* Update thread test to only test for 'localhost' and local machine name.Bruce Momjian2004-04-051-5/+15
* Update thread test to do getpid() in while loop, also use weather.comBruce Momjian2004-04-041-7/+7
* Clean up thread test program.Bruce Momjian2004-03-281-9/+9
* Add test for thread-safe errno to thread test program.Bruce Momjian2004-03-271-2/+50
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-111-60/+44
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-191-4/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-292-2/+2
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-2/+2
* Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian2003-10-241-1/+3
* Add compile step to instructions.Bruce Momjian2003-09-271-0/+1
* Finalize configuration of thread_test program.Bruce Momjian2003-09-273-15/+21
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-273-0/+192