Commit Graph

2 Commits (ed934d4fa30f0f94e6f7125ad2154e6a58d1c7f7)

Author SHA1 Message Date
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 8a2121185b Remove the option to build thread_test.c outside configure. 5 years ago
Tom Lane d5a9a661fc Update the Winsock API version requested by libpq. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 758ce9b779 Incorporate strerror_r() into src/port/snprintf.c, too. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Peter Eisentraut 0c4b879b74 Avoid use of bool in thread_test.c 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 5473f283f5 Properly call strerror() in thread test; add comments. 14 years ago
Bruce Momjian e319ec4b73 Simplify errno generating in thread testing program. 14 years ago
Bruce Momjian 6cc08e703b Have thread_test create its test files in the current directory, rather 14 years ago
Heikki Linnakangas 336db7e347 Check the return code of pthread_create(). Otherwise we go into an infinite 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Magnus Hagander 667685ca7d Add required include to build with cygwin. 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 9e66c3e6fe Move thread_test directory from /tools to /test so source-only tarballs 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 43bf3a6bc6 The attached patch updates the thread test program to run stand-alone on 20 years ago
Bruce Momjian a970a8cb95 Back out incorrect commit. 20 years ago
Bruce Momjian eef7e30cc1 Fix function name. 20 years ago
Bruce Momjian c5159bc0c0 Mark file-global function and variables as static. 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian f167dc8802 Test for POSIX.1c 2-arg sigwait() and fail on single-arg version. 21 years ago
Bruce Momjian e9ec10494e Use <> not "" for include of pthread.h. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian 36b8654cb0 Use mkstemp instead of mktemp in thread test, per Jan. 22 years ago
Bruce Momjian 0163983330 When checking for thread safety with src/tools/thread/thread_test.c, the 22 years ago
Bruce Momjian e27338f26c Do thread testing from configure in a much cleaner fashion. 22 years ago
Bruce Momjian ca8a8baa76 Add comments. 22 years ago
Bruce Momjian f687c7e87f Use mktemp for temporary file names, per suggestion from Peter. 22 years ago
Bruce Momjian b498b795a0 Move postgres.h to the top of the C file. 22 years ago
Bruce Momjian 144d828e7f More thread error improvments. 22 years ago
Bruce Momjian 2f5223600a More thread error message improvments. 22 years ago