We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2366c34 commitc0e7846Copy full SHA for c0e7846
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated:Mon Jul 9 17:29:50 EDT 2001
+Last updated:Mon Jul 9 17:31:59 EDT 2001
4
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -19,6 +19,7 @@ RELIABILITY
19
* -SELECT pg_class FROM pg_class generates strange error (Bruce)
20
* PL/PgSQL does not handle quoted mixed-case identifiers
21
22
+
23
ENHANCEMENTS
24
------------
25
@@ -250,6 +251,7 @@ MISCELLANEOUS
250
251
* Add sed-like regular expression search/replace capability
252
* Change representation of whole-tuple parameters to functions
253
254
255
PERFORMANCE
256
-----------
257
@@ -295,6 +297,8 @@ MISCELLANEOUS
295
297
* Make blind writes go through the file descriptor cache
296
298
* Allow logging of query durations
299
* Add hash-based aggregates
300
+* Read pg_hba.conf only on postmaster startup or SIGHUP
301
302
303
SOURCE CODE
304