forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce207d2
committed
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Enable manipulation of attribute statistics. Only superficialvalidation is performed, so it's possible to add nonsense, and it's upto the planner (or other users of statistics) to behave reasonably inthat case.Bump catalog version.Author: Corey HuinkerDiscussion:https://postgr.es/m/CADkLM=eErgzn7ECDpwFcptJKOk9SxZEk5Pot4d94eVTZsvj3gw@mail.gmail.com1 parentdbe6bd4 commitce207d2
File tree
11 files changed
+2263
-2
lines changed- doc/src/sgml
- src
- backend
- catalog
- statistics
- include
- catalog
- statistics
- test/regress
- expected
- sql
11 files changed
+2263
-2
lines changedLines changed: 72 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30222 | 30222 |
| |
30223 | 30223 |
| |
30224 | 30224 |
| |
| 30225 | + | |
| 30226 | + | |
| 30227 | + | |
| 30228 | + | |
| 30229 | + | |
| 30230 | + | |
| 30231 | + | |
| 30232 | + | |
| 30233 | + | |
| 30234 | + | |
| 30235 | + | |
| 30236 | + | |
| 30237 | + | |
| 30238 | + | |
| 30239 | + | |
| 30240 | + | |
| 30241 | + | |
| 30242 | + | |
| 30243 | + | |
| 30244 | + | |
| 30245 | + | |
| 30246 | + | |
| 30247 | + | |
| 30248 | + | |
| 30249 | + | |
| 30250 | + | |
| 30251 | + | |
| 30252 | + | |
| 30253 | + | |
| 30254 | + | |
| 30255 | + | |
| 30256 | + | |
| 30257 | + | |
| 30258 | + | |
| 30259 | + | |
| 30260 | + | |
| 30261 | + | |
| 30262 | + | |
| 30263 | + | |
| 30264 | + | |
| 30265 | + | |
| 30266 | + | |
| 30267 | + | |
| 30268 | + | |
| 30269 | + | |
| 30270 | + | |
| 30271 | + | |
| 30272 | + | |
| 30273 | + | |
| 30274 | + | |
| 30275 | + | |
| 30276 | + | |
| 30277 | + | |
| 30278 | + | |
| 30279 | + | |
| 30280 | + | |
| 30281 | + | |
| 30282 | + | |
| 30283 | + | |
| 30284 | + | |
| 30285 | + | |
| 30286 | + | |
| 30287 | + | |
| 30288 | + | |
| 30289 | + | |
| 30290 | + | |
| 30291 | + | |
| 30292 | + | |
| 30293 | + | |
| 30294 | + | |
| 30295 | + | |
| 30296 | + | |
30225 | 30297 |
| |
30226 | 30298 |
| |
30227 | 30299 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
652 | 674 |
| |
653 | 675 |
| |
654 | 676 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
0 commit comments
Comments
(0)