summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/stats.out
Commit message (Expand)AuthorAgeFilesLines
* Make stats regression test robust in the face of parallel query.Tom Lane2016-03-041-4/+20
* Have TRUNCATE update pgstat tuple countersAlvaro Herrera2015-02-201-0/+64
* Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane2015-02-191-1/+9
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-301-3/+3
* Prevent index-only scans in stats regression test.Tom Lane2011-10-081-0/+5
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-6/+3
* Implement rate-limiting logic on how often backends will attempt to sendTom Lane2007-04-301-0/+8
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-071-44/+28
* Modify the stats regression test to delay until the stats file actuallyTom Lane2007-02-071-5/+51
* Add a delay at the start of the stats test, to let any prior statsTom Lane2007-01-281-0/+8
* Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane2006-01-111-2/+2
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-2/+0
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-231-17/+4
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-221-0/+2
* More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut2003-11-011-5/+5
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-011-1/+1
* With pg_autovacuum becoming increasingly popular it's important toBruce Momjian2003-09-131-0/+79