- 28 Feb, 2010 4 commits
-
-
Greg Stark authored
Second try at fsyncing directories in CREATE DATABASE. Let's see what the build farm says of opening directories read-only and ignoring EBADF from fsync of directories
-
Tom Lane authored
just make it a bit less ugly in places.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Feb, 2010 10 commits
-
-
Michael Meskes authored
-
Tom Lane authored
the fact that NetBSD/mips is currently broken, as per buildfarm member pika. Also add regression tests to ensure that get_float8_nan and get_float4_nan are exercised even on platforms where they are not needed by float8in/float4in. Zoltán Böszörményi and Tom Lane
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Fujii Masao
-
Heikki Linnakangas authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Feb, 2010 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
regession test output, and update pgindent script to avoid them in the future.
-
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Feb, 2010 13 commits
-
-
Bruce Momjian authored
marked stable.
-
Tom Lane authored
We had originally made the stronger assumption that NOT A refutes any B if B implies A, but this fails in three-valued logic, because we need to prove B is false not just that it's not true. However the logic does go through if B is equal to A. Recognizing this limited case is enough to handle examples that arise when we have simplified "bool_var = true" or "bool_var = false" to just "bool_var" or "NOT bool_var". If we had not done that simplification then the btree-operator proof logic would have been able to prove that the expressions were contradictory, but only for identical expressions being compared to the constants; so handling identical A and B covers all the same cases. The motivation for doing this is to avoid unexpected asymmetrical behavior when a partitioned table uses a boolean partitioning column, as in today's gripe from Dominik Sander. Back-patch to 8.2, which is as far back as predicate_refuted_by attempts to do anything at all with NOTs.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
per SQL standard, and mention 7.3 behavior at the end.
-
Magnus Hagander authored
how often we do SSL session key renegotiation. Can be set to 0 to disable renegotiation completely, which is required if a broken SSL library is used (broken patches to CVE-2009-3555 a known cause) or when using a client library that can't do renegotiation.
-
Magnus Hagander authored
-
Heikki Linnakangas authored
format as in PQconnectdb(). As pointed out by Thom Brown.
-
Heikki Linnakangas authored
-
Heikki Linnakangas authored
it's asynchronous.
-
Heikki Linnakangas authored
Per complaint from Greg Stark.
-
Tom Lane authored
Per discussion.
-
Tom Lane authored
error cases less intimidating for novices. Per discussion. Greg Smith
-