index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
/
thread.c
Age
Commit message (
Expand
)
Author
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-14
Remove empty #ifdef block.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-04-22
Don't pull in pthreads header files in this file because we never use them.
Magnus Hagander
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-04-03
Update comment for new thread_test location.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-09-27
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-07-06
WIN32 fixes:
Bruce Momjian
2006-06-07
Prepare code to be built by MSVC:
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-28
Fix a whole bunch of #includes that were either wrong or redundant.
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-09-28
Revert patch that removed BUFSIZ usage. The memory has to hold the
Bruce Momjian
2004-09-27
Remove use of large BUFSIZ for buffers and use the proper struct sizes.
Bruce Momjian
2004-09-27
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-24
Include c.h instead of postgres.h in files that need to be usable in
Tom Lane
2004-06-08
Have strerror_r return "Unknown error".
Bruce Momjian
2004-06-07
Fix strerror_r by checking return type from configure.
Bruce Momjian
2004-04-23
Add new auto-detection of thread flags.
Bruce Momjian
2004-03-23
Fix getpwuid_r call:
Bruce Momjian
2004-03-20
Handle draft version of getpwuid_r() that accepts only four arguments.
Bruce Momjian
2004-03-14
> (I also see some post-7.4.1 changes in src/template/solaris, so you
Bruce Momjian
2004-03-02
Add missing checks for Borland C compiler.
Bruce Momjian
2004-02-11
Check and set thread-safe functions separately, rather than as a single
Bruce Momjian
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-24
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Peter Eisentraut
2003-10-26
Allow win32 client compiles with MSC.
Bruce Momjian
2003-10-24
Don't reference pthread.h unless we have threads enabled, per Peter.
Bruce Momjian
2003-09-29
Update docs that point to thread test program.
Bruce Momjian
2003-09-27
Rename thread compile flag. Move thread test program to tools/thread,
Bruce Momjian
2003-09-15
Add errno value for thread *_r function call buffer too small. Improve
Bruce Momjian
2003-09-13
Attempt threading in this order:
Bruce Momjian
2003-09-05
ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
Bruce Momjian
2003-09-03
Add test for thread-safeness of libc functions.
Bruce Momjian
[next]