-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
52 lines (37 loc) · 1.25 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Revision history for PostgreSQL extension.
1.3.9 2024-03-19T103000
- Support building with clang on Debian 12
1.3.8 2023-04-16T103000
- Support PostgreSQL 16
1.3.7 2022-10-24T103000
- Support upgrading (currently from 1.3.4)
1.3.6 2022-10-24T100000
- Support upgrading (currently from 1.3.4)
1.3.5 2022-06-17T170000
- Support PostgreSQL 15
1.3.4 2021-10-21T200000
- Support upgrading (currently from 1.3.1)
1.3.3 2021-10-02T110000
- Support PostgreSQL 14
1.3.2 2021-01-12T170000
- Remove missing include in PostgreSQL 13
- Updated test instructions
1.3.1 2018-04-07T220100
- Fixed sql file installation
1.3.0 2018-04-07T220000
- Compile under 9.x and 10.x
- Bug #1, when the query contains no trigrams.
1.2.0 2012-12-11T220000
- Used trigram index
- Allowed to use like expressions in the query
- Allowed to index null array items
- Reworked all array match operators
1.1.3 2012-10-27T010000
- Allowed to build on Windows
1.1.2 2012-10-04T191850
- Fixed a crashed insert to a indexed table
- Works with PostgreSQL 9.2
1.1.1 2012-10-04T025904
- Documentation fixes.
1.1.0 2012-10-04T021556
- Initial version.