summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/stats.sql
AgeCommit message (Expand)Author
2017-05-15stats regression test's wait_for_stats() must check timestamp too.Tom Lane
2017-05-15Make stats regression test more robust in the face of parallel query.Tom Lane
2017-05-13Avoid hard-wired sleep delays in stats regression test.Tom Lane
2016-03-04Make stats regression test robust in the face of parallel query.Tom Lane
2015-02-20Have TRUNCATE update pgstat tuple countersAlvaro Herrera
2015-02-20Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane
2014-01-30Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas
2011-10-09Prevent index-only scans in stats regression test.Tom Lane
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-04-30Implement rate-limiting logic on how often backends will attempt to sendTom Lane
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Modify the stats regression test to delay until the stats file actuallyTom Lane
2007-01-28Add a delay at the start of the stats test, to let any prior statsTom Lane
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2005-04-22First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane
2003-09-13With pg_autovacuum becoming increasingly popular it's important toBruce Momjian