summaryrefslogtreecommitdiff
path: root/src/port/thread.c
AgeCommit message (Expand)Author
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-14Remove empty #ifdef block.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-22Don't pull in pthreads header files in this file because we never use them.Magnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-04-03Update comment for new thread_test location.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-07-06WIN32 fixes:Bruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-28Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian
2004-09-27Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-24Include c.h instead of postgres.h in files that need to be usable inTom Lane
2004-06-08Have strerror_r return "Unknown error".Bruce Momjian
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-03-23Fix getpwuid_r call:Bruce Momjian
2004-03-20Handle 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 youBruce Momjian
2004-03-02Add missing checks for Borland C compiler.Bruce Momjian
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-10-26Allow win32 client compiles with MSC.Bruce Momjian
2003-10-24Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian
2003-09-29Update docs that point to thread test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-15Add errno value for thread *_r function call buffer too small. ImproveBruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-05ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian
2003-09-03Add test for thread-safeness of libc functions.Bruce Momjian