- 25 Aug, 2005 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Aug, 2005 32 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.
-
Bruce Momjian authored
-
- 23 Aug, 2005 5 commits
-
-
Bruce Momjian authored
< * Allow triggers to be disabled [trigger] > * -Allow triggers to be disabled [trigger] > * Allow triggers to be disabled in only the current session. < Currently the only way to disable triggers is to modify the system < tables. > This is currently possible by starting a multi-statement transaction, > modifying the system tables, performing the desired SQL, restoring the > system tables, and committing the transaction. ALTER TABLE ... > TRIGGER requires a table lock so it is not idea for this usage.
-
Bruce Momjian authored
-
Tom Lane authored
use these instead of its previous hack of changing pg_class.reltriggers. Documentation is lacking, will add that later. Patch by Satoshi Nagayasu, review and some extra work by Tom Lane.
-
Bruce Momjian authored
-
Bruce Momjian authored
-