postgresql/contrib/ltree
Tom Lane 485f0aa859 Add hash support functions and hash opclass for contrib/ltree.
This also enables hash join and hash aggregation on ltree columns.

Tommy Pavlicek, reviewed by jian he

Discussion: https://postgr.es/m/CAEhP-W9ZEoHeaP_nKnPCVd_o1c3BAUvq1gWHrq8EbkNRiS9CvQ@mail.gmail.com
2024-03-21 18:27:49 -04:00
..
data
expected Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
sql Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
.gitignore
Makefile Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
_ltree_gist.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
_ltree_op.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
crc32.c Adjust MSVC build scripts to parse Makefiles for defines 2021-07-29 12:01:23 +12:00
crc32.h
lquery_op.c Remove useless character-length checks in contrib/ltree. 2022-10-06 11:18:32 -04:00
ltree--1.0--1.1.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
ltree--1.1--1.2.sql
ltree--1.1.sql
ltree--1.2--1.3.sql Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
ltree.control Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
ltree.h Allow hyphens in ltree labels 2023-01-06 16:05:46 -05:00
ltree_gist.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltree_io.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltree_op.c Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
ltreetest.sql Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00
ltxtquery_io.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
ltxtquery_op.c
meson.build Add hash support functions and hash opclass for contrib/ltree. 2024-03-21 18:27:49 -04:00