forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit62c0618
committed
Remove completed items, and the last is unwanted:
< o Fix memory leak from exceptions<<http://archives.postgresql.org/pgsql-performance/2006-06/msg00305.php<< * Allow constraint_exclusion to work for UNIONs like it does for< inheritance, allow it to work for UPDATE and DELETE statements, and allow< it to be used for all statements with little performance impact<< * Add estimated_count(*) to return an estimate of COUNT(*)<< This would use the planner ANALYZE statistics to return an estimated< count.<http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php1 parent9a54b76 commit62c0618
2 files changed
+2
-26
lines changedLines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 | 683 |
| |
688 | 684 |
| |
689 | 685 |
| |
| |||
897 | 893 |
| |
898 | 894 |
| |
899 | 895 |
| |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 | 896 |
| |
904 | 897 |
| |
905 | 898 |
| |
| |||
979 | 972 |
| |
980 | 973 |
| |
981 | 974 |
| |
982 |
| - | |
983 |
| - | |
984 |
| - | |
985 |
| - | |
986 |
| - | |
987 |
| - | |
988 | 975 |
| |
989 | 976 |
| |
990 | 977 |
| |
|
Lines changed: 1 addition & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 | 617 |
| |
621 | 618 |
| |
622 | 619 |
| |
| |||
810 | 807 |
| |
811 | 808 |
| |
812 | 809 |
| |
813 |
| - | |
814 |
| - | |
815 |
| - | |
816 | 810 |
| |
817 | 811 |
| |
818 | 812 |
| |
| |||
879 | 873 |
| |
880 | 874 |
| |
881 | 875 |
| |
882 |
| - | |
883 |
| - | |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 | 876 |
| |
888 | 877 |
| |
889 | 878 |
| |
|
0 commit comments
Comments
(0)