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