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

Updated ChangeLog

This commit is contained in:
fsg 2003-03-02 23:20:00 +00:00
parent f9910237c1
commit 5956d968d9

View File

@ -1,3 +1,81 @@
2003-03-02 21:48 skidder
* firebird2/src/jrd/vio.cpp:
Add comment
2003-03-02 21:23 skidder
* firebird2/src/jrd/tra.h:
Removed little piece of my debugging code (it was commented out
already)
2003-03-02 21:07 skidder
* firebird2/src/jrd/: tra.h, vio.cpp:
VIO undo log now uses B+ tree to store savepoint record data. This
improves performance when doing multiple updates of record in a
single transaction just a little (usually 2-3 orders of magnitude
for 100000 records)
2003-03-02 18:47 fsg
* firebird2/: builds/posix/make.shared.variables, src/gpre/cob.cpp,
src/gpre/ftn.cpp, src/jrd/ExecuteStatement.cpp, src/jrd/flu.cpp,
src/jrd/gds.cpp, src/jrd/isc_sync.cpp, src/jrd/pag.cpp,
src/jrd/thd.cpp, src/lock/lock.cpp, src/utilities/dba.epp,
src/utilities/drop.cpp:
Fixed some really old typos. Included ExecuteStatement in the
LINUX-Build
2003-03-02 17:17 tamlin
* firebird2/src/jrd/opt.cpp:
Just a bit of cleanup, nothing interesting.
2003-03-02 14:37 skidder
* firebird2/src/jrd/vio.cpp:
Fixed bug with dates in comments. I lost track of time for a
while... :)
2003-03-02 14:17 dimitr
* firebird2/builds/win32/msvc6/engine_embed.dsp:
Synchronized MSVC6 builds with EXECUTE STATEMENT changes.
2003-03-02 13:51 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp, engine_classic.dsp:
Fixed EXECUTE STATEMENT to support INTO clause Now required changes
in msvc6 build
2003-03-02 02:02 brodsom
* firebird2/src/: jrd/svc.cpp, jrd/enc.cpp, remote/srvr_w32.cpp:
Remove gcc warning partially bracketed initializer.
2003-03-02 02:01 brodsom
* firebird2/src/gpre/gpre_meta_boot.cpp:
Remove a few unused vars
2003-03-02 00:22 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj,
engine_classic.vcproj, engine_embed.vcproj:
* Added missing JRD\ExecuteStatment.* files to engine* projects
2003-03-01 23:04 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln, alice.vcproj,