projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6543d81
)
Add new 7.0.3 item to all places.
author
Bruce Momjian
Sun, 12 Nov 2000 14:26:48 +0000
(14:26 +0000)
committer
Bruce Momjian
Sun, 12 Nov 2000 14:26:48 +0000
(14:26 +0000)
HISTORY
patch
|
blob
|
blame
|
history
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 8a7e31b1d840bb6ee6cfbece782f9f73195a7334..eab987af682e71e62d85eebd69534b5d078702ce 100644
(file)
--- a/
HISTORY
+++ b/
HISTORY
@@
-50,6
+50,7
@@
Fix to_char() to avoid coredump on NULL input (Tom)
Buffer fix (Tom)
Fix for inserting/copying longer multibyte strings into char() data
types (Tatsuo)
+Fix for crash of backend, on abort (Tom)
------------------------------------------------------------------------
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index 48d29fc3e7ccb97d40508cb1e08aaa4e09852670..116a5ec4610da5866726fce752f9af07b660212e 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-76,6
+76,7
@@
Fix to_char() to avoid coredump on NULL input (Tom)
Buffer fix (Tom)
Fix for inserting/copying longer multibyte strings into char() data
types (Tatsuo)
+Fix for crash of backend, on abort (Tom)