index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
thread
Age
Commit message (
Expand
)
Author
2005-03-11
Mark file-global function and variables as static.
Bruce Momjian
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-19
Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.
Bruce Momjian
2004-09-26
Use <> not "" for include of pthread.h.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-09
Use mkstemp instead of mktemp in thread test, per Jan.
Bruce Momjian
2004-05-28
When checking for thread safety with src/tools/thread/thread_test.c, the
Bruce Momjian
2004-04-27
Do thread testing from configure in a much cleaner fashion.
Bruce Momjian
2004-04-27
Add comments.
Bruce Momjian
2004-04-27
Use mktemp for temporary file names, per suggestion from Peter.
Bruce Momjian
2004-04-27
Move postgres.h to the top of the C file.
Bruce Momjian
2004-04-26
Fix subdir for thread test program.
Bruce Momjian
2004-04-26
More thread error improvments.
Bruce Momjian
2004-04-26
More thread error message improvments.
Bruce Momjian
2004-04-25
No need to use our standard libs for the thread test --- they might not
Bruce Momjian
2004-04-23
Hook thread_test program run at the end of configure run.
Bruce Momjian
2004-04-23
Report error if thread-test is run without having threading enabled in
Bruce Momjian
2004-04-23
Improve thread test program. Test only functions that need testing.
Bruce Momjian
2004-04-23
Add new auto-detection of thread flags.
Bruce Momjian
2004-04-22
Simplify thread test program.
Bruce Momjian
2004-04-21
More thread test program improvements.
Bruce Momjian
2004-04-21
Improve thread test program to show if non-*_r functions are even called.
Bruce Momjian
2004-04-06
Add thread program mention of errno thread-safety.
Bruce Momjian
2004-04-05
Add comment that sched_yield might be a portability problem.
Bruce Momjian
2004-04-05
Change getpid() while loop to use sched_yield(), greatly speeds up test.
Bruce Momjian
2004-04-05
Have threads wait for parent to test thread-specific pointers before
Bruce Momjian
2004-04-05
Add volatile to thread-specific thread variables.
Bruce Momjian
2004-04-05
Update thread test to only test for 'localhost' and local machine name.
Bruce Momjian
2004-04-04
Update thread test to do getpid() in while loop, also use weather.com
Bruce Momjian
2004-03-28
Clean up thread test program.
Bruce Momjian
2004-03-27
Add test for thread-safe errno to thread test program.
Bruce Momjian
2004-02-11
Check and set thread-safe functions separately, rather than as a single
Bruce Momjian
2003-12-19
Supress ecpg thread test if configure didn't enable threads. Fix
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-24
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-10-24
Don't reference pthread.h unless we have threads enabled, per Peter.
Bruce Momjian
2003-09-27
Add compile step to instructions.
Bruce Momjian
2003-09-27
Finalize configuration of thread_test program.
Bruce Momjian
2003-09-27
Rename thread compile flag. Move thread test program to tools/thread,
Bruce Momjian