summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2006-03-15Fix typo in pgcvslog, used == instead of =.Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Update to 2006.Bruce Momjian
2006-02-12Update release checlist.Bruce Momjian
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2005-12-09Simplify lock manager data structures by making a clear separation betweenTom Lane
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-16Update error message and documentation for fsync test.Bruce Momjian
2005-11-16Have test_fsync honor -f filename argument.Bruce Momjian
2005-11-15Prevent certain symbols that are used for both typedefs and variableBruce Momjian
2005-11-15Fix recent problems with BSD indent, including indenting past 80Bruce Momjian
2005-11-13Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian
2005-11-07Lower pgident length to 77, document BSD indent bug.Bruce Momjian
2005-11-07Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-05Add mention to update FAQ item on most recent release to RELEASE_CHANGES.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-15Update pgindent typedef list.Bruce Momjian
2005-10-10Document the process to update translations.Peter Eisentraut
2005-10-07Remove an unused typedef.Alvaro Herrera
2005-09-27Suppress FAQ and TODO changes in pgcvslog output.Bruce Momjian
2005-09-22Add instructions.Bruce Momjian
2005-09-22Add "codelines" script to compute number of lines in a releaes.Bruce Momjian
2005-08-25Update release checklist.Bruce Momjian
2005-08-24More beta1 cleanup.Bruce Momjian
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-08-17Minor cleanup.Bruce Momjian
2005-08-16Update comments.Bruce Momjian
2005-08-16Improve comment.Bruce Momjian
2005-08-16Update pgcvslog comment on how to find branch start time.Bruce Momjian
2005-07-13Fix #elif spacing too.Bruce Momjian
2005-07-13Fix pgindent to not have blank line before #else in variable definitionBruce Momjian
2005-07-13Add backslashes to parentheses in awk regex because if not, they areBruce Momjian
2005-07-08testing activitymailPostgreSQL Daemon
2005-06-28Update typedefs for pgindent.Bruce Momjian
2005-06-28Change awk ~ pattern from "" to //.Bruce Momjian
2005-06-23Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane
2005-06-04Back out make_mkid change.Bruce Momjian
2005-06-04Improve readability of config location params by adding newline.Bruce Momjian
2005-05-27Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian
2005-05-08Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane
2005-05-06Update backend flowchart HTML.Bruce Momjian
2005-05-06Update flowchart sections to match current CVS.Bruce Momjian
2005-05-06Markup improvements.Bruce Momjian
2005-05-06Update backend flowchard wordingBruce Momjian
2005-04-15This patch changes the use of varargs.h to stdarg.h asNeil Conway
2005-04-06Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane