Revision history for pg_ttl_index 1.0.1 2024-12-19 - Fixed META.json to comply with PGXN Meta Specification v1.0.0 - Removed invalid 'requires' field from META.json - Added PostgreSQL version requirement to description - Automatic TTL (Time To Live) functionality for data expiration - Background worker for automatic cleanup (manual start required) - Support for multiple tables with different expiry times - Configurable cleanup intervals - SQL injection protection and ACID compliance - Production-ready implementation - Functions: ttl_create_index(), ttl_drop_index(), ttl_runner(), ttl_start_worker() - Manual background worker control for security and transparency