1
1
2
- TODOlist for PostgreSQL
3
- ========================
2
+ PostgreSQL TODOList
3
+ ====================
4
4
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated:Mon Apr 1808:57:57 EDT 2005
5
+ Last updated:Mon Apr 1810:42:34 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at the PostgreSQL web
8
8
site, http://www.PostgreSQL.org.
@@ -188,8 +188,7 @@ Data Types
188
188
* Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
189
189
* Add 'tid != tid ' operator for use in corruption recovery
190
190
* Add ISo INTERVAL handling
191
- o Add support for day-time syntax, INTERVAL '1 2:03:04'
192
- DAY TO SECOND
191
+ o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
193
192
o Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
194
193
o For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
195
194
'1', treat as ISO if there is a range specification clause,
@@ -692,6 +691,7 @@ Fsync
692
691
693
692
Cache
694
693
=====
694
+
695
695
* Allow free-behind capability for large sequential scans, perhaps using
696
696
posix_fadvise()
697
697
@@ -741,6 +741,7 @@ Cache
741
741
* Allow sequential scans to take advantage of other concurrent
742
742
sequentiqal scans, also called "Synchronised Scanning"
743
743
744
+
744
745
Vacuum
745
746
======
746
747
@@ -768,6 +769,7 @@ Vacuum
768
769
o Use free-space map information to guide refilling
769
770
o Do VACUUM FULL if table is nearly empty?
770
771
772
+
771
773
Locking
772
774
=======
773
775
@@ -849,6 +851,7 @@ Write-Ahead Log
849
851
850
852
* Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
851
853
854
+
852
855
Optimizer / Executor
853
856
====================
854
857
@@ -875,6 +878,7 @@ Optimizer / Executor
875
878
876
879
* ANALYZE should record a pg_statistic entry for an all-NULL column
877
880
881
+
878
882
Miscellaneous
879
883
=============
880
884