- Jul 20, 2004
-
-
Bruce Momjian authored
-
- Jul 17, 2004
-
-
Peter Eisentraut authored
macros provided by the real libtool, when other packages borrow some macros from PostgreSQL, as in the case of the ODBC driver.
-
- Jul 14, 2004
-
-
Peter Eisentraut authored
automatically if none was specified.
-
- Jul 10, 2004
-
-
Bruce Momjian authored
OS thread tests fail.
-
- Jun 24, 2004
-
-
Tom Lane authored
Per trouble report from Andreas Pflug.
-
- Jun 16, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
same thread flags that will be used to compile thread.c. Add comment to make sure no one breaks it.
-
- Jun 08, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 28, 2004
-
-
Bruce Momjian authored
-
- May 27, 2004
-
-
Bruce Momjian authored
-
- May 22, 2004
-
-
Tom Lane authored
functions. This allows these functions to work correctly with Unicode and other multibyte encodings. Per prior discussion. Also, revert my earlier change to move installation path mashing from Makefile.global to configure. Turns out not to work well because configure script is working with unexpanded variables, and so fails to match in cases where it should match.
-
- May 21, 2004
-
-
Tom Lane authored
several different module Makefiles with it. Also, do any adjustment of installation paths during configure, rather than every time Makefile.global is read.
-
Tom Lane authored
and should do now that we control our own destiny for timezone handling, but this commit gets the bulk of the picayune diffs in place. Magnus Hagander and Tom Lane.
-
PostgreSQL Daemon authored
benign change ...added space to end of line
-
- May 20, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
David Turover
-
- May 19, 2004
-
-
Bruce Momjian authored
-
- May 18, 2004
-
-
Bruce Momjian authored
this commit enables only for Mingw.
-
Bruce Momjian authored
-
- May 17, 2004
-
-
Bruce Momjian authored
Andrew Dunstan
-
- May 14, 2004
-
-
Bruce Momjian authored
-
- 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
-