8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 08:40:39 +01:00

Mentioned the invisible work that's done by our heroes ;-)

Most of these things cannot be seen by our users but its importance cannot be overstressed.
This commit is contained in:
dimitr 2002-09-30 20:22:48 +00:00
parent 0ab7ee3a71
commit 8b2bbbe3b1

View File

@ -265,6 +265,10 @@
Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru>
* Readline (cmd history) support added to ISQL.
Contributor(s):
Mark O'Donohue <mark.odonohue@cytopia.com.au>
* New BIGINT datatype (SF #446206).
Allow native SQL usage of 64-bit exact numerics.
Note:
@ -309,6 +313,10 @@
Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru>
* New plugin manager and INTL interface.
Contributor(s):
John Bellardo <bellardo@cs.ucsd.edu>
* In-memory sorting.
If SORT plan is used for a SQL statement, the sorting is done in memory.
If there's not enough memory for this operation, old temporary file based method is used.
@ -332,3 +340,23 @@
EXECUTE VARCHAR my_var;
Contributor(s):
Alexander Peshkoff <peshkoff@hotmail.ru>
* New memory manager.
Contributor(s):
John Bellardo <bellardo@cs.ucsd.edu>
* New exception handling logic.
Contributor(s):
Mike Nordell <tamlin@algonet.se>,
John Bellardo <bellardo@cs.ucsd.edu>
* New autoconf-based build configuration.
Contributor(s):
John Bellardo <bellardo@cs.ucsd.edu>,
Mark O'Donohue <mark.odonohue@cytopia.com.au>
* The code port from C to C++.
Contributor(s):
Mike Nordell <tamlin@algonet.se>,
John Bellardo <bellardo@cs.ucsd.edu>,
Mark O'Donohue <mark.odonohue@cytopia.com.au>