summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2004-05-28When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian
2004-04-27Do thread testing from configure in a much cleaner fashion.Bruce Momjian
2004-04-27Add comments.Bruce Momjian
2004-04-27Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian
2004-04-27Move postgres.h to the top of the C file.Bruce Momjian
2004-04-26Fix subdir for thread test program.Bruce Momjian
2004-04-26More thread error improvments.Bruce Momjian
2004-04-26More thread error message improvments.Bruce Momjian
2004-04-25No need to use our standard libs for the thread test --- they might notBruce Momjian
2004-04-23Hook thread_test program run at the end of configure run.Bruce Momjian
2004-04-23Report error if thread-test is run without having threading enabled inBruce Momjian
2004-04-23Improve thread test program. Test only functions that need testing.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-22Simplify thread test program.Bruce Momjian
2004-04-21More thread test program improvements.Bruce Momjian
2004-04-21Improve thread test program to show if non-*_r functions are even called.Bruce Momjian
2004-04-06Add thread program mention of errno thread-safety.Bruce Momjian
2004-04-05Add comment that sched_yield might be a portability problem.Bruce Momjian
2004-04-05Change getpid() while loop to use sched_yield(), greatly speeds up test.Bruce Momjian
2004-04-05Have threads wait for parent to test thread-specific pointers beforeBruce Momjian
2004-04-05Add volatile to thread-specific thread variables.Bruce Momjian
2004-04-05Update thread test to only test for 'localhost' and local machine name.Bruce Momjian
2004-04-04Update thread test to do getpid() in while loop, also use weather.comBruce Momjian
2004-03-28Clean up thread test program.Bruce Momjian
2004-03-27Add test for thread-safe errno to thread test program.Bruce Momjian
2004-03-20Remove suggestiong for using test for wal_sync_method.Bruce Momjian
2004-03-18Make test_fsync use optimizer flag.Bruce Momjian
2004-03-18Allocate 16mb file for testing.Bruce Momjian
2004-03-18Have program default to 1000 loops, and add file name and loop option.Bruce Momjian
2004-03-18Add comment about using this testing for wal_sync_method.Bruce Momjian
2004-03-18Add fsync tests:Bruce Momjian
2004-03-18Mention which fsync methods are unavailable.Bruce Momjian
2004-03-18Add permission mode to opens().Bruce Momjian
2004-03-18Add missing includeBruce Momjian
2004-03-18Remove acccidental object/binary files.Bruce Momjian
2004-03-18Add fsync test program. It tests fsync to see if times for fsync are theBruce Momjian
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
2004-02-02Set only LC_ALL for sort in tags creation.Bruce Momjian
2004-02-01Set locale to C before doing sort in make_ctags.Bruce Momjian
2004-01-04Remove trailing newline from file.Bruce Momjian
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
2003-12-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-04Add note to update config.guess and config.sub at the start of beta.Peter Eisentraut
2003-10-24Remove weird test in ccsymBruce Momjian
2003-10-24Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian
2003-10-07Fix include used by entab.Bruce Momjian
2003-09-28Adjust pgindent for newer awks.Bruce Momjian