- Notifications
You must be signed in to change notification settings - Fork28
Commitbf56f07
committed
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
default, but OIDS are removed from many system catalogs that don't need them.Some interesting side effects: TOAST pointers are 20 bytes not 32 now;pg_description has a three-column key instead of one.Bugs fixed in passing: BINARY cursors work again; pg_class.relhaspkeyhas some usefulness; pg_dump dumps comments on indexes, rules, andtriggers in a valid order.initdb forced.1 parentd062f0f commitbf56f07
File tree
83 files changed
+1960
-1581
lines changed- contrib
- chkpass
- findoidjoins
- intarray
- doc/src/sgml
- ref
- src
- backend
- access
- heap
- transam
- bootstrap
- catalog
- commands
- executor
- nodes
- parser
- rewrite
- utils/cache
- bin
- initdb
- pg_dump
- psql
- include
- access
- bootstrap
- catalog
- commands
- nodes
- parser
- utils
- interfaces/ecpg/preproc
- test/regress
- expected
- sql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+1960
-1581
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 76 | + | |
79 | 77 |
| |
80 | 78 |
| |
81 | 79 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 30 | + | |
| 31 | + | |
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
| |||
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 |
| - | |
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
| 49 | + | |
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
| |||
61 | 60 |
| |
62 | 61 |
| |
63 | 62 |
| |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
|
Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
| |||
52 | 51 |
| |
53 | 52 |
| |
54 | 53 |
| |
55 |
| - | |
56 |
| - | |
| 54 | + | |
57 | 55 |
| |
58 | 56 |
| |
59 | 57 |
| |
| |||
71 | 69 |
| |
72 | 70 |
| |
73 | 71 |
| |
74 |
| - | |
75 |
| - | |
| 72 | + | |
| 73 | + | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
80 |
| - | |
81 |
| - | |
| 78 | + | |
| 79 | + | |
82 | 80 |
| |
83 | 81 |
| |
84 | 82 |
| |
|
Lines changed: 2 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 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 5 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 14 | + | |
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
21 | 18 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 19 | + | |
26 | 20 |
| |
27 | 21 |
| |
28 | 22 |
| |
29 | 23 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 24 | + | |
34 | 25 |
| |
35 | 26 |
| |
36 | 27 |
| |
37 | 28 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 29 | + | |
42 | 30 |
| |
43 | 31 |
| |
44 | 32 |
| |
45 | 33 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 34 | + | |
50 | 35 |
| |
51 | 36 |
| |
52 | 37 |
| |
|
Lines changed: 50 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
535 |
| - | |
| 535 | + | |
536 | 536 |
| |
537 |
| - | |
| 537 | + | |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
569 |
| - | |
| 568 | + | |
| 569 | + | |
570 | 570 |
| |
571 | 571 |
| |
572 | 572 |
| |
| |||
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
634 |
| - | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
635 | 637 |
| |
636 | 638 |
| |
637 | 639 |
| |
638 | 640 |
| |
639 | 641 |
| |
640 | 642 |
| |
641 |
| - | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
642 | 647 |
| |
643 | 648 |
| |
644 | 649 |
| |
| |||
664 | 669 |
| |
665 | 670 |
| |
666 | 671 |
| |
667 |
| - | |
| 672 | + | |
668 | 673 |
| |
669 | 674 |
| |
670 | 675 |
| |
| |||
695 | 700 |
| |
696 | 701 |
| |
697 | 702 |
| |
698 |
| - | |
| 703 | + | |
699 | 704 |
| |
700 | 705 |
| |
701 | 706 |
| |
702 | 707 |
| |
703 | 708 |
| |
704 | 709 |
| |
705 |
| - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
706 | 727 |
| |
707 | 728 |
| |
708 | 729 |
| |
709 | 730 |
| |
710 | 731 |
| |
711 | 732 |
| |
712 | 733 |
| |
713 |
| - | |
714 |
| - | |
| 734 | + | |
715 | 735 |
| |
716 | 736 |
| |
717 | 737 |
| |
| |||
726 | 746 |
| |
727 | 747 |
| |
728 | 748 |
| |
729 |
| - | |
| 749 | + | |
730 | 750 |
| |
731 | 751 |
| |
732 | 752 |
| |
| |||
874 | 894 |
| |
875 | 895 |
| |
876 | 896 |
| |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
877 | 914 |
| |
878 | 915 |
| |
879 | 916 |
| |
|
0 commit comments
Comments
(0)