summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Mention libpq.rc.in is now the file to update for releases.Bruce Momjian2004-12-201-1/+1
* Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.Bruce Momjian2004-12-191-1/+6
* Update release changes list to mention pg_config.h.win32.Bruce Momjian2004-12-161-23/+29
* Clearify which version numbers are bumped for major and minor releases.Bruce Momjian2004-12-131-4/+4
* Add reminder to update copyright in sgml file.Bruce Momjian2004-10-262-3/+3
* Update copyright information in documentation. Also, add a noteNeil Conway2004-10-251-0/+1
* Update RELEASE_CHANGES to mention updating the timezone database asTom Lane2004-10-241-1/+3
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-071-4/+3
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-071-2/+4
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-071-2/+2
* Add mention of win32ver.rc for update for minor release.Bruce Momjian2004-10-061-1/+1
* Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian2004-10-061-0/+1
* Update length from 75 to 79.Bruce Momjian2004-10-021-1/+1
* Use <> not "" for include of pthread.h.Bruce Momjian2004-09-261-2/+2
* Re-add brace removal code but comment it out so we know why we removedBruce Momjian2004-09-121-0/+29
* Remove code that delete braces around single statements.Bruce Momjian2004-09-121-27/+0
* We don't use java in our compiles anymore so remove the filter test fromBruce Momjian2004-09-091-2/+1
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-1/+0
* Update typedefs with /lib info.Bruce Momjian2004-08-292-1/+245
* Pgindent run for 8.0.Bruce Momjian2004-08-292-13/+14
* Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian2004-08-292-375/+153
* Update copyright to 2004.Bruce Momjian2004-08-292-3/+3
* Improve description of release note creation.Bruce Momjian2004-07-251-1/+3
* Add steps for creating release notes.Bruce Momjian2004-07-241-0/+6
* Fix to work better with Exuberant's version of ctags.Tom Lane2004-06-251-6/+11
* Use mkstemp instead of mktemp in thread test, per Jan.Bruce Momjian2004-06-091-4/+7
* When checking for thread safety with src/tools/thread/thread_test.c, theBruce Momjian2004-05-281-3/+3
* Do thread testing from configure in a much cleaner fashion.Bruce Momjian2004-04-271-4/+24
* Add comments.Bruce Momjian2004-04-271-1/+2
* Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian2004-04-271-10/+24
* Move postgres.h to the top of the C file.Bruce Momjian2004-04-271-4/+3
* Fix subdir for thread test program.Bruce Momjian2004-04-261-2/+2
* More thread error improvments.Bruce Momjian2004-04-261-6/+6
* More thread error message improvments.Bruce Momjian2004-04-261-4/+4
* No need to use our standard libs for the thread test --- they might notBruce Momjian2004-04-251-4/+3
* Hook thread_test program run at the end of configure run.Bruce Momjian2004-04-231-2/+2
* Report error if thread-test is run without having threading enabled inBruce Momjian2004-04-231-3/+19
* Improve thread test program. Test only functions that need testing.Bruce Momjian2004-04-232-91/+120
* Add new auto-detection of thread flags.Bruce Momjian2004-04-233-8/+10
* Simplify thread test program.Bruce Momjian2004-04-221-38/+11
* More thread test program improvements.Bruce Momjian2004-04-211-11/+17
* Improve thread test program to show if non-*_r functions are even called.Bruce Momjian2004-04-211-2/+76
* Add thread program mention of errno thread-safety.Bruce Momjian2004-04-061-1/+3
* Add comment that sched_yield might be a portability problem.Bruce Momjian2004-04-051-4/+4
* Change getpid() while loop to use sched_yield(), greatly speeds up test.Bruce Momjian2004-04-051-4/+4
* Have threads wait for parent to test thread-specific pointers beforeBruce Momjian2004-04-051-8/+36
* Add volatile to thread-specific thread variables.Bruce Momjian2004-04-051-3/+3
* Update thread test to only test for 'localhost' and local machine name.Bruce Momjian2004-04-051-5/+15
* Update thread test to do getpid() in while loop, also use weather.comBruce Momjian2004-04-041-7/+7
* Clean up thread test program.Bruce Momjian2004-03-281-9/+9