You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Eisentraut
32edf732e8
Rename gist stratnum support function
...
Commit 7406ab623f
added a gist support function that we internally
refer to by the symbol GIST_STRATNUM_PROC. This translated from
"well-known" strategy numbers to opfamily-specific strategy numbers.
However, we later (commit 630f9a43ce
) changed this to fit into
index-AM-level compare type mapping, so this function actually now
maps from compare type to opfamily-specific strategy numbers. So this
name is no longer fitting.
Moreover, the index AM level also supports the opposite, a function to
map from strategy number to compare type. This is currently not
supported in gist, but one might wonder what this function is supposed
to be called when it is added.
This patch changes the naming of the gist-level functionality to be
more in line with the index-AM-level functionality. This makes sense
because these are essentially the same thing on different levels.
This also changes the names of the externally visible functions that
are provided for use as such a support function.
Reviewed-by: Paul A Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/37ebb1d9-9036-485f-a215-e55435689917%40eisentraut.org
4 weeks ago
..
bit.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
bool.out
Fix planner to consider matches to boolean columns in extension indexes.
3 years ago
bytea.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
cash.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
char.out
Fix results of index-only scans on btree_gist char(N) indexes.
4 years ago
char_1.out
Fix results of index-only scans on btree_gist char(N) indexes.
4 years ago
cidr.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
date.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
enum.out
Add support for sorted gist index builds to btree_gist
3 months ago
float4.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
float8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
inet.out
Handle mixed returnable and non-returnable columns better in IOS.
4 years ago
init.out
Test all contrib-created operator classes with amvalidate.
9 years ago
int2.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
int4.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
int8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
interval.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
macaddr.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
macaddr8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
not_equal.out
Ensure plan stability in contrib/btree_gist regression test.
9 years ago
numeric.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
oid.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
partitions.out
Allow some exclusion constraints on partitions
2 years ago
stratnum.out
Rename gist stratnum support function
4 weeks ago
text.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
text_1.out
Add index-only scan support to btree_gist.
10 years ago
time.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
timestamp.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
timestamptz.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
timetz.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
uuid.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
varbit.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
varchar.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
4 years ago
varchar_1.out
Add alternative expected output files for cs_CZ locale for btree_gist and
16 years ago
without_overlaps.out
Add temporal FOREIGN KEY contraints
10 months ago