summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety.
2004-02-02Set only LC_ALL for sort in tags creation.Bruce Momjian
2004-02-01Set locale to C before doing sort in make_ctags.Bruce Momjian
2004-01-04Remove trailing newline from file.Bruce Momjian
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
2003-12-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
tools/thread to run even if configure didn't enable threads because this test is used before enabling threads for the OS.
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
2003-11-04Add note to update config.guess and config.sub at the start of beta.Peter Eisentraut
2003-10-24Remove weird test in ccsymBruce Momjian
2003-10-24Don't reference pthread.h unless we have threads enabled, per Peter.Bruce Momjian
2003-10-07Fix include used by entab.Bruce Momjian
2003-09-28Adjust pgindent for newer awks.Bruce Momjian
Nigel J. Andrews
2003-09-28Allow pgindent to work with newer BSD indents.Bruce Momjian
2003-09-27Update bsd indent patch.Bruce Momjian
2003-09-27Cleanup pgindent patch.Bruce Momjian
2003-09-27Add compile step to instructions.Bruce Momjian
2003-09-27Finalize configuration of thread_test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
and improve tests.
2003-09-03Tighten casting of function call pointers for threads.Bruce Momjian
2003-09-03Add reporting of specificy threading failure functions.Bruce Momjian
2003-09-03Add test for thread-safeness of libc functions.Bruce Momjian
2003-08-30Guard against pgindent changing =- to = -.Bruce Momjian
2003-08-17Not needed, already in CVS.Bruce Momjian
2003-08-16Add description of error style.Bruce Momjian
2003-08-08pgindent fix for new typedefs.Bruce Momjian
2003-08-07Update pgindent readme.Bruce Momjian
2003-08-07Update typedef names for pgindent 7.4.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
so it won't miss 'em again.
2003-08-04Fix for 2003 again.Bruce Momjian
2003-08-04Update copyright script for 2003.Bruce Momjian
2003-08-01Update comments.Bruce Momjian
2003-08-01Update comments.Bruce Momjian
2003-08-01cvs log used -b for head, not -rHEAD.Bruce Momjian
2003-07-25No need for Static.Entries, use -rHEAD.Bruce Momjian
2003-07-25Add example of cvs log pulls _just_ from HEAD.Bruce Momjian
2003-07-23Stamp 7.3.4.Bruce Momjian
2003-06-27Adjust pgtest grep.Bruce Momjian
2003-06-27Update pgtest to use 'gmake check'.Bruce Momjian
2003-06-23Add mention that the grep's have to be adjusted in pgtest.Bruce Momjian
2003-06-22Add pgtest script.Bruce Momjian
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-01-29Update release steps.Bruce Momjian
2003-01-18Improve symlink handling for C tags file.Bruce Momjian
2003-01-13Fixes to pgcvslog for last narrive entry.Bruce Momjian
2003-01-11A tiny patch to fix a typo in configure.in and another one inBruce Momjian
RELEASE_CHANGES. Manfred Koizar
2002-12-18Update RELEASE checklist.Bruce Momjian
2002-12-14Add major/minor release changes info to RELEASE_CHANGES file.Bruce Momjian
2002-10-12Compute version number for docs on the fly.Peter Eisentraut