- Notifications
You must be signed in to change notification settings - Fork5
Commitb0b7be6
committed
Add BRIN infrastructure for "inclusion" opclasses
This lets BRIN be used with R-Tree-like indexing strategies.Also provided are operator classes for range types, box and inet/cidr.The infrastructure provided here should be sufficient to create operatorclasses for similar datatypes; for instance, opclasses for PostGISgeometries should be doable, though we didn't try to implement one.(A box/point opclass was also submitted, but we ripped it out beforecommit because the handling of floating point comparisons in existingcode is inconsistent and would generate corrupt indexes.)Author: Emre Hasegeli. Cosmetic changes by meReview: Andreas Karlsson1 parent199f597 commitb0b7be6
File tree
18 files changed
+928
-105
lines changed- doc/src/sgml
- src
- backend
- access/brin
- utils/adt
- include
- access
- catalog
- test/regress
- expected
- sql
18 files changed
+928
-105
lines changedLines changed: 52 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 |
| |
77 | 79 |
| |
78 | 80 |
| |
| |||
251 | 253 |
| |
252 | 254 |
| |
253 | 255 |
| |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
254 | 268 |
| |
255 | 269 |
| |
256 | 270 |
| |
| |||
372 | 386 |
| |
373 | 387 |
| |
374 | 388 |
| |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
375 | 408 |
| |
376 | 409 |
| |
377 | 410 |
| |
| |||
383 | 416 |
| |
384 | 417 |
| |
385 | 418 |
| |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
386 | 437 |
| |
387 | 438 |
| |
388 | 439 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
|
Lines changed: 17 additions & 73 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 | 108 |
| |
114 | 109 |
| |
115 | 110 |
| |
| |||
137 | 132 |
| |
138 | 133 |
| |
139 | 134 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 | 135 |
| |
180 | 136 |
| |
181 | 137 |
| |
| |||
202 | 158 |
| |
203 | 159 |
| |
204 | 160 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 | 161 |
| |
220 | 162 |
| |
221 | 163 |
| |
| |||
323 | 265 |
| |
324 | 266 |
| |
325 | 267 |
| |
326 |
| - | |
327 |
| - | |
328 | 268 |
| |
329 | 269 |
| |
330 | 270 |
| |
| |||
340 | 280 |
| |
341 | 281 |
| |
342 | 282 |
| |
343 |
| - | |
344 | 283 |
| |
345 | 284 |
| |
346 | 285 |
| |
| |||
359 | 298 |
| |
360 | 299 |
| |
361 | 300 |
| |
362 |
| - | |
363 |
| - | |
364 |
| - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
365 | 304 |
| |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
| 305 | + | |
374 | 306 |
| |
375 | 307 |
| |
376 | 308 |
| |
| |||
418 | 350 |
| |
419 | 351 |
| |
420 | 352 |
| |
421 |
| - | |
422 | 353 |
| |
423 | 354 |
| |
424 | 355 |
| |
| |||
431 | 362 |
| |
432 | 363 |
| |
433 | 364 |
| |
| 365 | + | |
| 366 | + | |
434 | 367 |
| |
435 | 368 |
| |
436 | 369 |
| |
| |||
456 | 389 |
| |
457 | 390 |
| |
458 | 391 |
| |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
459 | 403 |
| |
460 | 404 |
| |
461 | 405 |
| |
|
0 commit comments
Comments
(0)