68
68
69
69
MISC
70
70
71
- * -User who can create databases can modify pg_database table(Peter)
71
+ * -User who can create databases can modify pg_database table(Peter E )
72
72
* Plpgsql does not handle quoted mixed-case identifiers
73
73
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
74
74
* -pg_dump should preserve primary key information
94
94
95
95
ADMIN
96
96
97
- * -Better interface for adding to pg_group(Peter)
97
+ * -Better interface for adding to pg_group(Peter E )
98
98
* More access control over who can create tables and access the database
99
99
* Test syslog functionality
100
100
* Allow elog() to return error codes, not just messages
@@ -145,7 +145,7 @@ INDEXES
145
145
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
146
146
fails index can't store constant parameters
147
147
* Allow creation of functional indexes to use default types
148
- * -Permissions on indexes, prevent them(Peter)
148
+ * -Permissions on indexes, prevent them(Peter E )
149
149
* Allow SQL function indexes
150
150
* Add FILLFACTOR to index creation
151
151
* -Allow indexing of LIKE with localle character sets
@@ -154,7 +154,7 @@ INDEXES
154
154
COMMANDS
155
155
156
156
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
157
- * -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E. )
157
+ * -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
158
158
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
159
159
NULL specification, indexes, permissions, etc on table[cluster]
160
160
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
218
218
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
219
219
* Overhaul bufmgr/lockmgr/transaction manager
220
220
* Add PL/Perl(Mark Hollomon)
221
- * -Add option for postgres user have a password by default(Peter)
221
+ * -Add option for postgres user have a password by default(Peter E )
222
222
* Add configure test to check for C++ need for *.h and namespaces
223
223
* Allow BLCKSZ <= 64k, not <= 32k
224
224
* redesign UNION structures to have separarate target lists
0 commit comments