postgresql/contrib/bloom
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects
COMMENT ON ACCESS METHOD was missing; add it, along psql tab-completion
support for it.

psql was also missing a way to list existing access methods; the new \dA
command does that.

Also add tab-completion support for DROP ACCESS METHOD.

Author: Michael Paquier
Discussion: https://www.postgresql.org/message-id/CAB7nPqTzdZdu8J7EF8SXr_R2U5bSUUYNOT3oAWBZdEoggnwhGA@mail.gmail.com
2016-06-07 17:59:34 -04:00
..
expected Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
sql Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
t Bloom index contrib module 2016-04-01 16:42:24 +03:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Bloom index contrib module 2016-04-01 16:42:24 +03:00
blinsert.c Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
bloom--1.0.sql Fix loose ends for SQL ACCESS METHOD objects 2016-06-07 17:59:34 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blscan.c Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blutils.c Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blvacuum.c Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
blvalidate.c Bloom index contrib module 2016-04-01 16:42:24 +03:00