forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit172eacb
committed
Assorted improvements in contrib/hstore.
Remove the 64K limit on the lengths of keys and values within an hstore.(This changes the on-disk format, but the old format can still be read.)Add support for btree/hash opclasses for hstore --- this is not so muchfor actual indexing purposes as to allow use of GROUP BY, DISTINCT, etc.Add various other new functions and operators.Andrew Gierth1 parent1d43e53 commit172eacb
File tree
12 files changed
+4002
-562
lines changed- contrib/hstore
- expected
- sql
- doc/src/sgml
12 files changed
+4002
-562
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
0 commit comments
Comments
(0)