- 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
does it. Fixes OS X, which needs path.c. It may be that Win32 needs some more port modules, but they are easily added.
-
Tom Lane authored
respect to doubly-starred comment blocks. Do some manual cleanup.
-
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
-
Tom Lane authored
-
Tom Lane authored
-
Michael Meskes authored
- Made sure connect statement does not accept single char variable, but only strings.
-
Bruce Momjian authored
-
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.
-
Bruce Momjian authored
-
Bruce Momjian authored
problems with it.
-
Tom Lane authored
are sticky about non-PIC code in shared libraries. Windows will have to find another solution (probably similar to the way libpq does it).
-
- May 20, 2004
-
-
Tom Lane authored
dirty standard headers (eg AIX).
-
Bruce Momjian authored
-
Bruce Momjian authored
Add Win32 code to look in the current directory before the path. Add code so memory is allocated using palloc in backend object files.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
error report for getaddrinfo failures, point at correct token for syntax errors in all cases, don't log redundant messages.
-
- May 19, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
case $host_platform in *-*-cygwin*|*-*-mingw) PATH=$libdir:$PATH export PATH ;; esac
-
Bruce Momjian authored
-
Bruce Momjian authored
Per report from Christopher.
-
Neil Conway authored
right error code previously, and this patch applies an analogous change to numeric_sqrt().
-
Bruce Momjian authored
so we make is_absolute_path a macro so libpq doesn't use path.o.
-
Bruce Momjian authored
used by zic anyway.
-
Tom Lane authored
rule's event_qual, not only to the rule's action. Per example from Arturs Zoldners.
-
- May 18, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
timezone code and other places. Remove elog() calls from find_my_exec; do fprintf(stderr) instead. We can then remove the exec.c handling in the makefile because it doesn't have to be built to suppress elog calls.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 17, 2004
-
-
Bruce Momjian authored
Create new get_* functions to access compiled-in paths and adjust if relative installs are to be used. Clean up substitute_libpath_macro() code.
-