postgresql/src/backend/access
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type.
The prefix operator along with SP-GiST indexes can be used as an alternative
for LIKE 'word%' commands  and it doesn't have a limitation of string/prefix
length as B-Tree has.

Bump catalog version

Author: Ildus Kurbangaliev with some editorization by me
Review by: Arthur Zakirov, Alexander Korotkov, and me
Discussion: https://www.postgresql.org/message-id/flat/20180202180327.222b04b3@wp.localdomain
2018-04-03 19:46:45 +03:00
..
brin Fix thinko in comment 2018-03-26 12:03:42 -03:00
common Fix a boatload of typos in C comments. 2018-04-01 15:01:28 -04:00
gin Predicate locking in GIN index 2018-03-30 14:23:17 +03:00
gist Add predicate locking for GiST 2018-03-27 15:43:19 +03:00
hash README change: update for hash access method 2018-03-29 14:38:39 -04:00
heap MERGE SQL Command following SQL:2016 2018-04-03 09:28:16 +01:00
index Local partitioned indexes 2018-01-19 11:49:22 -03:00
nbtree Fix a boatload of typos in C comments. 2018-04-01 15:01:28 -04:00
rmgrdesc Fix some dubious WAL-parsing code. 2018-04-02 13:46:21 -04:00
spgist Add prefix operator for TEXT type. 2018-04-03 19:46:45 +03:00
tablesample Update copyright for 2018 2018-01-02 23:30:12 -05:00
transam Ensure that WAL pages skipped by a forced WAL switch are zero-filled. 2018-03-30 16:18:18 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00