aboutsummaryrefslogtreecommitdiff
path: root/src/port/thread.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove empty #ifdef block.Bruce Momjian2009-01-14
* Update copyright for 2009.Bruce Momjian2009-01-01
* Don't pull in pthreads header files in this file because we never use them.Magnus Hagander2008-04-22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update comment for new thread_test location.Bruce Momjian2007-04-03
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* WIN32 fixes:Bruce Momjian2006-07-06
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-28
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-27
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Include c.h instead of postgres.h in files that need to be usable inTom Lane2004-06-24
* Have strerror_r return "Unknown error".Bruce Momjian2004-06-08
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-07
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Fix getpwuid_r call:Bruce Momjian2004-03-23
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-20
* > (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian2004-03-14
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-02
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* Allow win32 client compiles with MSC.Bruce Momjian2003-10-26
* Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian2003-10-24
* Update docs that point to thread test program.Bruce Momjian2003-09-29
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Add errno value for thread *_r function call buffer too small. ImproveBruce Momjian2003-09-15
* Attempt threading in this order:Bruce Momjian2003-09-13
* ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian2003-09-05
* Add test for thread-safeness of libc functions.Bruce Momjian2003-09-03
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Document threading status.Bruce Momjian2003-08-14