aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-07
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-07
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-07
* Add mention of win32ver.rc for update for minor release.Bruce Momjian2004-10-06
* Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian2004-10-06
* Update length from 75 to 79.Bruce Momjian2004-10-02
* Use <> not "" for include of pthread.h.Bruce Momjian2004-09-26
* Re-add brace removal code but comment it out so we know why we removedBruce Momjian2004-09-12
* Remove code that delete braces around single statements.Bruce Momjian2004-09-12
* We don't use java in our compiles anymore so remove the filter test fromBruce Momjian2004-09-09
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Update typedefs with /lib info.Bruce Momjian2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Improve description of release note creation.Bruce Momjian2004-07-25
* Add steps for creating release notes.Bruce Momjian2004-07-24
* Fix to work better with Exuberant's version of ctags.Tom Lane2004-06-25
* Use mkstemp instead of mktemp in thread test, per Jan.Bruce Momjian2004-06-09
* When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian2004-05-28
* Do thread testing from configure in a much cleaner fashion.Bruce Momjian2004-04-27
* Add comments.Bruce Momjian2004-04-27
* Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian2004-04-27
* Move postgres.h to the top of the C file.Bruce Momjian2004-04-27
* Fix subdir for thread test program.Bruce Momjian2004-04-26
* More thread error improvments.Bruce Momjian2004-04-26
* More thread error message improvments.Bruce Momjian2004-04-26
* No need to use our standard libs for the thread test --- they might notBruce Momjian2004-04-25
* Hook thread_test program run at the end of configure run.Bruce Momjian2004-04-23
* Report error if thread-test is run without having threading enabled inBruce Momjian2004-04-23
* Improve thread test program. Test only functions that need testing.Bruce Momjian2004-04-23
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Simplify thread test program.Bruce Momjian2004-04-22
* More thread test program improvements.Bruce Momjian2004-04-21
* Improve thread test program to show if non-*_r functions are even called.Bruce Momjian2004-04-21
* Add thread program mention of errno thread-safety.Bruce Momjian2004-04-06
* Add comment that sched_yield might be a portability problem.Bruce Momjian2004-04-05
* Change getpid() while loop to use sched_yield(), greatly speeds up test.Bruce Momjian2004-04-05
* Have threads wait for parent to test thread-specific pointers beforeBruce Momjian2004-04-05
* Add volatile to thread-specific thread variables.Bruce Momjian2004-04-05
* Update thread test to only test for 'localhost' and local machine name.Bruce Momjian2004-04-05
* Update thread test to do getpid() in while loop, also use weather.comBruce Momjian2004-04-04
* Clean up thread test program.Bruce Momjian2004-03-28
* Add test for thread-safe errno to thread test program.Bruce Momjian2004-03-27
* Remove suggestiong for using test for wal_sync_method.Bruce Momjian2004-03-20
* Make test_fsync use optimizer flag.Bruce Momjian2004-03-18
* Allocate 16mb file for testing.Bruce Momjian2004-03-18
* Have program default to 1000 loops, and add file name and loop option.Bruce Momjian2004-03-18
* Add comment about using this testing for wal_sync_method.Bruce Momjian2004-03-18
* Add fsync tests:Bruce Momjian2004-03-18