summaryrefslogtreecommitdiff
path: root/src/port/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane2018-09-261-27/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-15/+1
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-111-4/+13
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove empty #ifdef block.Bruce Momjian2009-01-141-3/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Don't pull in pthreads header files in this file because we never use them.Magnus Hagander2008-04-221-7/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update comment for new thread_test location.Bruce Momjian2007-04-031-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-2/+2
* WIN32 fixes:Bruce Momjian2006-07-061-1/+5
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-6/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+3
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-3/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Revert patch that removed BUFSIZ usage. The memory has to hold theBruce Momjian2004-09-281-1/+3
* Remove use of large BUFSIZ for buffers and use the proper struct sizes.Bruce Momjian2004-09-271-3/+1
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+13
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Include c.h instead of postgres.h in files that need to be usable inTom Lane2004-06-241-2/+2
* Have strerror_r return "Unknown error".Bruce Momjian2004-06-081-3/+2
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-6/+11
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-13/+1
* Fix getpwuid_r call:Bruce Momjian2004-03-231-2/+2
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-4/+8
* > (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian2004-03-141-2/+2
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-021-2/+2
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-111-136/+16
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-12/+12
* Allow win32 client compiles with MSC.Bruce Momjian2003-10-261-4/+8
* Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian2003-10-241-1/+3
* Update docs that point to thread test program.Bruce Momjian2003-09-291-3/+3
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-271-2/+6