File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Tue Feb 13 21:49:31 EST 2007
5
+ Last updated: Tue Feb 13 23:19:33 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -457,6 +457,10 @@ SQL Commands
457
457
458
458
* Invalidate prepared queries, like INSERT, when the table definition
459
459
is altered
460
+ * Improve logging of prepared statements recovered during startup
461
+
462
+ http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
463
+
460
464
* Allow LISTEN/NOTIFY to store info in memory rather than tables?
461
465
462
466
Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Tue Feb 13 21:49:31 EST 2007
11
+ Last updated: Tue Feb 13 23:19:33 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -414,6 +414,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
414
414
</ p >
415
415
</ li > < li > Invalidate prepared queries, like INSERT, when the table definition
416
416
is altered
417
+ </ li > < li > Improve logging of prepared statements recovered during startup
418
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php "> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</ a >
419
+ </ p >
417
420
</ li > < li > Allow LISTEN/NOTIFY to store info in memory rather than tables?
418
421
< p > Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
419
422
such information in memory would improve performance.
You can’t perform that action at this time.
0 commit comments