- May 13, 2004
-
-
Bruce Momjian authored
already made to MinGW maintainers. Andrew Dunstan
-
- May 11, 2004
-
-
Bruce Momjian authored
all the code that looks for other binaries. I move FindExec into port/exec.c (and renamed it to find_my_binary()). I also added find_other_binary that looks for another binary in the same directory as the calling program, and checks the version string. The only behavior change was that initdb and pg_dump would look in the hard-coded bindir directory if it can't find the requested binary in the same directory as the caller. The new code throws an error. The old behavior seemed too error prone for version mismatches.
-
- May 07, 2004
-
-
Tom Lane authored
conversion of basic ASCII letters. Remove all uses of strcasecmp and strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp; remove most but not all direct uses of toupper and tolower in favor of pg_toupper and pg_tolower. These functions use the same notions of case folding already developed for identifier case conversion. I left the straight locale-based folding in place for situations where we are just manipulating user data and not trying to match it to built-in strings --- for example, the SQL upper() function is still locale dependent. Perhaps this will prove not to be what's wanted, but at the moment we can initdb and pass regression tests in Turkish locale.
-
- May 05, 2004
-
-
Tom Lane authored
-
- Apr 30, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Timezone code backend integration done by Magnus Hagander.
-
Bruce Momjian authored
-
- Apr 27, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 26, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 25, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 24, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add test for cross-compiles that they have to run the thread_test program on the target machine.
-
- Apr 23, 2004
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- Apr 20, 2004
-
-
PostgreSQL Daemon authored
Remove all of the libpgtcl and pgtclsh files, including all references to them within the various makefiles with_tcl is still required for the src/pl/tcl language
-
- Mar 24, 2004
-
-
Bruce Momjian authored
special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
-
- Mar 20, 2004
-
-
Bruce Momjian authored
Not an issue for 7.4.X.
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- Mar 09, 2004
-
-
Bruce Momjian authored
-
- Mar 03, 2004
-
-
Bruce Momjian authored
-
- Mar 02, 2004
-
-
Bruce Momjian authored
-
- Feb 11, 2004
-
-
Bruce Momjian authored
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.
-
Bruce Momjian authored
Without this patch, no thread locking or *_r functions were being used.
-
- Feb 10, 2004
-
-
Tom Lane authored
snprintf format for uint64 items.
-
- Feb 02, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
run.
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Jan 09, 2004
-
-
Bruce Momjian authored
Claudio Natoli
-
- Dec 23, 2003
-
-
Tom Lane authored
the platform template files, instead of doing it directly in configure.in. This seems cleaner, and also opens the door to making the choice be dependent on the compiler being used.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-