- 03 Oct, 2007 25 commits
-
-
Neil Conway authored
-
Tom Lane authored
names. ITAGAKI Takahiro
-
Tom Lane authored
documentation. Heikki and Tom
-
Tom Lane authored
-
Tom Lane authored
machines about casts between pointers and integers of different sizes. While they're harmless, we shouldn't expect users to have to go through and figure that out for themselves.
-
Michael Meskes authored
-
Tom Lane authored
variable warning on Windows, improve comment.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Magnus Hagander authored
trying BIO functions. Helps problem with older versions of OpenSSL that lacks error stack functions and would show an incorrect error message for file-not-found-or-not-openable. The problem may still exist for other errors, but file open error is by far the most common one.
-
Magnus Hagander authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Magnus Hagander authored
-
Michael Meskes authored
Set pgtypes library version to 3.0. Set compat library version to 3.0.
-
Magnus Hagander authored
we restricted exports from ecpglib.
-
Magnus Hagander authored
-
Magnus Hagander authored
-
Magnus Hagander authored
-
Magnus Hagander authored
on MSVC. Fix strange nonstandard version of __stdcall specifyer in thread tests on win32.
-
Magnus Hagander authored
-
Michael Meskes authored
Created export list for ecpglib.
-
Michael Meskes authored
-
Tom Lane authored
the 'overview' and 'incompatibilities' summary lists remain to be written. But I think all the raw info is there (indeed maybe too verbose).
-
- 02 Oct, 2007 6 commits
-
-
Neil Conway authored
-
Magnus Hagander authored
make sure that a CPU option is actually chosen. Hiroshi Saito
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
descriptor handling
-
Tom Lane authored
OpenSSL libraries --- just don't call them if they're not there. This might possibly lead to misleading error messages, but we'll just have to live with that.
-
- 01 Oct, 2007 9 commits
-
-
Tom Lane authored
-
Magnus Hagander authored
This fixes potential crashes on old versions of OpenSSL and the requirement on "Applink" in new versions when building with MSVC and using different runtimes. Dave Page with fixes from me.
-
D'Arcy J.M. Cain authored
-
Tom Lane authored
-
Tom Lane authored
compiler --- at least on ARM, it does. I suspect that the varvarlena patch has been creating larger-than-intended toast pointers all along on ARM, but it wasn't exposed until the latest tweak added some Asserts that calculated the expected size in a different way. We could probably have fixed this by adding __attribute__((packed)) as is done for ItemPointerData, but struct varattrib_pointer isn't really all that useful anyway, so it seems cleanest to just get rid of it and have only struct varattrib_1b_e. Per results from buildfarm member quagga.
-
Magnus Hagander authored
Hiroshi Saito
-
Bruce Momjian authored
-
Magnus Hagander authored
Hannes Eder
-
D'Arcy J.M. Cain authored
-