summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-3/+2
* Attached patch cleans up the HTML code in tools/backend. This isBruce Momjian2005-04-062-87/+80
* Update pgcvslog examples.Bruce Momjian2005-04-011-1/+1
* Update pgcvslog examples.Bruce Momjian2005-04-011-2/+2
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-1/+2
* Mark file-global function and variables as static.Bruce Momjian2005-03-111-23/+23
* Add to release checklist:Bruce Momjian2005-02-021-0/+2
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-232-1/+3
* Mention issue with < and > in docs.Bruce Momjian2005-01-221-0/+1
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-1/+2
* Update copyright script.Bruce Momjian2005-01-031-1/+1
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-1/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* 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