summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Update release checlist.Bruce Momjian2006-02-121-11/+10
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-043-542/+0
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-24/+9
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-0/+8
* Update error message and documentation for fsync test.Bruce Momjian2005-11-162-18/+19
* Have test_fsync honor -f filename argument.Bruce Momjian2005-11-161-17/+17
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-152-4/+3
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-154-65/+426
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-132-4/+2
* Lower pgident length to 77, document BSD indent bug.Bruce Momjian2005-11-071-1/+3
* Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian2005-11-071-1/+1
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-3/+0
* Add mention to update FAQ item on most recent release to RELEASE_CHANGES.Bruce Momjian2005-11-051-0/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-60/+56
* Update pgindent typedef list.Bruce Momjian2005-10-151-2/+28
* Document the process to update translations.Peter Eisentraut2005-10-101-0/+7
* Remove an unused typedef.Alvaro Herrera2005-10-071-1/+0
* Suppress FAQ and TODO changes in pgcvslog output.Bruce Momjian2005-09-271-0/+6
* Add instructions.Bruce Momjian2005-09-221-0/+1
* Add "codelines" script to compute number of lines in a releaes.Bruce Momjian2005-09-221-0/+4
* Update release checklist.Bruce Momjian2005-08-251-1/+3
* More beta1 cleanup.Bruce Momjian2005-08-241-1/+1
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-232-11/+144
* Back out incorrect commit.Bruce Momjian2005-08-232-144/+11
* Fix function name.Bruce Momjian2005-08-232-11/+144
* Minor cleanup.Bruce Momjian2005-08-171-1/+1
* Update comments.Bruce Momjian2005-08-161-2/+7
* Improve comment.Bruce Momjian2005-08-161-1/+2
* Update pgcvslog comment on how to find branch start time.Bruce Momjian2005-08-161-0/+3
* Fix #elif spacing too.Bruce Momjian2005-07-131-1/+2
* Fix pgindent to not have blank line before #else in variable definitionBruce Momjian2005-07-131-2/+3
* Add backslashes to parentheses in awk regex because if not, they areBruce Momjian2005-07-131-6/+6
* testing activitymailPostgreSQL Daemon2005-07-081-1/+1
* Update typedefs for pgindent.Bruce Momjian2005-06-281-277/+112
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-281-26/+26
* Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane2005-06-234-0/+359
* Back out make_mkid change.Bruce Momjian2005-06-041-3/+2
* Improve readability of config location params by adding newline.Bruce Momjian2005-06-041-2/+3
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-272-9/+10
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-081-2/+1
* Update backend flowchart HTML.Bruce Momjian2005-05-061-27/+29
* Update flowchart sections to match current CVS.Bruce Momjian2005-05-062-435/+360
* Markup improvements.Bruce Momjian2005-05-061-2/+2
* Update backend flowchard wordingBruce Momjian2005-05-061-162/+167
* This patch changes the use of varargs.h to stdarg.h asNeil Conway2005-04-151-4/+3
* 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