- 05 Jul, 2000 11 commits
-
-
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 22 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().
-
Tom Lane authored
-
- 03 Jul, 2000 7 commits
-
-
Tom Lane authored
-
Jan Wieck authored
Jan
-
Jan Wieck authored
WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan
-
Peter Eisentraut authored
-
Peter Eisentraut authored
parsing to not clobber the optarg string -- so that we can bring SetOptsFile() up to speed.
-
Peter Eisentraut authored
COPYs of pg_shadow and pg_group. It also turns out that pg_dumpall was all but broken for multiple servers running at non-standard port numbers. You might get the users and groups from one server and the databases from another. Fixed that. A little user interface and code cleanup along with that. This also takes care of the portability bug discussed in "[BUGS] pg_dumpall" in March 2000.
-
Bruce Momjian authored
And: Note, Bruce I found in the contrib tree any files that we forget remove during contrib cleaning. Please remove these files: contrib/lo/test.sql contrib/pg_dumplo/Makefile.out contrib/pgbench/pgbench_jis.doc contrib/spi/new_example.example contrib/spi/README.MAX Thanks. Karel
-