- 24 Aug, 2005 22 commits
-
-
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 18 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
-
Bruce Momjian authored
-
Bruce Momjian authored
Windows. The test itself is bypassed in configure as discussed, and libpq has been updated appropriately to allow it to build in thread-safe mode. Dave Page
-
Bruce Momjian authored
-
Tom Lane authored
functional difference really, but make use of stuff added to the planner since this code was touched last.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-