├── LICENSE ├── README.md ├── btree ├── btree_bloat-7.4.sql ├── btree_bloat-8.0-8.1.sql ├── btree_bloat-superuser.sql └── btree_bloat.sql └── table ├── table_bloat-74-81.sql ├── table_bloat-82-84.sql └── table_bloat.sql /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/README.md -------------------------------------------------------------------------------- /btree/btree_bloat-7.4.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/btree/btree_bloat-7.4.sql -------------------------------------------------------------------------------- /btree/btree_bloat-8.0-8.1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/btree/btree_bloat-8.0-8.1.sql -------------------------------------------------------------------------------- /btree/btree_bloat-superuser.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/btree/btree_bloat-superuser.sql -------------------------------------------------------------------------------- /btree/btree_bloat.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/btree/btree_bloat.sql -------------------------------------------------------------------------------- /table/table_bloat-74-81.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/table/table_bloat-74-81.sql -------------------------------------------------------------------------------- /table/table_bloat-82-84.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/table/table_bloat-82-84.sql -------------------------------------------------------------------------------- /table/table_bloat.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioguix/pgsql-bloat-estimation/HEAD/table/table_bloat.sql --------------------------------------------------------------------------------