summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-30Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian
2004-04-30Convert DOS newlines to Unix newlines.Bruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.Bruce Momjian
2004-04-30Enable use of our own timezone library for Win32.Bruce Momjian
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-30Timezone library changes to map into our backend code.Bruce Momjian
2004-04-30Add Olson's public domain timezone library to src/timezone.Bruce Momjian
2004-04-29Synced parser and keyword list.Michael Meskes
2004-04-29Minor copy-editing.Tom Lane
2004-04-28Fix typo:Bruce Momjian
2004-04-27Improve thread failure wording.Bruce Momjian
2004-04-27Enable thread testing outside the source tree.Bruce Momjian
2004-04-27Do thread testing from configure in a much cleaner fashion.Bruce Momjian
2004-04-27Add comments.Bruce Momjian
2004-04-27Use mktemp for temporary file names, per suggestion from Peter.Bruce Momjian
2004-04-27Move postgres.h to the top of the C file.Bruce Momjian
2004-04-26Fix vpath for thread test.Bruce Momjian
2004-04-26Fix subdir for thread test program.Bruce Momjian
2004-04-26Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-26More cleanup of thread tests.Bruce Momjian
2004-04-26Translation updatesDennis Bjorklund
2004-04-26Unconditionally define:Bruce Momjian
2004-04-26Clean tools/thread on make clean/distclean.Bruce Momjian
2004-04-26Exit with non-zero error on thread test failures.Bruce Momjian
2004-04-26More thread error improvments.Bruce Momjian
2004-04-26More thread error message improvments.Bruce Momjian
2004-04-26More thread error improvements.Bruce Momjian
2004-04-26Improve thread error message.Bruce Momjian
2004-04-26Improve error message for platform thread failure.Bruce Momjian
2004-04-25Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway
2004-04-25More thread cleanups.Bruce Momjian
2004-04-25Add mention to check config.log if thread test failure.Bruce Momjian
2004-04-25Fix typo on thread lib name.Bruce Momjian
2004-04-25Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian
2004-04-25No need to use our standard libs for the thread test --- they might notBruce Momjian
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-24Fix typo in libpq docs.Neil Conway
2004-04-24Document that PQoidValue(), PQcmdTuples(), and PQoidStatus() now workNeil Conway
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-24Check for gmake, then make, when doing thread test.Bruce Momjian
2004-04-24Add mention to run thread test program if user is experiencing problemsBruce Momjian
2004-04-23Hook thread_test program run at the end of configure run.Bruce Momjian
2004-04-23Report error if thread-test is run without having threading enabled inBruce Momjian
2004-04-23Improve thread test program. Test only functions that need testing.Bruce Momjian
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-23Fixed memory misusage in variable handling.Michael Meskes
2004-04-22Simplify thread test program.Bruce Momjian