8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

nightly update

This commit is contained in:
fsg 2006-02-04 03:18:31 +00:00
parent b9dc7fb1ca
commit 90911e3e7b

116
ChangeLog
View File

@ -1,3 +1,119 @@
2006-02-04 03:40 robocop
* firebird2/src/: extlib/fbudf/fbudf.cpp (1.26), jrd/gds.cpp
(1.189):
I misread the logic: it's true (not false) that tells Timestamp to
not call the operating system to get the current time. Thanks to D.
Sibiryakov.
2006-02-04 00:47 asfernandes
* firebird2/doc/WhatsNew (1.86):
Fixed typo
2006-02-03 23:05 hvlad
* firebird2/src/jrd/: blb.cpp (1.111), lck.h (1.20):
Correction
2006-02-03 18:45 hvlad
* firebird2/src/include/gen/: codetext.h (1.37), iberror.h (1.38),
msgs.h (1.49), rdb_codes.h (1.36), sql_code.h (1.40):
New error message
2006-02-03 18:44 hvlad
* firebird2/src/: jrd/tra.cpp (1.113), msgs/facilities.sql (1.49),
msgs/messages.sql (1.63), msgs/system_errors.sql (1.27):
Prevent transaction numbers from overflow MAX_SLONG boundary
2006-02-03 17:57 hvlad
* firebird2/src/: jrd/blb.cpp (1.110), msgs/facilities.sql (1.48),
msgs/messages.sql (1.62):
Replace one fb_assert with BUGCHECK as Claudio suggested some time
ago
2006-02-03 17:22 hvlad
* firebird2/src/msgs/messages.sql (1.61):
Fixed isql's statistics output
2006-02-03 14:49 hvlad
* firebird2/src/jrd/tra.cpp (1.112):
Prevent unnecessary blocking of garbage collection by
read-committed transactions
2006-02-03 14:23 hvlad
* firebird2/src/jrd/: inf.cpp (1.58), jrd.cpp (1.234), pag.cpp
(1.95), pag_proto.h (1.14):
Don't overwrite dbb_oldest_snapshot and another transaction numbers
with oldest values from header page after user call to
isc_info_oldest_snapshot etc
2006-02-03 14:13 hvlad
* firebird2/src/: burp/burp.cpp (1.109), isql/isql.epp (1.166),
lock/lock.cpp (1.114), qli/format.cpp (1.33), qli/mov.cpp (1.39),
qli/picstr.cpp (1.28), remote/inet.cpp (1.151), remote/server.cpp
(1.112), utilities/gstat/dba.epp (1.66), utilities/gstat/ppg.cpp
(1.28):
Replace "../jrd/jrd_time.h" with "../common/classes/timestamp.h"
2006-02-03 13:24 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.2):
Fix 64 switches
2006-02-03 13:23 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris (1.3):
Add 64 bit swithes to solaris port of icu
2006-02-03 09:41 robocop
* firebird2/src/jrd/jrd_time.h (1.6):
Bye, bye jrd_time.h.
2006-02-03 09:39 robocop
* firebird2/src/: common/classes/timestamp.h (1.11), jrd/cch.cpp
(1.126), jrd/cvt.cpp (1.68), jrd/dmp.cpp (1.30), jrd/evl.cpp
(1.162), jrd/gds.cpp (1.188), jrd/isc_sync.cpp (1.100), jrd/jrd.cpp
(1.233), jrd/perf.cpp (1.35), jrd/svc.cpp (1.163), jrd/utl.cpp
(1.86), lock/print.cpp (1.47):
Replace jrd_time.h by our timestamp.h, but I left timestamp.h's
#includes commented where it *seemed* not necessary.
2006-02-03 09:37 robocop
* firebird2/src/jrd/exe.h (1.76):
More scrollable cursors related code.
2006-02-03 09:19 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.1):
Prepare for use Sun CC compiler on Solaris sparc platform
2006-02-03 03:28 robocop
* firebird2/src/jrd/: jrd.h (1.146), log.cpp (1.22), opt.cpp