File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current 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
66
77The most recent version of this document can be viewed at
88http://www.postgresql.org/docs/faqs.TODO.html.
@@ -457,6 +457,10 @@ SQL Commands
457457
458458* Invalidate prepared queries, like INSERT, when the table definition
459459 is altered
460+ * Improve logging of prepared statements recovered during startup
461+
462+ http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
463+
460464* Allow LISTEN/NOTIFY to store info in memory rather than tables?
461465
462466 Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< 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
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< 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>
414414</ p >
415415 </ li > < li > Invalidate prepared queries, like INSERT, when the table definition
416416 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 >
417420 </ li > < li > Allow LISTEN/NOTIFY to store info in memory rather than tables?
418421< p > Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
419422 such information in memory would improve performance.
You can’t perform that action at this time.
0 commit comments