📄 changelog.txt
字号:
* firebird2/src/gpre/: gpre.cpp, gpre.h, gpreswi.h, msc.cpp,
msc_proto.h, par.cpp, par_proto.h:
New gpre -b option to be used in the msvc build process. It enable
to set the base directory for compile time db without using sed.
2003-07-02 13:40 brodsom
* firebird2/builds/win32/: msvc6/Firebird2Boot.dsw, build6_all.bat,
msvc6/Firebird2.dsw:
New dsp's to replace nmake's (split boot workspace)
2003-07-02 11:40 dimitr
* firebird2/src/dsql/: parse.cpp, parse.y:
Correct the parser a bit.
2003-07-02 02:16 brodsom
* firebird2/src/dsql/: parse.cpp, parse.y, dsql.tab.h,
keywords.cpp:
Solve macro conflicts on win 32 when using bison and msvc
2003-07-02 01:19 brodsom
* firebird2/src/dsql/parse.sed:
Enable use of bison 1.35 (tested with gnuwin32 version)
2003-07-02 00:25 brodsom
* firebird2/builds/win32/build6_all.bat:
New dsp's to replace nmake's (correction)
2003-07-02 00:24 brodsom
* firebird2/builds/win32/: preprocess.bat, gpre.mak:
New dsp's to replace nmake's (gpre with BOOT_BUILD = gpre_static)
2003-07-01 21:20 brodsom
* firebird2/builds/win32/build6_all.bat:
New dsp's to replace nmake's
2003-07-01 20:49 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw,
fbclient_static.dsp:
New dsp's to replace nmake's
2003-07-01 20:45 brodsom
* firebird2/builds/win32/msvc6/: build_msg.dsp, codes.dsp:
New dsp's to replace nmake's
2003-07-01 19:09 brodsom
* firebird2/builds/win32/msvc6/: common_static.dsp,
fbclient_static.dsp, gpre_static.dsp, Firebird2.dsw:
New dsp's to replace nmake's
2003-06-30 20:12 brodsom
* firebird2/: builds/win32/prepare.bat, src/msgs/include.epp:
Remove unneeded sed commands in build
2003-06-30 20:09 brodsom
* firebird2/: src/dudley/exe.epp, builds/win32/msvc6/gbak.dsp:
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 16:31 skidder
* firebird2/src/dsql/pass1.cpp:
Forbid pessimistic locks in queries with DISTINCT clause
2003-06-30 15:11 alexpeshkoff
* firebird2/src/jrd/: cmp.cpp, met.epp:
fixed AV in fbserver when JRD_PRC::prc_request == 0 at commit time
2003-06-30 14:48 alexpeshkoff
* firebird2/src/jrd/: fun.epp, fun_proto.h, intl.cpp, par.cpp:
fixed restore of backup file without required UDF(s)
2003-06-30 14:42 brodsom
* firebird2/builds/posix/prefix.mingw.README.html:
Update mingw instructions
2003-06-30 13:26 brodsom
* firebird2/src/remote/: inet.cpp, interface.cpp, protocol.cpp,
remote.cpp, server.cpp, wnet.cpp:
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 13:02 brodsom
* firebird2/src/lock/lock.cpp:
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 12:47 brodsom
* firebird2/src/: dsql/ddl.cpp, gpre/gpre_meta.epp:
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 12:42 brodsom
* firebird2/src/burp/: backup.epp, mvol.cpp, restore.epp:
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-29 22:36 skidder
* firebird2/src/dsql/: dsql.h, metd.epp, pass1.cpp:
Add checks to allow explicit pessimistic locks only in cases when
we really support them
2003-06-28 15:59 dimitr
* firebird2/src/dsql/ddl.cpp:
Fixed metadata cache issues with CREATE OR ALTER statement.
2003-06-28 14:48 dimitr
* firebird2/src/jrd/btr.cpp:
no message
2003-06-28 11:32 dimitr
* firebird2/src/jrd/exe.cpp:
Fixed error handling in the looper.
2003-06-27 19:04 dimitr
* firebird2/src/jrd/opt.cpp:
Bugfix for SF #736318.
2003-06-27 18:55 dimitr
* firebird2/src/jrd/btr.cpp:
Cleanup
2003-06-27 18:16 brodsom
* firebird2/builds/win32/make6_debug_examples.bat:
Add batch and dsp to rebuild empbuild.c. (Correction use expand_ex
instead of expand)
2003-06-27 18:05 brodsom
* firebird2/generated/v5_examples/placeholder.txt:
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2003-06-27 17:59 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw,
msvc6/v5_examples.dsp, make6_debug_examples.bat:
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2003-06-27 00:14 arnobrinkman
* firebird2/src/jrd/opt.cpp:
bugfix: When 1 merge was done no other merge could be generated.
for example with 4 stored procedures.
2003-06-26 12:43 dimitr
* firebird2/src/: jrd/blr.h, jrd/exe.cpp, dsql/gen.cpp,
dsql/parse.cpp, dsql/parse.y:
Some savepoint-related changes: 1. release single savepoint 2.
fixed exception handling
2003-06-25 09:43 dimitr
* firebird2/src/: jrd/gds.cpp, jrd/isc.cpp,
common/config/dir_list.cpp, install/misc/firebird.conf:
Renamed environment variable. Fixed one temp-related crash.
2003-06-25 09:38 dimitr
* firebird2/src/: common/config/config.cpp, remote/inet.cpp:
Fixed manual TCP port assignment.
2003-06-24 12:33 dimitr
* firebird2/src/isql/isql.epp:
Applied the patch by Tomas Skoda.
2003-06-24 11:28 dimitr
* firebird2/src/dsql/: parse.cpp, parse.y:
Fixed one more limitation in the parser.
2003-06-22 14:37 alexpeshkoff
* firebird2/doc/: README.NTSecurity, README.instsvc:
some more readme's
2003-06-22 13:52 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement:
fixed word repetition
2003-06-20 19:55 kkuznetsov
* firebird2/: builds/posix/prefix.solx86,
builds/posix/prefix.solx86gcc, src/common/classes/tree.h:
Trying to make FB2 compiler independant add prefix for SUN C
compiler and fix fist compilation error
2003-06-19 20:13 dimitr
* firebird2/src/install/misc/firebird.conf:
Fixed the config option.
2003-06-19 20:10 dimitr
* firebird2/src/common/config/: config.cpp, config.h:
Fixed the config option.
2003-06-19 15:47 alexpeshkoff
* firebird2/src/utilities/install_svc.cpp:
reject -l switch in any mode besides "install"
2003-06-18 15:29 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement:
Initial revision of EXECUTE STATEMENT description
2003-06-18 10:08 alexpeshkoff
* firebird2/src/jrd/vio.cpp:
fixed bug, submitted to fb-devel by Cosmin Popa <cosmin@aplix.ro>
after execution of pre-(update/delete) triggers, non-existent
deadlock was raised, conflict was with version, created by current
transaction
2003-06-16 17:42 alexpeshkoff
* firebird2/src/: jrd/dfw.epp, jrd/ExecuteStatement.cpp,
jrd/ExecuteStatement.h, jrd/exe.cpp, jrd/ext.cpp, jrd/flu.cpp,
jrd/flu_proto.h, jrd/fun.epp, jrd/jrd.cpp, jrd/met.epp,
jrd/why.cpp, dsql/dsql.cpp:
fixed diagnostic in EXECUTE STATEMENT & DirectoryList
2003-06-16 00:26 skidder
* firebird2/src/dsql/parse.y:
Oops. Part of my own RELEASE SAVEPOINT implementation leaked into
to the previous commit
2003-06-16 00:08 skidder
* firebird2/src/dsql/parse.y:
Make INSERTING/UPDATING/DELETING non-reserved keywords. The patch
causes compilation performance degradation for statements
containing a lot of braces, but my testing indicated that this
effect is surely unmeasurable for nesting level up to 250
2003-06-15 08:03 stryqx
* firebird2/configure.in:
The check for socklen_t fails on FreeBSD as socklen_t is defined in
sys/socket.h. Write a specific check for this on FreeBSD.
2003-06-15 07:57 stryqx
* firebird2/configure.in:
Fix a typo.
2003-06-13 09:56 dimitr
* firebird2/src/dsql/: dsql.h, pass1.cpp:
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2003-06-13 09:50 dimitr
* firebird2/src/: msgs/msg.gbak, include/gen/codes.h,
include/gen/codetext.h, include/gen/gds_codes.ftn,
include/gen/gds_codes.pas, include/gen/iberror.h,
include/gen/msgs.h, include/gen/rdb_codes.h,
include/gen/sql_code.h, burp/backup.epp:
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2003-06-13 03:17 skywalker
* firebird2/configure.in:
Create a required directory for super
2003-06-12 11:38 dimitr
* firebird2/src/dsql/pass1.cpp:
Disallowed explicit locking for aggregate queries. The same should
be done for stored procedure streams (joins require some work too).
2003-06-11 14:00 alexpeshkoff
* firebird2/src/utilities/: install_svc.cpp, servi_proto.h,
services.cpp:
security fix - added -login switch to instsvc
2003-06-10 15:39 dimitr
* firebird2/src/: dsql/dsql.tab.h, dsql/gen.cpp, dsql/keywords.cpp,
dsql/node.h, dsql/parse.cpp, dsql/parse.y, dsql/pass1.cpp,
jrd/blr.h, jrd/blrtable.cpp, jrd/cmp.cpp, jrd/exe.cpp, jrd/exe.h,
jrd/nod.h, jrd/par.cpp:
Fixed (hopefully) savepoints implementation: 1) RELEASE SAVEPOINT
statement is added 2) SAVEPOINT statement now re-establishes
existing savepoint with the same name 3) all savepoint stuff is
changed to use single BLR verb
2003-06-10 10:19 eku
* firebird2/src/install/arch-specific/sinixz/prototype.in:
Updated package prototype file.
2003-06-10 01:04 arnobrinkman
* firebird2/src/jrd/opt.cpp:
bugfix: More bugfixes for 'no current record for fetch operation'
errors. These were mostly related to queries where a MERGE was
done and/or SP/VIEW/Aggregates/Unions were used together.
2003-06-08 22:59 hippoman
* firebird2/builds/win32/msvc7/: fb_inet_server.vcproj,
fb_lock_print.vcproj, fbclient.vcproj, fbembed.vcproj,
fbguard.vcproj, fbserver.vcproj, gbak.vcproj, gdef.vcproj,
gds32.vcproj, gfix.vcproj, gpre.vcproj, gpre_boot.vcproj,
gsec.vcproj, gsplit.vcproj, gstat.vcproj, ib_udf.vcproj,
ib_util.vcproj, instreg.vcproj, instsvc.vcproj, intl.vcproj,
intlcpp.vcproj, isql.vcproj, qli.vcproj:
*Synced msvc7 build *changed dir references related ro rc files to
relative paths.
2003-06-08 20:12 dimitr
* firebird2/src/remote/protocol.h:
Re-enable default asymmetric protocol.
2003-06-08 15:13 dimitr
* firebird2/src/: jrd/inf.cpp, jrd/license.h, jrd/utl.cpp,
remote/merge.cpp:
Version information cleanup.
2003-06-07 14:39 dimitr
* firebird2/src/jrd/: isc_version.h, isc_version.rc, license.h:
Fixed broken version compatibility with IB.
2003-06-06 16:13 alexpeshkoff
* firebird2/src/jrd/dyn.epp:
fixing linux SS - removed V4_THREADING left from netware port
2003-06-06 16:04 alexpeshkoff
* firebird2/src/install/arch-specific/linux/super/:
makeInstallImage.sh.in, postinstall.sh.in, rpmfiles.txt.in,
rpmheader.txt.in, tarInstall.sh.in, tarMainInstall.sh.in,
tarMainUninstall.sh.in, taruninstall.sh.in:
fixing linux SS - install files -- SORRY -- this files are not
checked, but are required to start SS build
2003-06-06 11:31 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.fbserver, prefix.linux:
fixing linux SS - trivial mistypes
2003-06-06 11:16 alexpeshkoff
* firebird2/src/remote/inet_server.cpp:
fixing linux SS - removed variable free_map_debug, as not present
in any other part of firebird code
2003-06-06 08:39 alexpeshkoff
* firebird2/src/jrd/ibsetjmp.h:
fixing linux SS - avoid compiler error ISO C++ forbids arrays
assignment
2003-06-05 21:38 dimitr
* firebird2/: builds/win32/msvc6/fbembed.dsp, src/jrd/why.cpp,
src/remote/interface.cpp:
Add remote client to the embedded server again.
2003-06-05 19:15 dimitr
* firebird2/src/jrd/svc.cpp:
Explicitly assign normal priority to the service tasks. Avoid
lockups between GC thread, cache writer and the service manager.
2003-06-05 18:09 dimitr
* firebird2/src/jrd/opt.cpp:
Fixed random crashes with big queries prepared.
2003-06-05 15:12 dimitr
* firebird2/builds/win32/msvc6/engine.dsp:
Rolled back my previous optimization change.
2003-06-05 14:37 dimitr
* firebird2/src/dsql/parse.y:
Let's be GNU Bison 1.75 friendly.
2003-06-05 13:08 dimitr
* firebird2/src/dsql/parse.cpp:
Committed up-to-date parse.cpp.
2003-06-05 12:12 aafemt
* firebird2/src/: include/fb_types.h, jrd/gdsold.h, jrd/ibase.h,
jrd/scroll_cursors.h:
Backward compatibility of public interface
2003-06-05 10:38 dimitr
* firebird2/src/jrd/jrd.cpp:
Fixed minor memory leak in CREATE/ATTACH DATABASE.
2003-06-04 15:04 dimitr
* firebird2/builds/win32/msvc6/engine.dsp:
Fixed another issue with invalid VC6 optimization.
2003-06-04 10:29 paul_reeves
* firebird2/builds/win32/prepare.bat:
Add a warning about changed behaviour of prepare.bat.
2003-06-04 10:22 paul_reeves
* firebird2/builds/win32/: build_all.bat, prepare.bat:
Automate the Win32 build process a little bit more.
2003-06-03 12:26 skidder
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -