mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
nightly update
This commit is contained in:
parent
7cca05e016
commit
a2a82176c0
195
ChangeLog
195
ChangeLog
@ -1,3 +1,198 @@
|
||||
2007-05-18 15:33 dimitr
|
||||
|
||||
* firebird2/doc/WhatsNew (1.124):
|
||||
|
||||
Update.
|
||||
|
||||
2007-05-18 09:28 alexpeshkoff
|
||||
|
||||
* firebird2/src/jrd/os/posix/unix.cpp (1.57):
|
||||
|
||||
misc
|
||||
|
||||
2007-05-18 09:19 alexpeshkoff
|
||||
|
||||
* firebird2/builds/posix/make.shared.variables (1.75):
|
||||
|
||||
Added StatusHolder to posix build
|
||||
|
||||
2007-05-18 08:31 robocop
|
||||
|
||||
* firebird2/builds/win32/msvc6/: common.dsp (1.37),
|
||||
common_classic.dsp (1.31), common_static.dsp (1.15):
|
||||
|
||||
Sync VC6 files.
|
||||
|
||||
2007-05-18 08:15 robocop
|
||||
|
||||
* firebird2/src/: common/StatusHolder.cpp (1.2), jrd/cch.cpp
|
||||
(1.166), jrd/evl.cpp (1.228):
|
||||
|
||||
Misc.
|
||||
|
||||
2007-05-18 03:50 asfernandes
|
||||
|
||||
* firebird2/src/jrd/evl.cpp (1.227):
|
||||
|
||||
Fixed CORE-1267 - Small bug with default value for domains in PSQL
|
||||
|
||||
2007-05-18 03:17 asfernandes
|
||||
|
||||
* firebird2/src/dsql/: parse.y (1.240), pass1.cpp (1.324):
|
||||
|
||||
Rollback fix for CORE-1246 - Incorrect column values with outer
|
||||
joins and derived tables, that broke recursive-CTE and uses scarse
|
||||
contexts
|
||||
|
||||
2007-05-17 20:40 dimitr
|
||||
|
||||
* firebird2/src/jrd/pag.cpp (1.135):
|
||||
|
||||
We don't need to try to close the file twice. With my recent
|
||||
commit, this causes an AV in PIO_close().
|
||||
|
||||
2007-05-17 16:48 asfernandes
|
||||
|
||||
* firebird2/builds/win32/msvc8/: common.vcproj (1.6),
|
||||
common_classic.vcproj (1.6), common_static.vcproj (1.5):
|
||||
|
||||
Update MSVC8 build
|
||||
|
||||
2007-05-17 15:03 hvlad
|
||||
|
||||
* firebird2/src/remote/: interface.cpp (1.135), remote.h (1.54),
|
||||
server.cpp (1.150):
|
||||
|
||||
Correct error handling for deferred executed statements
|
||||
|
||||
2007-05-17 15:00 hvlad
|
||||
|
||||
* firebird2/: src/common/StatusHolder.cpp (1.1),
|
||||
src/common/StatusHolder.h (1.1), builds/win32/msvc7/common.vcproj
|
||||
(1.27), builds/win32/msvc7/common_classic.vcproj (1.24),
|
||||
builds/win32/msvc7/common_static.vcproj (1.12):
|
||||
|
||||
Add class for holding status vector and error strings
|
||||
|
||||
2007-05-17 14:40 alexpeshkoff
|
||||
|
||||
* firebird2/doc/README.fbsvcmgr (1.2):
|
||||
|
||||
Added missing SPB parameter
|
||||
|
||||
2007-05-17 14:37 alexpeshkoff
|
||||
|
||||
* firebird2/src/: utilities/fbsvcmgr.cpp (1.3),
|
||||
msgs/facilities2.sql (1.7), msgs/messages2.sql (1.10):
|
||||
|
||||
Added missing SPB parameter
|
||||
|
||||
2007-05-17 14:30 alexpeshkoff
|
||||
|
||||
* firebird2/src/common/utils.cpp (1.29):
|
||||
|
||||
Fixed posix build
|
||||
|
||||
2007-05-17 14:25 alexpeshkoff
|
||||
|
||||
* firebird2/src/common/classes/tree.h (1.65):
|
||||
|
||||
Misc
|
||||
|
||||
2007-05-17 12:18 dimitr
|
||||
|
||||
* firebird2/src/jrd/os/: posix/unix.cpp (1.56), win32/winnt.cpp
|
||||
(1.45):
|
||||
|
||||
Fixed CORE-1265.
|
||||
|
||||
2007-05-17 10:31 hvlad
|
||||
|
||||
* firebird2/src/jrd/cch.cpp (1.165):
|
||||
|
||||
Add missed THREAD_ENTER calls
|
||||
|
||||
2007-05-17 09:17 hvlad
|
||||
|
||||
* firebird2/src/jrd/: cch.cpp (1.164), cch.h (1.33):
|
||||
|
||||
Implement improved dirty pages flush algoritm
|
||||
|
||||
2007-05-16 11:38 dimitr
|
||||
|
||||
* firebird2/doc/WhatsNew (1.123):
|
||||
|
||||
Update.
|
||||
|
||||
2007-05-16 10:38 dimitr
|
||||
|
||||
* firebird2/src/common/utils.cpp (1.28):
|
||||
|
||||
Changed the logic a bit to please Claudio.
|
||||
|
||||
2007-05-16 10:23 robocop
|
||||
|
||||
* firebird2/src/jrd/pag.cpp (1.134):
|
||||
|
||||
Replace custom loop with memset.
|
||||
|
||||
2007-05-16 09:54 dimitr
|
||||
|
||||
* firebird2/doc/README.monitoring_tables (1.6):
|
||||
|
||||
Added remote process name to the monitoring data. Applications are
|
||||
allowed to override this value via DPB.
|
||||
|
||||
2007-05-16 09:50 dimitr
|
||||
|
||||
* firebird2/src/remote/interface.cpp (1.134):
|
||||
|
||||
Added remote process name to the monitoring data. Applications are
|
||||
allowed to override this value via DPB.
|
||||
|
||||
2007-05-16 09:47 dimitr
|
||||
|
||||
* firebird2/src/jrd/os/: posix/config_root.cpp (1.15),
|
||||
win32/config_root.cpp (1.20):
|
||||
|
||||
Added remote process name to the monitoring data. Applications are
|
||||
allowed to override this value via DPB.
|
||||
|
||||
2007-05-16 09:43 dimitr
|
||||
|
||||
* firebird2/src/: jrd/DatabaseSnapshot.cpp (1.28), jrd/jrd.cpp
|
||||
(1.326), jrd/jrd.h (1.189), jrd/names.h (1.13), jrd/relations.h
|
||||
(1.18), include/gen/ids.h (1.22), include/consts_pub.h (1.11),
|
||||
common/utils.cpp (1.27), common/utils_proto.h (1.17):
|
||||
|
||||
Added remote process name to the monitoring data. Applications are
|
||||
allowed to override this value via DPB.
|
||||
|
||||
2007-05-16 08:56 robocop
|
||||
|
||||
* firebird2/src/jrd/msg.h (1.11):
|
||||
|
||||
Raise the minor version of the messages file or we will do nothing
|
||||
at all to signal the change in messages processing.
|
||||
|
||||
2007-05-16 08:53 robocop
|
||||
|
||||
* firebird2/src/: dsql/pass1.cpp (1.323), jrd/cch.cpp (1.163):
|
||||
|
||||
Misc.
|
||||
|
||||
2007-05-16 08:52 robocop
|
||||
|
||||
* firebird2/src/common/classes/tree.h (1.64):
|
||||
|
||||
Formatting and VC6 hack.
|
||||
|
||||
2007-05-16 06:18 dimitr
|
||||
|
||||
* firebird2/doc/WhatsNew (1.122):
|
||||
|
||||
Misc.
|
||||
|
||||
2007-05-15 10:13 dimitr
|
||||
|
||||
* firebird2/src/jrd/isc_version.h (1.9):
|
||||
|
Loading…
Reference in New Issue
Block a user