- 03 Oct, 2007 8 commits
-
-
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 11 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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 30 Sep, 2007 7 commits
-
-
Tom Lane authored
explicitly. This means a TOAST pointer takes 18 bytes instead of 17 --- still smaller than in 8.2 --- which seems a good tradeoff to ensure we won't have painted ourselves into a corner if we want to support multiple types of TOAST pointer later on. Per discussion with Greg Stark.
-
Tom Lane authored
ITAGAKI Takahiro's patch.
-
Tom Lane authored
while the restore_command does its thing, then 'recovering XXX' while processing the segment file. These operations are heavyweight enough that an extra PS display set shouldn't bother anyone.
-
Tom Lane authored
testing). Combine the formerly independent opclasses for the various ISN types into opfamilies. The latter causes some extra bleating from opr_sanity, since the module doesn't provide complete sets of cross-type operators, but it's still a good idea because it will give the planner more information to work with. The missing cross-type operators no longer pose a risk of unexpected planner errors in 8.3, so there's no need to insist on filling them in (and I gather it wouldn't be very sound semantically to add them all).
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Michael Meskes authored
to get memory allocation thread-safe. He also did some cleaning up.
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
- 29 Sep, 2007 8 commits
-
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Tom Lane authored
any commutator operator for =(chkpass,text), so this was creating a shell operator that would fail on use. Found by opr_sanity testing.
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Tom Lane authored
process' PS display. After a suggestion by Simon (not exactly his patch though).
-
Tom Lane authored
CREATE INDEX CONCURRENTLY). Such an index might not have entries for every heap row and thus clustering with it would result in silent data loss. The scenario requires a pretty foolish DBA, but still ...
-
Tom Lane authored
ALTER TABLE on a composite type or ALTER TYPE on a table's rowtype. We already rejected these cases, but the error messages were a bit random and didn't always provide a HINT to use the other command type.
-