We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf220f commit eda82e7Copy full SHA for eda82e7
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Mon Feb 19 15:46:05 EST 2001
+Last updated: Mon Feb 19 16:52:49 EST 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -321,7 +321,9 @@ MISC
321
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
322
* Force transactions that commit at near the same time use a single fsync()
323
* Make blind writes go through the file descriptor cache
324
-* LAZY VACUUM (Vadim)
+* Add LAZY VACUUM (Vadim)
325
+* Add deleted bit to index tuples to reduce heap access
326
+* Prevent index uniqueness checks when UPDATE does not modify column
327
328
SOURCE CODE
329
-----------
0 commit comments