- 18 May, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 17 May, 2004 1 commit
-
-
Bruce Momjian authored
Andrew Dunstan
-
- 13 May, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
already made to MinGW maintainers. Andrew Dunstan
-
- 11 May, 2004 1 commit
-
-
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.
-
- 07 May, 2004 1 commit
-
-
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.
-
- 05 May, 2004 1 commit
-
-
Tom Lane authored
-
- 30 Apr, 2004 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Timezone code backend integration done by Magnus Hagander.
-
Bruce Momjian authored
-
- 27 Apr, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Apr, 2004 7 commits
-
-
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
-
- 25 Apr, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Apr, 2004 1 commit
-
-
Bruce Momjian authored
-
- 23 Apr, 2004 2 commits
-
-
Bruce Momjian authored
Add test for cross-compiles that they have to run the thread_test program on the target machine.
-
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.
-
- 20 Apr, 2004 1 commit
-
-
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
-
- 24 Mar, 2004 1 commit
-
-
Bruce Momjian authored
special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
-
- 20 Mar, 2004 2 commits
-
-
Bruce Momjian authored
Not an issue for 7.4.X.
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- 09 Mar, 2004 1 commit
-
-
Bruce Momjian authored
-
- 03 Mar, 2004 1 commit
-
-
Bruce Momjian authored
-
- 02 Mar, 2004 1 commit
-
-
Bruce Momjian authored
-
- 11 Feb, 2004 2 commits
-
-
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.
-
- 10 Feb, 2004 1 commit
-
-
Tom Lane authored
snprintf format for uint64 items.
-
- 02 Feb, 2004 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-