aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* This patch changes the use of varargs.h to stdarg.h asNeil Conway2005-04-15
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Attached patch cleans up the HTML code in tools/backend. This isBruce Momjian2005-04-06
* Update pgcvslog examples.Bruce Momjian2005-04-01
* Update pgcvslog examples.Bruce Momjian2005-04-01
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Mark file-global function and variables as static.Bruce Momjian2005-03-11
* Add to release checklist:Bruce Momjian2005-02-02
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-23
* Mention issue with < and > in docs.Bruce Momjian2005-01-22
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* Update copyright script.Bruce Momjian2005-01-03
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Mention libpq.rc.in is now the file to update for releases.Bruce Momjian2004-12-20
* Test for POSIX.1c 2-arg sigwait() and fail on single-arg version.Bruce Momjian2004-12-19
* Update release changes list to mention pg_config.h.win32.Bruce Momjian2004-12-16
* Clearify which version numbers are bumped for major and minor releases.Bruce Momjian2004-12-13
* Add reminder to update copyright in sgml file.Bruce Momjian2004-10-26
* Update copyright information in documentation. Also, add a noteNeil Conway2004-10-25
* Update RELEASE_CHANGES to mention updating the timezone database asTom Lane2004-10-24
* 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