summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-24 20:00:39 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-24 20:00:39 +0000
commit350f2e5affe8d327d5c5d162345da578ff45150a (patch)
tree06da36278c00a0e91b7bc8997c69fbfea10066c1 /CHANGELOG.txt
parent70eb349d88a73263b9bc49f1f9a2ea394dff35d2 (diff)
downloadbrdo-350f2e5affe8d327d5c5d162345da578ff45150a.tar.gz
brdo-350f2e5affe8d327d5c5d162345da578ff45150a.tar.bz2
- Patch #37383 by Cvbge: fixed clash between greatest() functions from Drupal and postgresql 8.1. Removed dependency on plpgsql.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b24218097..1a68edc4f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -49,6 +49,8 @@ Drupal x.x.x, xxxx-xx-xx (development version)
* made indexer smarter and more robust
* added advanced search operators (e.g. phrase, node type, ...)
* added customizable result ranking
+- PostgreSQL support:
+ * removed dependency on PL/pgSQL procedural language
Drupal 4.6.3, 2005-08-15
------------------------