- 07 Feb, 2007 1 commit
-
-
Tom Lane authored
changes (with an upper limit of 30 seconds), and record the delay time in the postmaster log. This should give us some info about what's happening with the intermittent stats failures in buildfarm. After an idea of Andrew Dunstan's.
-
- 28 Jan, 2007 1 commit
-
-
Tom Lane authored
activity quiesce. Possibly this will fix the large increase in non-reproducible stats test failures we've noted since turning on stats_row_level by default.
-
- 11 Jan, 2006 1 commit
-
-
Tom Lane authored
Replace the former ad-hoc implementation used in the regression tests. Joachim Wieland
-
- 06 Oct, 2005 1 commit
-
-
Tom Lane authored
generated by bitmap index scans. Along the way, simplify and speed up the code for counting sequential and index scans; it was both confusing and inefficient to be taking care of that in the per-tuple loops, IMHO. initdb forced because of internal changes in pg_stat view definitions.
-
- 23 Jul, 2005 1 commit
-
-
Tom Lane authored
function that actually sleeps, instead of busy-waiting. Perhaps this will resolve some of the intermittent stats failures we keep seeing.
-
- 22 Apr, 2005 1 commit
-
-
Tom Lane authored
but the code is basically working. Along the way, rewrite the entire approach to processing OR index conditions, and make it work in join cases for the first time ever. orindxpath.c is now basically obsolete, but I left it in for the time being to allow easy comparison testing against the old implementation.
-
- 01 Nov, 2003 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 13 Sep, 2003 1 commit
-
-
Bruce Momjian authored
have a working stats collector. This test is able to discover the problem that was present in 7.4 Beta 2. Manfred Koizar
-