mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Updated ChangeLog
This commit is contained in:
parent
6fe165f1b6
commit
95fd788154
262
ChangeLog
262
ChangeLog
@ -1,3 +1,265 @@
|
||||
2002-11-18 22:31 arnobrinkman
|
||||
|
||||
* firebird2/src/jrd/opt.cpp:
|
||||
|
||||
More optimizer improvement of handle AND nodes inside an OR node.
|
||||
|
||||
2002-11-18 21:27 skidder
|
||||
|
||||
* firebird2/src/: dsql/gen.cpp, include/gen/blrtable.h,
|
||||
jrd/blrtable.cpp, jrd/cmp.cpp, jrd/exe.cpp, jrd/exe.h, jrd/nod.h,
|
||||
jrd/opt.cpp, jrd/par.cpp, jrd/rse.cpp, jrd/rse.h, jrd/sqz.cpp,
|
||||
jrd/sqz_proto.h, jrd/vio.cpp, jrd/vio_proto.h:
|
||||
|
||||
New explicit pessimistic locks implementation. It is logically
|
||||
consistent in all TPB modes and should be very fast.
|
||||
|
||||
2002-11-18 17:40 skidder
|
||||
|
||||
* firebird2/src/remote/xdr_proto.h:
|
||||
|
||||
Rollback recent xdr changes to make engine compilable on Linux(and
|
||||
other platforms) again
|
||||
|
||||
2002-11-18 17:20 skidder
|
||||
|
||||
* firebird2/src/remote/: remote.h, inet.cpp, protocol.cpp,
|
||||
remote.cpp:
|
||||
|
||||
Rollback recent xdr changes to make engine compilable on Linux(and
|
||||
other platforms) again
|
||||
|
||||
2002-11-18 14:33 kkuznetsov
|
||||
|
||||
* firebird2/src/remote/remote.h:
|
||||
|
||||
Try to fix error on non Solaris platform
|
||||
|
||||
2002-11-18 14:22 eku
|
||||
|
||||
* firebird2/: configure.in, builds/posix/Makefile.in.firebird,
|
||||
src/include/gen/autoconfig_msvc.h, src/jrd/isc_file.cpp,
|
||||
src/jrd/jrd.cpp, src/make.new/config/config.h.in,
|
||||
src/remote/interface.cpp:
|
||||
|
||||
Autoconf: o added tests for nttab.h sys/mntent.h sys/mnttab.h o
|
||||
added tests for getcwd getwd setmntent getmntent o ISC_PREFIX
|
||||
renamed to FB_PREFIX o major code cleanup in src/jrd/isc_file.cpp
|
||||
|
||||
Removed platform-specific files from posix/Makefile.in.firebird.
|
||||
|
||||
2002-11-18 11:16 kkuznetsov
|
||||
|
||||
* firebird2/src/remote/: inet.cpp, protocol.cpp, remote.cpp,
|
||||
remote.h:
|
||||
|
||||
Migrating to OS native XDR if exist <rpc/xdr.h>
|
||||
|
||||
2002-11-18 11:13 eku
|
||||
|
||||
* firebird2/src/jrd/why.c:
|
||||
|
||||
Fixed preprocessor directive.
|
||||
|
||||
2002-11-18 08:58 skywalker
|
||||
|
||||
* firebird2/src/jrd/jrd.cpp:
|
||||
|
||||
Change ISC_check_if_remote call since the check for nfs options
|
||||
disabled is done now in isc_file.cpp
|
||||
|
||||
2002-11-18 08:57 eku
|
||||
|
||||
* firebird2/src/: jrd/common.h, jrd/divorce.cpp,
|
||||
remote/divorce.cpp, remote/inet.cpp, remote/inet_server.cpp,
|
||||
utilities/relay.cpp:
|
||||
|
||||
Moved the definition of NOFILE to a common place.
|
||||
|
||||
2002-11-18 08:40 eku
|
||||
|
||||
* firebird2/src/jrd/isc_sync.cpp:
|
||||
|
||||
Removed unused variable.
|
||||
|
||||
2002-11-18 08:34 eku
|
||||
|
||||
* firebird2/src/install/:
|
||||
arch-specific/linux/super/SSchangePasswd.sh,
|
||||
arch-specific/linux/super/install.sh.in,
|
||||
arch-specific/linux/super/postinstall.sh.in,
|
||||
arch-specific/linux/super/postuninstall.sh.in,
|
||||
arch-specific/linux/super/preinstall.sh.in,
|
||||
arch-specific/linux/super/preuninstall.sh.in,
|
||||
arch-specific/linux/super/rpmfiles.txt.in,
|
||||
arch-specific/linux/super/rpmheader.txt.in,
|
||||
arch-specific/linux/super/tarInstall.sh.in,
|
||||
super/SSchangePasswd.sh, super/install.sh.in,
|
||||
super/postinstall.sh.in, super/postuninstall.sh.in,
|
||||
super/preinstall.sh.in, super/preuninstall.sh.in,
|
||||
super/rpmfiles.txt.in, super/rpmheader.txt.in,
|
||||
super/tarInstall.sh.in:
|
||||
|
||||
Moved Linux SS files to arch-specific/linux/super.
|
||||
|
||||
2002-11-18 08:31 eku
|
||||
|
||||
* firebird2/src/install/: arch-specific/linux/classic/README,
|
||||
classic/CSrpmheader.txt, classic/TarKullFiles.sh.in,
|
||||
classic/install.sh.in, classic/makeInstallImage.sh.in,
|
||||
classic/postinstall.sh.in, classic/postuninstall.sh.in,
|
||||
classic/preinstall.sh.in, classic/preuninstall.sh.in,
|
||||
classic/rpmfiles.txt.in, classic/rpmheader.txt.in,
|
||||
classic/tarInstall.sh.in, misc/README, misc/firebird.xinetd,
|
||||
misc/firebird.xinetd.in:
|
||||
|
||||
Moved Linux CS files to arch-specific/linux/classic.
|
||||
|
||||
2002-11-18 04:07 skywalker
|
||||
|
||||
* firebird2/builds/posix/prefix.linux:
|
||||
|
||||
Changed the default optimisation for prod builds. Current gcc 3.2
|
||||
compilers have problems with -O2 -O3 and -march=i686 combinations
|
||||
|
||||
2002-11-18 03:57 skywalker
|
||||
|
||||
* firebird2/: Makefile.in, configure.in:
|
||||
|
||||
Remove firebird_super target from makefile, when super is chosen
|
||||
firebird target will be the super edition. Configure.in changed to
|
||||
build some install files from new locations.
|
||||
|
||||
2002-11-18 03:53 skywalker
|
||||
|
||||
* firebird2/src/jrd/isc_file.cpp:
|
||||
|
||||
Changed to look for flag about not trying a remote host for nfs
|
||||
files
|
||||
|
||||
2002-11-18 03:43 skywalker
|
||||
|
||||
*
|
||||
|
||||
Changes for alpha4 release
|
||||
firebird2/src/install/arch-specific/linux/classic/makeInstallImage.
|
||||
sh.in:
|
||||
|
||||
2002-11-17 17:31 skywalker
|
||||
|
||||
* firebird2/src/install/arch-specific/linux/misc/:
|
||||
changeDBAPassword.sh.in, firebird.xinetd.in:
|
||||
|
||||
Create linux specific autoconf versions of some script files
|
||||
|
||||
2002-11-17 17:21 dimitr
|
||||
|
||||
* firebird2/src/jrd/ibase.h:
|
||||
|
||||
Let's support mingw.
|
||||
|
||||
2002-11-17 17:06 dimitr
|
||||
|
||||
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp,
|
||||
fb_lock_print.dsp, fbclient.dsp, fbembed.dsp, fbserver.dsp:
|
||||
|
||||
Updates project files.
|
||||
|
||||
2002-11-17 16:55 dimitr
|
||||
|
||||
* firebird2/src/jrd/rse.cpp:
|
||||
|
||||
Some changes to support future improvements.
|
||||
|
||||
2002-11-17 16:51 dimitr
|
||||
|
||||
* firebird2/src/jrd/: sort.cpp, sort.h:
|
||||
|
||||
Cleanup.
|
||||
|
||||
2002-11-17 16:47 dimitr
|
||||
|
||||
* firebird2/src/jrd/gds.cpp:
|
||||
|
||||
Use universal path separator.
|
||||
|
||||
2002-11-17 16:46 dimitr
|
||||
|
||||
* firebird2/src/jrd/os/win32/: config_root.cpp, mod_loader.cpp:
|
||||
|
||||
Changed some win32 specifics.
|
||||
|
||||
2002-11-17 01:20 hippoman
|
||||
|
||||
* firebird2/src/ipserver/ipclient.cpp:
|
||||
|
||||
Uninitialized variable fixed.
|
||||
|
||||
2002-11-17 01:13 hippoman
|
||||
|
||||
* firebird2/src/utilities/dba.epp:
|
||||
|
||||
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
|
||||
|
||||
2002-11-17 01:10 hippoman
|
||||
|
||||
* firebird2/src/: jrd/blb.cpp, jrd/blf_proto.h, jrd/blk.h,
|
||||
jrd/blob_filter.epp, jrd/bookmark.cpp, jrd/btr.cpp,
|
||||
jrd/btr_proto.h, jrd/cch.cpp, jrd/cmp.cpp, jrd/cmp_proto.h,
|
||||
jrd/dbg.cpp, jrd/dbt.cpp, jrd/dfw.epp, jrd/dpm.epp, jrd/dyn.epp,
|
||||
jrd/dyn.h, jrd/dyn_def.epp, jrd/dyn_def.sed, jrd/dyn_mod.epp,
|
||||
jrd/dyn_util.epp, jrd/err.cpp, jrd/event.cpp, jrd/event.h,
|
||||
jrd/evl.cpp, jrd/exe.cpp, jrd/ext.cpp, jrd/extvms.cpp, jrd/fun.epp,
|
||||
jrd/grant.epp, jrd/idx.cpp, jrd/inf.cpp, jrd/ini.epp, jrd/jrd.cpp,
|
||||
jrd/jrd.h, jrd/met.epp, jrd/met_proto.h, jrd/nav.cpp, jrd/opt.cpp,
|
||||
jrd/pag.cpp, jrd/par.cpp, jrd/pcmet.epp, jrd/print.cpp, jrd/req.h,
|
||||
jrd/rlck.cpp, jrd/rng.cpp, jrd/rse.cpp, jrd/scl.epp, jrd/tra.cpp,
|
||||
jrd/tra.h, jrd/trig.h, jrd/val.cpp, jrd/vio.cpp, jrd/why.c,
|
||||
jrd/why_proto.h, jrd/y-valve.cpp, qli/compile.cpp, qli/dtr.h,
|
||||
qli/eval.cpp, qli/exe.cpp, qli/exe.h, qli/expand.cpp,
|
||||
qli/gener.cpp, qli/meta.epp, qli/noform.cpp, qli/parse.cpp,
|
||||
qli/report.cpp, qli/show.epp:
|
||||
|
||||
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
|
||||
|
||||
2002-11-17 01:04 hippoman
|
||||
|
||||
* firebird2/src/gpre/: ada.cpp, c_cxx.cpp, cmd.cpp, cmd_proto.h,
|
||||
cme.cpp, cme_proto.h, cmp.cpp, cmp_proto.h, cob.cpp, exp.cpp,
|
||||
exp_proto.h, form.cpp, ftn.cpp, gpre.cpp, gpre.h, gpre_meta.epp,
|
||||
gpre_meta.h, gpre_meta_boot.cpp, hsh.cpp, int.cpp, int_cxx.cpp,
|
||||
jrdmet.cpp, msc.cpp, msc_proto.h, par.cpp, par_proto.h, pas.cpp,
|
||||
pat.h, sqe.cpp, sqe_proto.h, sql.cpp, sql_proto.h:
|
||||
|
||||
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
|
||||
|
||||
2002-11-17 01:00 hippoman
|
||||
|
||||
* firebird2/src/: dsql/ddl.cpp, dsql/dsql.cpp, dsql/dsql.h,
|
||||
dsql/gen.cpp, dsql/gen_proto.h, dsql/hsh.cpp, dsql/make.cpp,
|
||||
dsql/metd.epp, dsql/metd_proto.h, dsql/pass1.cpp, dudley/ddl.h,
|
||||
dudley/exe.epp, dudley/exe_proto.h, dudley/expand.cpp,
|
||||
dudley/expr.cpp, dudley/generate.cpp, dudley/hsh.cpp,
|
||||
dudley/parse.cpp, dudley/parse_proto.h, dudley/trn.cpp:
|
||||
|
||||
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
|
||||
|
||||
2002-11-17 00:57 hippoman
|
||||
|
||||
* firebird2/src/burp/: backup.epp, burp.h, canonical.cpp,
|
||||
restore.epp:
|
||||
|
||||
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
|
||||
|
||||
2002-11-17 00:54 hippoman
|
||||
|
||||
* firebird2/builds/win32/msvc7/: Firebird2.sln, engine.vcproj,
|
||||
engine_classic.vcproj, fb_lock_print.vcproj, fbclient.vcproj,
|
||||
fbembed.vcproj, gds32.vcproj, gpre.vcproj, gstat.vcproj,
|
||||
ib_udf.vcproj, ib_util.vcproj, utilities.vcproj:
|
||||
|
||||
update to the latest changes
|
||||
|
||||
2002-11-16 21:59 skidder
|
||||
|
||||
* firebird2/src/jrd/met.epp:
|
||||
|
Loading…
Reference in New Issue
Block a user