projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0221bc9
)
New WAL fix release text is:
author
Bruce Momjian
Wed, 23 Jul 2003 22:58:38 +0000
(22:58 +0000)
committer
Bruce Momjian
Wed, 23 Jul 2003 22:58:38 +0000
(22:58 +0000)
Prevent rare possibility of server startup failure (Tom)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index 3e48a49db357feb837d693e92e182e438fbeb18e..6bbfe4379f552e3c3376492431e70bc3cd069bd5 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-87,7
+87,7
@@
Object owners can allow grantees to grant the privilege to others (grant option)
-
Fix rare possibility of recovery failure after a system crash
(Tom)
+
Prevent rare possibility of server startup failure
(Tom)
Fix bugs in interval-to-time conversion (Tom)
Add constraint names in a few places in pg_dump (Rod)
Improve performance of functions with many parameters (Tom)