Versions in this module Expand all Collapse all v2 v2.4.0 Jul 9, 2021 v2.2.0 Feb 9, 2021 Changes in this version + var ErrLastFile = errors.New("no more recent log files") + var ErrNotFound = errors.New("pglog activity: not found") + var ErrTimeBoundary = errors.New("time boundary exceeded") + func ParsePostgresLastActivity(logTime, text string) (*time.Time, error) + type Selector struct + func NewSelector(dir string) *Selector + func (s *Selector) DiscoverLogDir() error + func (s *Selector) FilterOldFilesInList() + func (s *Selector) Next() (string, error) + func (s *Selector) SetMinimumTime(minimumTime time.Time) Other modules containing this package gitlab.com/postgres-ai/database-lab gitlab.com/postgres-ai/database-lab/v3