Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4f920a6

Browse files
committed
Update todo.
1 parent680e4a2 commit4f920a6

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

‎HISTORY

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ Prevent file descriptor leaks in failed COPY's(Bruce)
2525
Fix memory leak in libpgtcl's pg_select(Constantin)
2626
Fix problems with username/passwords over 8 characters(Tom)
2727
Fix problems with handling of asynchronous NOTIFY in backend(Tom)
28+
Fix of many bad system table entries(Tom)
2829

2930
Enhancements
3031
------------
3132
Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
32-
Show the index used in an explain(Zeugswetter)
33+
Show the index used in an EXPLAIN(Zeugswetter)
34+
EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan)
3335
Multi-byte awareness of many data types and functions, via configure(Tatsuo)
3436
New configure --with-mb option(Tatsuo)
3537
New initdb --pgencoding option(Tatsuo)
@@ -81,11 +83,9 @@ feature, see /doc/README.mb(Tatsuo)
8183
/contrib/noupdate code to revoke update permission on a column
8284
Libpq can now be compiled on win32(Magnus)
8385
Add PQsetdbLogin() in libpq
84-
Two styles we agreed upon for database descriptors(Thomas)
8586
New 8-byte integer type, checked by configure for OS support(Thomas)
86-
Better support for quited table/column names(Thomas)
87-
Surround table and column names with double-quotes(Thomas) in generated
88-
sql code to preserve case (SQL92 syntax)(Thomas)
87+
Better support for quoted table/column names(Thomas)
88+
Surround table and column names with double-quotes in pg_dump(Thomas)
8989
PQreset() now works with passwords(Tom)
9090
Handle case of GROUP BY target list column number out of range(David)
9191
Allow UNION in subselects
@@ -133,8 +133,6 @@ New rewrite system fixes many problems with rules and views(Jan)
133133
* handle subselects
134134
* handle aggregates on views
135135
* handle insert into select from view works
136-
*
137-
138136
System indexes are now multi-key(Bruce)
139137
Oidint2, oidint4, and oidname types are removed(Bruce)
140138
Use system cache for more system table lookups(Bruce)
@@ -150,7 +148,6 @@ Psql and libpq now compile under win32 using win32.mak(Magnus)
150148
Lo_read no longer stores trailing NULL(Bruce)
151149
Identifiers are now truncated to 31 characters internally(Bruce)
152150
Createuser options now availble on the command line
153-
PL/pgSQL backend programming language(Jan)
154151
Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
155152
Prevent file descriptor leaf from failed COPY(Bruce)
156153
New pg_upgrade command(Bruce)
@@ -199,6 +196,7 @@ merged all OS-specific shared library defines into one file
199196
smarter TCL/TK configuration checking(Billy)
200197
smarter perl configuration(Brook)
201198
configure uses supplied install-sh if no install script found(Tom)
199+
new Makefile.shlib for shared library configuration(Tom)
202200

203201

204202

‎doc/TODO

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:FriOct 30 12:13:04 EST 1998
3+
Last updated:FriNov 6 22:17:33 EST 1998
44

55
Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
66

@@ -82,6 +82,7 @@ RELIABILITY
8282
* allow UPDATE using aggregate to affect all rows, not just one
8383
* computations in views fail:
8484
create view test as select usesysid * usesysid from pg_shadow;
85+
* views containing aggregates sometimes fail(Jan)
8586

8687
ENHANCEMENTS
8788
------------
@@ -180,6 +181,7 @@ ENHANCEMENTS
180181
* allow chaining of pages to allow >8k tuples
181182
* no min/max for oid type
182183
* remove un-needed conversion functions
184+
* redesign the function call interface to handle NULLs better(Jan)
183185

184186
PERFORMANCE
185187
-----------
@@ -303,11 +305,9 @@ feature, see /doc/README.mb(Tatsuo)
303305
/contrib/noupdate code to revoke update permission on a column
304306
Libpq can now be compiled on win32(Magnus)
305307
Add PQsetdbLogin() in libpq
306-
Two styles we agreed upon for database descriptors(Thomas)
307308
New 8-byte integer type, checked by configure for OS support(Thomas)
308-
Better support for quited table/column names(Thomas)
309-
Surround table and column names with double-quotes(Thomas) in generated
310-
sql code to preserve case (SQL92 syntax)(Thomas)
309+
Better support for quoted table/column names(Thomas)
310+
Surround table and column names with double-quotes in pg_dump(Thomas)
311311
PQreset() now works with passwords(Tom)
312312
Handle case of GROUP BY target list column number out of range(David)
313313
Allow UNION in subselects
@@ -355,8 +355,6 @@ New rewrite system fixes many problems with rules and views(Jan)
355355
* handle subselects
356356
* handle aggregates on views
357357
* handle insert into select from view works
358-
*
359-
360358
System indexes are now multi-key(Bruce)
361359
Oidint2, oidint4, and oidname types are removed(Bruce)
362360
Use system cache for more system table lookups(Bruce)
@@ -421,4 +419,3 @@ smarter TCL/TK configuration checking(Billy)
421419
smarter perl configuration(Brook)
422420
configure uses supplied install-sh if no install script found(Tom)
423421
new Makefile.shlib for shared library configuration(Tom)
424-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp