Commit Graph

350 Commits (728026a6bc92de416258949686e6b2c3553710df)

Author SHA1 Message Date
Bruce Momjian 839fe69259 Improve description of release note creation. 22 years ago
Bruce Momjian 97729fa154 Add steps for creating release notes. 22 years ago
Tom Lane ddf6518b95 Fix to work better with Exuberant's version of ctags. 22 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 095ed37f13 Fix subdir for thread test program. 22 years ago
Bruce Momjian 144d828e7f More thread error improvments. 22 years ago
Bruce Momjian 2f5223600a More thread error message improvments. 22 years ago
Bruce Momjian ae5bc8a601 No need to use our standard libs for the thread test --- they might not 22 years ago
Bruce Momjian f6646efa4c Hook thread_test program run at the end of configure run. 22 years ago
Bruce Momjian 95178c8d24 Report error if thread-test is run without having threading enabled in 22 years ago
Bruce Momjian 66b42d3028 Improve thread test program. Test only functions that need testing. 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
Bruce Momjian 1b4e82559c Simplify thread test program. 22 years ago
Bruce Momjian f9a2d0b2fb More thread test program improvements. 22 years ago
Bruce Momjian 53b5455387 Improve thread test program to show if non-*_r functions are even called. 22 years ago
Bruce Momjian 055b0d27f6 Add thread program mention of errno thread-safety. 22 years ago
Bruce Momjian d8fe99d98c Add comment that sched_yield might be a portability problem. 22 years ago
Bruce Momjian a86c329f99 Change getpid() while loop to use sched_yield(), greatly speeds up test. 22 years ago
Bruce Momjian a1d63d9232 Have threads wait for parent to test thread-specific pointers before 22 years ago
Bruce Momjian 53ddde5b74 Add volatile to thread-specific thread variables. 22 years ago
Bruce Momjian 31f48c9afe Update thread test to only test for 'localhost' and local machine name. 22 years ago
Bruce Momjian d56b736db0 Update thread test to do getpid() in while loop, also use weather.com 22 years ago
Bruce Momjian b803cf4320 Clean up thread test program. 22 years ago
Bruce Momjian db9a957618 Add test for thread-safe errno to thread test program. 22 years ago
Bruce Momjian c8aaa5ceec Remove suggestiong for using test for wal_sync_method. 22 years ago
Bruce Momjian 8726591720 Make test_fsync use optimizer flag. 22 years ago
Bruce Momjian 6b34711824 Allocate 16mb file for testing. 22 years ago
Bruce Momjian 9e231bab65 Have program default to 1000 loops, and add file name and loop option. 22 years ago
Bruce Momjian 9ae9ad155d Add comment about using this testing for wal_sync_method. 22 years ago
Bruce Momjian b2906c5be3 Add fsync tests: 22 years ago
Bruce Momjian 5ddecd1e27 Mention which fsync methods are unavailable. 22 years ago
Bruce Momjian 69138a9429 Add permission mode to opens(). 22 years ago
Bruce Momjian bfaa9a0ada Add missing include 22 years ago
Bruce Momjian 00051c9b56 Remove acccidental object/binary files. 22 years ago
Bruce Momjian 9f2696f266 Add fsync test program. It tests fsync to see if times for fsync are the 22 years ago
Bruce Momjian c6f0559371 Check and set thread-safe functions separately, rather than as a single 22 years ago
Bruce Momjian 011ad7efec Set only LC_ALL for sort in tags creation. 22 years ago
Bruce Momjian 10bb17e334 Set locale to C before doing sort in make_ctags. 22 years ago
Bruce Momjian 21a1202281 Remove trailing newline from file. 22 years ago
Bruce Momjian e3107b2844 Mention grabbing typedefs from pgsql/lib too. 22 years ago
Bruce Momjian 85f51dea1c Supress ecpg thread test if configure didn't enable threads. Fix 22 years ago
Bruce Momjian 32abf0e781 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 8878cc4cd7 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
Peter Eisentraut d28bacd897 Add note to update config.guess and config.sub at the start of beta. 22 years ago