- 02 Jul, 2001 2 commits
-
-
Tom Lane authored
Probably the right fix is to remove 'current' special value entirely, but I don't want to see regression test failures until that happens.
-
Tom Lane authored
actually work. It had been throwing an Assert as of my recent changes to bufmgr.c, but was not really right even before that AFAICT.
-
- 01 Jul, 2001 1 commit
-
-
Tom Lane authored
immediately, we will fork a child even if the database state does not permit connections to be accepted (eg, we are in recovery mode). The child process will correctly reject the connection and exit as soon as it's finished collecting the connection request message. However, this means that reaper() must be prepared to see child process exit signals even while it's waiting for startup or shutdown process to finish. As was, a connection request arriving during a database recovery or shutdown would cause postmaster abort.
-
- 30 Jun, 2001 6 commits
-
-
Peter Eisentraut authored
characteristics) to be set through GUC.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
D'Arcy J.M. Cain authored
I just finished changing the GENERIC files and the options(4) man page on NetBSD to make this clearer.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
have localized strings.) Also, modernize the system catalog queries where appropriate, e.g., with outer joins.
-
- 29 Jun, 2001 10 commits
-
-
Tom Lane authored
Add 'do { ... } while (0)' decoration to eliminate compiler warnings.
-
Bruce Momjian authored
-
Tom Lane authored
stub) into the rest of the system. Adopt a cleaner approach to preventing deadlock in concurrent heap_updates: allow RelationGetBufferForTuple to select any page of the rel, and put the onus on it to lock both buffers in a consistent order. Remove no-longer-needed isExtend hack from API of ReleaseAndReadBuffer.
-
Tom Lane authored
have any newly-dead tuples on them. This is a longstanding deficiency that prevents VACUUM from compacting a file as much as one would expect. Change requires fixing repair_frag to not assume that fraged_pages is a subset of vacuum_pages. Also make some further cleanups of places that assumed page numbers fit in int and tuple counts fit in uint32.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Barry Lind
-
Tom Lane authored
after writing/unpinning it. An actual failure is unlikely, unless the system is tremendously short of buffers ... but a bug is a bug.
-
Jan Wieck authored
for speed. Jan
-
Tom Lane authored
-
- 28 Jun, 2001 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- 27 Jun, 2001 9 commits
-
-
Tom Lane authored
do anything yet, but it has the necessary connections to initialization and so forth. Make some gestures towards allowing number of blocks in a relation to be BlockNumber, ie, unsigned int, rather than signed int. (I doubt I got all the places that are sloppy about it, yet.) On the way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC variable.
-
Peter Eisentraut authored
message clean up.
-
Tom Lane authored
confusing definitions in it.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
Now the version is 7.01.0006.
-
- 26 Jun, 2001 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Jun, 2001 5 commits
-
-
Tom Lane authored
directly, rather than through SetConfigOption().
-
Tom Lane authored
directly, rather than through SetConfigOption().
-
Tom Lane authored
IS TRUE, etc, with some degree of verisimilitude. Split out selectivity support functions from builtins.h into a new header file selfuncs.h, so as to reduce the number of header files builtins.h must depend on. Fix a few missing inclusions exposed thereby. From Joe Conway, with some kibitzing from Tom Lane.
-
Tom Lane authored
-
Bruce Momjian authored
Here is a patch which inspired by Michael Stephens that should work Dave Cramer
-
- 24 Jun, 2001 1 commit
-
-
Bruce Momjian authored
-