- 06 Jul, 2000 4 commits
-
-
Jan Wieck authored
Jan
-
Jan Wieck authored
- The problems Jan reported - incompatibility with configure (now uses HAVE_LIBZ instead of HAVE_ZLIB) - a problem in auto-detecting archive file format on piped archives Philip Warner
-
Jan Wieck authored
a wrong pointer causing the bitmap overwriting the tuple header. Jan
-
Tom Lane authored
now TOAST-able.
-
- 05 Jul, 2000 15 commits
-
-
Tom Lane authored
one of updating the whole text datatype, but there are so dang many calls of these two routines that it seems worth a separate commit.
-
Tom Lane authored
-
Tom Lane authored
Now it skips useless SEEK_CUR 0 calls too, as intended.
-
Jan Wieck authored
Jan
-
Marc G. Fournier authored
add check for libz compression library for pg_dump
-
Jan Wieck authored
Special handling of TOAST relations during VACUUM. TOAST relations are vacuumed while the lock on the master table is still active. The ANALYZE flag doesn't propagate to their vacuuming because the toaster access routines allways use index access ignoring stats, so why compute them at all. Protection of TOAST relations against normal INSERT/UPDATE/DELETE while offering SELECT for debugging purposes. Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
PostgreSQL-7.0.2 run on Linux for the Intel-IA64 architecture. It also fixes a bug in the configure scripts that caused configure to fail on the fcntl(F_SETLK) test. This fix triggered a bug in the fcntl(F_SETLK) code of the Linux kernel when used on unix domain sockets resulting in postmaster to segfault immediately after startup. There is a fix available and included in the kernel that will be on SuSE Linux 7.0, but kernels <= 2.2.16 still have this bug. Reinhard Max
-
Jan Wieck authored
Inherited child tables must not be open during creation of TOAST table Jan
-
Jan Wieck authored
and SELECT ... INTO ... too. Jan
-
Jan Wieck authored
Automatically create toast table at CREATE TABLE if new table has toastable attributes. Jan
-
Jan Wieck authored
does compression itself the old way. Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Jul, 2000 21 commits
-
-
Peter Eisentraut authored
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
files to restrict the set of users that can connect to a database but can still use the pg_shadow password. (You just leave off the password field in the secondary file.)
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Doesn't anyone remember how to program a binary search??
-
Tom Lane authored
from Paul McGarry.
-
Tom Lane authored
Don't go through pg_exec_query_dest(), but directly to the execution routines. Also, extend parameter lists so that there's no need to change the global setting of allowSystemTableMods, a hack that was certain to cause trouble in the event of any error.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
in the infomask of the provided tuple.
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
+unlock buffer in heap_fetch under !ItemIdIsUsed().
-