Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81b1551

Browse files
committed
Spacing improvement.
1 parent ecf7fcc commit 81b1551

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

doc/TODO

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Jul 30 00:05:03 EDT 2005
5+
Last updated: Sat Jul 30 23:08:20 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -73,6 +73,8 @@ Administration
7373

7474
o Allow postgresql.conf file values to be changed via an SQL API
7575
o Allow the server to be stopped/restarted via an SQL API
76+
* Allow server logs to be remotely read using SQL commands
77+
7678

7779
* Tablespaces
7880

@@ -146,7 +148,6 @@ Monitoring
146148

147149
* Add ability to monitor the use of temporary sort files
148150
* -Add session start time and last statement time to pg_stat_activity
149-
* Allow server logs to be remotely read using SQL commands
150151
* -Add a function that returns the start time of the postmaster
151152

152153

@@ -177,6 +178,7 @@ Data Types
177178
throw an error on overflow
178179
* Add 'tid != tid ' operator for use in corruption recovery
179180

181+
180182
* Dates and Times
181183

182184
o Allow infinite dates just like infinite timestamps
@@ -381,6 +383,7 @@ SQL Commands
381383
enable_constraint_exclusion
382384
* Allow EXPLAIN output to be more easily processed by scripts
383385

386+
384387
* CREATE
385388

386389
o Allow CREATE TABLE AS to determine column lengths for complex
@@ -560,6 +563,7 @@ Clients
560563

561564

562565
* psql
566+
563567
o Have psql show current values for a sequence
564568
o Move psql backslash database information into the backend, use
565569
mnemonic commands? [psql]
@@ -682,6 +686,7 @@ Exotic Features
682686

683687
* -Add two-phase commit
684688

689+
685690
* Add the features of packages
686691

687692
o Make private objects accessable only to objects in the same schema
@@ -761,6 +766,8 @@ Indexes
761766
* Allow enable_constraint_exclusion to work for UNIONs like it does for
762767
inheritance
763768
* Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
769+
770+
764771
* GIST
765772

766773
o Add more GIST index support for geometric data types
@@ -829,7 +836,9 @@ Cache Usage
829836
when the first valid heap lookup happens. This bit would have to
830837
be cleared when a heap tuple is expired.
831838

839+
832840
* Consider automatic caching of queries at various levels:
841+
833842
o Parsed query tree
834843
o Query execute plan
835844
o Query results
@@ -886,6 +895,8 @@ Vacuum
886895
the event of a system crash, the bitmap would probably be invalidated.
887896

888897
* Add system view to show free space map contents
898+
899+
889900
* Auto-vacuum
890901

891902
o -Move into the backend code
@@ -1088,6 +1099,7 @@ Source Code
10881099
* Fix sgmltools so PDFs can be generated with bookmarks
10891100
* Add C code on Unix to copy directories for use in creating new databases
10901101

1102+
10911103
* Win32
10921104

10931105
o Remove configure.in check for link failure when cause is found
@@ -1108,6 +1120,7 @@ Source Code
11081120
like towupper(). However, UTF8 already works with normal
11091121
locales but provides no ordering or character set classes.
11101122

1123+
11111124
* Wire Protocol Changes
11121125

11131126
o Allow dynamic character set handling

doc/src/FAQ/TODO.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Jul 30 00:05:03 EDT 2005
11+
Last updated: Sat Jul 30 23:08:20 EDT 2005
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>.
@@ -70,6 +70,9 @@ <h1><a name="section_2">Administration</a></h1>
7070
</p>
7171
</li><li>Allow postgresql.conf file values to be changed via an SQL API
7272
</li><li>Allow the server to be stopped/restarted via an SQL API
73+
<ul>
74+
<li>Allow server logs to be remotely read using SQL commands
75+
</li></ul>
7376
</li></ul>
7477
</li><li>Tablespaces
7578
<ul>
@@ -136,7 +139,6 @@ <h1><a name="section_3">Monitoring</a></h1>
136139
</p>
137140
</li><li>Add ability to monitor the use of temporary sort files
138141
</li><li>-<em>Add session start time and last statement time to pg_stat_activity</em>
139-
</li><li>Allow server logs to be remotely read using SQL commands
140142
</li><li>-<em>Add a function that returns the start time of the postmaster</em>
141143
</li></ul>
142144
<h1><a name="section_4">Data Types</a></h1>

0 commit comments

Comments
 (0)