- 25 Aug, 2005 12 commits
-
-
Tom Lane authored
cover more error codes. Per Petr Jelinek.
-
Tom Lane authored
constrained GCC inline version. Thiemo Seufer, by way of Martin Pitt.
-
Tom Lane authored
in interval_mul and interval_div. This avoids an optimization bug in A Certain Company's compiler (and given their explanation, I wouldn't be surprised if other compilers blow it too). Besides the code seems more clear this way --- in the original formulation, you had to mentally recognize the common subexpression in order to understand what was going on.
-
Bruce Momjian authored
-
Tom Lane authored
on Windows is now a feature, not a bug.
-
Tom Lane authored
IPv6 is obsoleted by recent Windows patch. Perform the runtime test whenever HAVE_IPV6 is set. This should be OK since initdb can get getaddrinfo from libpgport if needed.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * -Allow triggers to be disabled [trigger] > * -Allow triggers to be disabled
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Aug, 2005 28 commits
-
-
Tom Lane authored
has to be tested dynamically if we want to make portable executables. Chuck McDevitt and Andrew Dunstan.
-
Tom Lane authored
-
PostgreSQL Daemon authored
fix up a few references to 8.1devel -> 8.1beta1
-
Tom Lane authored
going to keep it after all.
-
Bruce Momjian authored
< Logically, a reload should set the same values as a < server restart.
-
Tom Lane authored
This might be overly conservative, but we know it does not work on amd64. Per buildfarm results.
-
Bruce Momjian authored
< Currently, if a variable is commented out, it keeps the < previous uncommented value until a server restarted. > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. > Logically, a reload should set the same values as a > server restart.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
'my' where appropriate. Michael Fuhr
-
Bruce Momjian authored
-
Tom Lane authored
in plperl functions.
-
Tom Lane authored
-
Tom Lane authored
cleanup.
-
Tom Lane authored
-
Tom Lane authored
fly. Fix problem with incompletely duplicated setup code. Andrew Dunstan, from an idea of Michael Fuhr's.
-
Bruce Momjian authored
> * Add sleep() function, remove from regress.c
-
Tom Lane authored
is not adequately tested yet, but let's get it into beta1 so it can be tested. Magnus Hagander and Tom Lane.
-
Tom Lane authored
triggers exist but are all disabled. Problem noted by Gavin Sherry in original discussion of enable/disable trigger patch, but was never addressed.
-
Tom Lane authored
-
Bruce Momjian authored
> o Add sleep() to PL/PgSQL
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Jim C. Nasby
-