postgresql/contrib/bloom
Andres Freund 2a96909a4a tableam: Support for an index build's initial table scan(s).
To support building indexes over tables of different AMs, the scans to
do so need to be routed through the table AM.  While moving a fair
amount of code, nearly all the changes are just moving code to below a
callback.

Currently the range based interface wouldn't make much sense for non
block based table AMs. But that seems aceptable for now.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
2019-03-27 19:59:06 -07:00
..
expected Add more tests for reloptions 2017-10-19 14:22:05 +02:00
sql Add more tests for reloptions 2017-10-19 14:22:05 +02:00
t Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Add PGXS options to control TAP and isolation tests, take two 2018-12-03 09:27:35 +09:00
blcost.c Refactor index cost estimation functions in view of IndexClause changes. 2019-02-15 13:05:19 -05:00
blinsert.c tableam: Support for an index build's initial table scan(s). 2019-03-27 19:59:06 -07:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
blscan.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
blutils.c Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
blvacuum.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
blvalidate.c Update copyright for 2019 2019-01-02 12:44:25 -05:00