summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2005-02-02Add to release checklist:Bruce Momjian
2005-01-23Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian
2005-01-22Mention issue with < and > in docs.Bruce Momjian
2005-01-18Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian
2005-01-03Update copyright script.Bruce Momjian
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-20Mention libpq.rc.in is now the file to update for releases.Bruce Momjian
2004-12-19Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.Bruce Momjian
2004-12-16Update release changes list to mention pg_config.h.win32.Bruce Momjian
2004-12-13Clearify which version numbers are bumped for major and minor releases.Bruce Momjian
2004-10-26Add reminder to update copyright in sgml file.Bruce Momjian
2004-10-25Update copyright information in documentation. Also, add a noteNeil Conway
2004-10-24Update RELEASE_CHANGES to mention updating the timezone database asTom Lane
2004-10-07Indent comment pushed to new line by else so it is indented by BSDBruce Momjian
2004-10-07Improve pgindent processing of comment after 'else'.Bruce Momjian
2004-10-07Improve comment after 'else' handling of pgindent.Bruce Momjian
2004-10-06Add mention of win32ver.rc for update for minor release.Bruce Momjian
2004-10-06Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian
2004-10-02Update length from 75 to 79.Bruce Momjian
2004-09-26Use <> not "" for include of pthread.h.Bruce Momjian
2004-09-12Re-add brace removal code but comment it out so we know why we removedBruce Momjian
2004-09-12Remove code that delete braces around single statements.Bruce Momjian
2004-09-09We don't use java in our compiles anymore so remove the filter test fromBruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Update typedefs with /lib info.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-25Improve description of release note creation.Bruce Momjian
2004-07-24Add steps for creating release notes.Bruce Momjian
2004-06-25Fix to work better with Exuberant's version of ctags.Tom Lane
2004-06-09Use mkstemp instead of mktemp in thread test, per Jan.Bruce Momjian
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