├── COPYRIGHT ├── LICENSE ├── README.md ├── index_watch_functions.sql └── index_watch_tables.sql /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataegret/pg_index_watch/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataegret/pg_index_watch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataegret/pg_index_watch/HEAD/README.md -------------------------------------------------------------------------------- /index_watch_functions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataegret/pg_index_watch/HEAD/index_watch_functions.sql -------------------------------------------------------------------------------- /index_watch_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataegret/pg_index_watch/HEAD/index_watch_tables.sql --------------------------------------------------------------------------------