The TODO.html file in this directory is not the master, but ../../TODO
is. The conversion is done using txt2html:
- txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \
- --link /u/txt2html/txt2html.dict \
+ txt2html -m -s 100 -p 100 --xhtml --titlefirst \
--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
+ --caps_tag '' \
/pgtop/doc/TODO |
sed 's;\[\([^]]*\)\];[
\1];g' > /pgtop/doc/src/FAQ/TODO.html
-
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
PostgreSQL TODO list
+
PostgreSQL TODO List
-Last updated: Mon Apr 18 08:57:57 EDT 2005
+Last updated: Mon Apr 18 10:42:34 EDT 2005
The most recent version of this document can be viewed at the PostgreSQL web
Add 'tid != tid ' operator for use in corruption recovery
Add ISo INTERVAL handling
-
Add support for day-time syntax, INTERVAL '1 2:03:04'
-DAY TO SECOND
+
Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
'1', treat as ISO if there is a range specification clause,
Add an option to sync() before fsync()'ing checkpoint files
+
Allow free-behind capability for large sequential scans, perhaps using
posix_fadvise()