- 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
-
- 23 Jun, 2001 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
message in that case.
-
Bruce Momjian authored
> > secure_ctx changes too. it will be PGC_BACKEND after '-p'. > > Oh, okay, I missed that part. Could we see the total state of the > patch --- ie, a diff against current CVS, not a bunch of deltas? > I've gotten confused about what's in and what's out. Ok, here it is. Cleared the ctx comment too - after -p it will be PGC_BACKEND in any case. Marko Kreen
-