- 25 Aug, 2005 9 commits
-
-
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 31 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
-
Bruce Momjian authored
< o Do VACUUM FULL if table is nearly empty? > o Suggest VACUUM FULL if a table is nearly empty
-
Bruce Momjian authored
> > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. >
-
Michael Meskes authored
- Remove stary character from string quoting. - Fixed check to report missing varchar pointer implementation.
-