/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/spgist_name_ops/
..
expected

pg_upgrade: Preserve relfilenodes and tablespace OIDs.

5 лет назад
sql

Prevent infinite insertion loops in spgdoinsert().

5 лет назад
.gitignore

Fix confusion in SP-GiST between attribute type and leaf storage type.

5 лет назад
Makefile

Fix confusion in SP-GiST between attribute type and leaf storage type.

5 лет назад
README

Fix confusion in SP-GiST between attribute type and leaf storage type.

5 лет назад
meson.build

Update copyright for 2026

7 месяцев назад
spgist_name_ops--1.0.sql

Fix confusion in SP-GiST between attribute type and leaf storage type.

5 лет назад
spgist_name_ops.c

Mark commented out code as unused

7 месяцев назад
spgist_name_ops.control

Fix confusion in SP-GiST between attribute type and leaf storage type.

5 лет назад
README
spgist_name_ops implements an SP-GiST operator class that indexes
columns of type "name", but with storage identical to that used
by SP-GiST text_ops.
 
This is not terribly useful in itself, perhaps, but it allows
testing cases where the indexed data type is different from the leaf
data type and yet we can reconstruct the original indexed value.
That situation is not tested by any built-in SP-GiST opclass.