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
/
port
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Remove empty #ifdef block.
Bruce Momjian
2009-01-14
1
-3
/
+1
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Don't pull in pthreads header files in this file because we never use them.
Magnus Hagander
2008-04-22
1
-7
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Update comment for new thread_test location.
Bruce Momjian
2007-04-03
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-09-27
1
-2
/
+2
*
WIN32 fixes:
Bruce Momjian
2006-07-06
1
-1
/
+5
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-6
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-4
/
+3
*
Fix a whole bunch of #includes that were either wrong or redundant.
Tom Lane
2005-07-28
1
-3
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Revert patch that removed BUFSIZ usage. The memory has to hold the
Bruce Momjian
2004-09-28
1
-1
/
+3
*
Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian
2004-09-27
1
-3
/
+1
*
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-10
/
+13
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Include c.h instead of postgres.h in files that need to be usable in
Tom Lane
2004-06-24
1
-2
/
+2
*
Have strerror_r return "Unknown error".
Bruce Momjian
2004-06-08
1
-3
/
+2
*
Fix strerror_r by checking return type from configure.
Bruce Momjian
2004-06-07
1
-6
/
+11
*
Add new auto-detection of thread flags.
Bruce Momjian
2004-04-23
1
-13
/
+1
*
Fix getpwuid_r call:
Bruce Momjian
2004-03-23
1
-2
/
+2
*
Handle draft version of getpwuid_r() that accepts only four arguments.
Bruce Momjian
2004-03-20
1
-4
/
+8
*
> (I also see some post-7.4.1 changes in src/template/solaris, so you
Bruce Momjian
2004-03-14
1
-2
/
+2
*
Add missing checks for Borland C compiler.
Bruce Momjian
2004-03-02
1
-2
/
+2
*
Check and set thread-safe functions separately, rather than as a single
Bruce Momjian
2004-02-11
1
-136
/
+16
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-11-24
1
-12
/
+12
*
Allow win32 client compiles with MSC.
Bruce Momjian
2003-10-26
1
-4
/
+8
*
Don't reference pthread.h unless we have threads enabled, per Peter.
Bruce Momjian
2003-10-24
1
-1
/
+3
*
Update docs that point to thread test program.
Bruce Momjian
2003-09-29
1
-3
/
+3
*
Rename thread compile flag. Move thread test program to tools/thread,
Bruce Momjian
2003-09-27
1
-2
/
+6
*
Add errno value for thread *_r function call buffer too small. Improve
Bruce Momjian
2003-09-15
1
-1
/
+14
*
Attempt threading in this order:
Bruce Momjian
2003-09-13
1
-17
/
+156
*
ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
Bruce Momjian
2003-09-05
1
-1
/
+3
*
Add test for thread-safeness of libc functions.
Bruce Momjian
2003-09-03
1
-1
/
+3
*
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
Bruce Momjian
2003-08-16
1
-5
/
+4
*
Document threading status.
Bruce Momjian
2003-08-14
1
-11
/
+40
*
Typo cleanup.
Bruce Momjian
2003-08-08
1
-2
/
+2
*
threads.c -> thread.c, be consistent.
Bruce Momjian
2003-08-08
1
-0
/
+87