.. |
os
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
acl.h
|
|
|
align.h
|
|
|
all.cpp
|
Misc.
|
2007-11-06 09:51:36 +00:00 |
all.h
|
Jrd's deletePool() now return pointer to next database's pool as suggested by dlh
|
2006-10-31 12:27:49 +00:00 |
alt_proto.h
|
1. Make classic server close shutdown normally when killed by signals 2 & 15.
|
2007-01-20 14:45:45 +00:00 |
alt.cpp
|
Fixed CORE-1455:Crash in fbclient after unsuccessful user management API call
|
2007-09-26 17:53:22 +00:00 |
blb_proto.h
|
avoid cast
|
2007-11-01 17:19:54 +00:00 |
blb.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
blb.h
|
Improvement CORE-1277 - Automatic transliteration of text blobs
|
2007-05-22 02:14:20 +00:00 |
blf_proto.h
|
|
|
blk.h
|
Global temporary tables implementation
|
2006-05-21 22:07:35 +00:00 |
blob_filter.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
blob_filter.h
|
|
|
blp.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
blr.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
btn.cpp
|
Made specially actively used function inline.
|
2007-12-18 11:34:32 +00:00 |
btn.h
|
Made specially actively used function inline.
|
2007-12-18 11:34:32 +00:00 |
btr_proto.h
|
Fixed bug CORE-1361 : Index operations for global temporary tables are not visible for the active connection
|
2007-08-28 20:17:36 +00:00 |
btr.cpp
|
Correction for fix for CORE-1199. Thanks to Claudio
|
2007-12-17 07:36:46 +00:00 |
btr.h
|
Let store plain 64-bit record number in index_sort_record (and in sort scratch file) and became independent of additional fields of RecordNumber class.
|
2007-03-20 18:02:10 +00:00 |
build_no.h
|
increment build number
|
2007-12-19 15:21:25 +00:00 |
builtin.cpp
|
Misc.
|
2007-02-11 09:09:02 +00:00 |
cch_proto.h
|
Fixed bug CORE-1228 : Database often became corrupted after an out of disk space condition
|
2007-04-25 20:45:03 +00:00 |
cch.cpp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
cch.h
|
Implement improved dirty pages flush algoritm
|
2007-05-17 07:17:11 +00:00 |
CharSet.cpp
|
Fixed CORE-1499: Wrong alignment of data, used in INTL converters
|
2007-10-05 14:37:33 +00:00 |
CharSet.h
|
Improvement CORE-1280 - Verify well-formedness of text blobs
|
2007-05-23 02:26:27 +00:00 |
cmp_proto.h
|
Use debug informations in EXECUTE BLOCK
|
2007-01-20 14:18:18 +00:00 |
cmp.cpp
|
Misc
|
2007-12-09 13:48:42 +00:00 |
Collation.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
Collation.h
|
Warnings
|
2007-02-08 10:17:06 +00:00 |
common.h
|
No more hpux (lowercase). To be reviewed by Paul Beach.
|
2007-11-17 10:26:09 +00:00 |
constants.h
|
Fixed CORE-1603: Possible buffer overflow with long user name
|
2007-11-19 16:18:59 +00:00 |
CsConvert.h
|
Fixed problem reported by Dmitry Kovalenko
|
2007-11-16 23:18:00 +00:00 |
cvt2_proto.h
|
|
|
cvt2.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
cvt_proto.h
|
|
|
cvt.cpp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
DatabaseSnapshot.cpp
|
1) Make the class members more readable.
|
2007-12-17 13:49:29 +00:00 |
DatabaseSnapshot.h
|
Fixed CORE-1642 and some const'ness.
|
2007-12-10 06:31:04 +00:00 |
DataTypeUtil.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
DataTypeUtil.h
|
Misc
|
2007-10-28 16:11:02 +00:00 |
db_alias.cpp
|
1. Avoid use of STL
|
2006-05-19 15:17:02 +00:00 |
db_alias.h
|
|
|
dbg_proto.h
|
Misc.
|
2006-04-29 08:39:54 +00:00 |
dbg.cpp
|
Reduced the number of errors in this outdated file, but it's still unusable.
|
2007-08-25 09:30:08 +00:00 |
dbg.h
|
|
|
dbt.cpp
|
Simplification.
|
2006-05-04 00:02:58 +00:00 |
DebugInterface.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
DebugInterface.h
|
Misc
|
2007-03-19 00:28:16 +00:00 |
dflt.h
|
|
|
dfw_proto.h
|
|
|
dfw.epp
|
Bugfix for CORE-1641. The solution is to move some of the phase 3 code to phase 4, so that both create_trigger() and modify_trigger() are in sync. To be reviewed by Adriano.
|
2007-12-09 09:15:48 +00:00 |
divorce.cpp
|
Apply MacOS changes to HEAD
|
2007-12-19 14:35:52 +00:00 |
divorce.h
|
|
|
dmp_proto.h
|
|
|
dmp.cpp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
dpm_proto.h
|
Global temporary tables implementation
|
2006-05-21 22:07:35 +00:00 |
dpm.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
drq.h
|
1) Upgrade INTL interface to undestand misc. configuration informations
|
2007-04-15 15:57:12 +00:00 |
dsc2.h
|
HPUX Port
|
2007-11-12 14:26:44 +00:00 |
dsc_proto.h
|
|
|
dsc_pub.h
|
fixed gcc warning(s)
|
2006-01-18 10:43:13 +00:00 |
dsc.cpp
|
Misc
|
2007-11-17 00:38:16 +00:00 |
dsc.h
|
Fixed CORE-1514 - Many new 2.1 built in functions have incorrect NULL semantics
|
2007-10-17 15:15:02 +00:00 |
dyn_def.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
dyn_del.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
dyn_df_proto.h
|
|
|
dyn_dl_proto.h
|
Implementation of CREATE/DROP COLLATION and ISQL show/extraction of collations
|
2006-08-07 16:39:21 +00:00 |
dyn_md_proto.h
|
|
|
dyn_mod.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
dyn_proto.h
|
More cleanup.
|
2006-02-23 06:52:25 +00:00 |
dyn_ut_proto.h
|
Sync'ed prototype with the definition.
|
2007-11-15 18:30:35 +00:00 |
dyn_util.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
dyn.epp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
dyn.h
|
This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash.
|
2007-03-28 04:20:36 +00:00 |
enc_proto.h
|
|
|
enc.cpp
|
Protect global data (sync with Vulcan).
|
2006-04-30 16:37:14 +00:00 |
entry.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
err_proto.h
|
|
|
err.cpp
|
Fixed the primary reason of the crash reported by Roman Simakov in fb-devel.
|
2007-12-19 14:14:18 +00:00 |
event_proto.h
|
Cleanup.
|
2006-04-25 18:17:05 +00:00 |
event.cpp
|
The same fix for events.
|
2007-11-06 09:50:35 +00:00 |
event.h
|
Fixed bug CORE-1457: Server crashes attempting to deliver events for the just disconnected session.
|
2007-09-13 13:28:05 +00:00 |
evl_proto.h
|
Optimized code for domain-based variables (and procedure arguments)
|
2007-12-08 13:41:26 +00:00 |
evl_string_test.cpp
|
Misc.
|
2006-05-20 04:22:07 +00:00 |
evl_string.h
|
Frontported alignment and endianess fixes from 2.0
|
2007-03-25 16:09:00 +00:00 |
evl.cpp
|
Optimized code for domain-based variables (and procedure arguments)
|
2007-12-08 13:41:26 +00:00 |
exe_proto.h
|
Fixed CORE-1331 - Charset transliterations don't work with EXECUTE STATEMENT
|
2007-06-23 18:48:27 +00:00 |
exe.cpp
|
Optimized code for domain-based variables (and procedure arguments)
|
2007-12-08 13:41:26 +00:00 |
exe.h
|
Optimized code for domain-based variables (and procedure arguments)
|
2007-12-08 13:41:26 +00:00 |
execute_statement.cpp
|
Cleanup
|
2007-12-08 13:39:29 +00:00 |
execute_statement.h
|
Allow BLOBs in EXECUTE STATEMENT and possibly in others unkown cases
|
2007-02-27 02:36:20 +00:00 |
ext_proto.h
|
Close external table's file when relation is not used by the engine.
|
2007-03-19 21:34:52 +00:00 |
ext.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
ext.h
|
Improve write performance of external tables
|
2006-12-05 22:01:58 +00:00 |
fields.h
|
Added MON$STAT_GROUP into the statistics tables.
|
2007-09-28 12:59:14 +00:00 |
fil.h
|
Cleaned up mutexes - removed MUTX_T and related macros
|
2007-06-06 12:37:24 +00:00 |
file_params.h
|
Misc and replaced "IB" by "FB" where it made sense to me.
|
2007-02-11 09:04:54 +00:00 |
filte_proto.h
|
|
|
filters.cpp
|
Correct blob filter for FORMATsub-type to show dialect 3 data types
|
2007-06-30 09:45:57 +00:00 |
flags.h
|
Cleanup of some older remainings...
|
2006-07-18 09:55:01 +00:00 |
flu_proto.h
|
|
|
flu.cpp
|
HPUX Port
|
2007-11-12 15:18:49 +00:00 |
flu.h
|
This destructor should be virtual to not leak resources
|
2007-01-26 00:36:28 +00:00 |
fun_proto.h
|
|
|
fun.epp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
functions.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
functions.h
|
|
|
gds_proto.h
|
Misc
|
2007-05-23 15:29:53 +00:00 |
gds.cpp
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
gdsassert.h
|
|
|
GlobalRWLock.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
GlobalRWLock.h
|
Misc
|
2007-11-24 00:12:17 +00:00 |
grammar.cpp
|
|
|
grammar.y
|
|
|
grant_proto.h
|
Create common UCharBuffer based on Claudio and Alex suggestions
|
2006-07-31 15:43:20 +00:00 |
grant.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
ibase.h
|
Misc and replaced "IB" by "FB" where it made sense to me.
|
2007-02-11 09:04:54 +00:00 |
iberr_proto.h
|
|
|
iberr.cpp
|
|
|
iberr.h
|
|
|
ibsetjmp.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
idx_proto.h
|
Global temporary tables implementation
|
2006-05-21 22:07:35 +00:00 |
idx.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
idx.h
|
|
|
inf_proto.h
|
|
|
inf_pub.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
inf.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
ini_proto.h
|
|
|
ini.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
ini.h
|
Fixed an UCHAR overflow causing wrong entries in RDB$TYPES.
|
2007-09-28 12:54:51 +00:00 |
intl_builtin.cpp
|
Misc
|
2007-10-06 19:08:50 +00:00 |
intl_classes.h
|
fixed posix build
|
2006-10-23 11:41:00 +00:00 |
intl_proto.h
|
1) Upgrade INTL interface to undestand misc. configuration informations
|
2007-04-15 15:57:12 +00:00 |
intl.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
intl.h
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
IntlManager.cpp
|
Warning
|
2007-08-29 11:12:09 +00:00 |
IntlManager.h
|
Misc.
|
2007-04-18 11:02:41 +00:00 |
intlnames.h
|
1) CORE-1366 - French insensitive collation FR_FR_CI_AI
|
2007-07-19 01:25:23 +00:00 |
intlobj_new.h
|
Misc
|
2007-04-17 02:24:33 +00:00 |
IntlUtil.cpp
|
It seems our dear Alex only compiles in Release mode.
|
2007-10-06 10:29:46 +00:00 |
IntlUtil.h
|
Fixed CORE-1499: Wrong alignment of data, used in INTL converters
|
2007-10-05 14:37:33 +00:00 |
inuse_proto.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
inuse.cpp
|
Cleaned up mutexes - removed MUTX_T and related macros
|
2007-06-06 12:37:24 +00:00 |
irq.h
|
1) Upgrade INTL interface to undestand misc. configuration informations
|
2007-04-15 15:57:12 +00:00 |
isc_f_proto.h
|
Misc (64-bit related)
|
2006-10-29 14:16:29 +00:00 |
isc_file.cpp
|
Fixed CORE-1576 : Firebird not allow to add secondary database files in system folders
|
2007-11-19 12:32:42 +00:00 |
isc_proto.h
|
Fixed CORE-1603: Possible buffer overflow with long user name
|
2007-11-19 16:18:59 +00:00 |
isc_s_proto.h
|
|
|
isc_signal.h
|
|
|
isc_sync.cpp
|
HPUX Port
|
2007-11-12 15:18:49 +00:00 |
isc_version.h
|
Update.
|
2007-05-15 08:15:54 +00:00 |
isc_version.rc
|
The project name is Firebird, not FirebirdSQL
|
2007-10-26 19:55:25 +00:00 |
isc.cpp
|
Correction for Win32
|
2007-11-19 20:34:10 +00:00 |
isc.h
|
Restored Yaffil's fast mutex code and made thread priority adjustment for classic server
|
2007-04-17 21:34:22 +00:00 |
jlx.c
|
|
|
jrd_blks.h
|
|
|
jrd_proto.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
jrd_pwd.h
|
Fixed CORE-1603: Possible buffer overflow with long user name
|
2007-11-19 16:18:59 +00:00 |
jrd.cpp
|
Protect the mutex from being released twice.
|
2007-12-19 14:12:31 +00:00 |
jrd.h
|
Fixed CORE-1610 and its subtask CORE-1615.
|
2007-12-10 07:18:54 +00:00 |
lck_proto.h
|
1) Replaced the hackery LM-based ID generation with the local counter. Uniqueness will be ensured by the DatabaseSnapshot internals.
|
2007-09-05 07:18:37 +00:00 |
lck.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
lck.h
|
1) Replaced the hackery LM-based ID generation with the local counter. Uniqueness will be ensured by the DatabaseSnapshot internals.
|
2007-09-05 07:18:37 +00:00 |
license.h
|
HPUX Port
|
2007-11-12 15:18:49 +00:00 |
lls.h
|
|
|
log2.h
|
|
|
log_proto.h
|
|
|
log.cpp
|
Misc
|
2007-10-10 02:06:20 +00:00 |
log.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
met_proto.h
|
Fixed CORE-1395 - Few problems with domains's check constraints
|
2007-08-04 02:11:07 +00:00 |
met.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
met.h
|
|
|
misc_func_ids.h
|
|
|
mov_proto.h
|
Port of Yaffil builtin functions
|
2007-04-12 15:56:34 +00:00 |
mov.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
msg_encode.h
|
|
|
msg.h
|
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 06:56:24 +00:00 |
names.h
|
Added MON$STAT_GROUP into the statistics tables.
|
2007-09-28 12:59:14 +00:00 |
nav_proto.h
|
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
|
2006-02-02 07:32:07 +00:00 |
nav.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
nbak.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
nbak.h
|
1. Renamed info parameter.
|
2007-11-12 17:24:22 +00:00 |
nod.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
nodebug.cpp
|
|
|
ntrace.h
|
|
|
obj.h
|
Fix for CORE-1051: Possible stack corruption in DFW\check_dependencies
|
2006-12-11 14:03:29 +00:00 |
ods_proto.h
|
|
|
ods.cpp
|
|
|
ods.h
|
Improvement CORE-1277 - Automatic transliteration of text blobs
|
2007-05-22 02:14:20 +00:00 |
opt_proto.h
|
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
|
2006-02-02 07:32:07 +00:00 |
opt.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
Optimizer.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
Optimizer.h
|
Fixed mistake
|
2006-11-01 21:19:19 +00:00 |
pag_proto.h
|
1. Renamed info parameter.
|
2007-11-12 17:24:22 +00:00 |
pag.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
pag.h
|
Fixed bug CORE-1468 : Database corruption possible when database file extension and read\write activity is performed simultaneously
|
2007-09-18 14:50:51 +00:00 |
par_proto.h
|
Use debug informations in EXECUTE BLOCK
|
2007-01-20 14:18:18 +00:00 |
par.cpp
|
Misc
|
2007-12-05 00:03:15 +00:00 |
pcmet_proto.h
|
|
|
pcmet.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
perf_proto.h
|
|
|
perf.cpp
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
perf.h
|
|
|
plugin_manager.cpp
|
Misc tweaks with Firebird::string.
|
2007-08-26 09:53:08 +00:00 |
plugin_manager.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
pwd.cpp
|
Fixed CORE-1603: Possible buffer overflow with long user name
|
2007-11-19 16:18:59 +00:00 |
qatest.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
quad_proto.h
|
|
|
quad.cpp
|
|
|
quad.h
|
|
|
que.h
|
|
|
RandomGenerator.cpp
|
Make compilation possible in VC6.
|
2007-10-29 03:21:25 +00:00 |
RandomGenerator.h
|
Make compilation possible in VC6.
|
2007-10-29 03:21:25 +00:00 |
RecordBuffer.cpp
|
Misc.
|
2006-12-06 18:30:46 +00:00 |
RecordBuffer.h
|
Misc.
|
2006-12-06 18:30:46 +00:00 |
RecordNumber.h
|
HPUX Port
|
2007-11-12 14:26:44 +00:00 |
Relation.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
Relation.h
|
Misc.
|
2006-05-31 12:04:55 +00:00 |
relations.h
|
Added MON$STAT_GROUP into the statistics tables.
|
2007-09-28 12:59:14 +00:00 |
req.h
|
Optimized code for domain-based variables (and procedure arguments)
|
2007-12-08 13:41:26 +00:00 |
rlck_proto.h
|
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
|
2006-02-02 07:32:07 +00:00 |
rlck.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
rpb_chain.cpp
|
More protections.
|
2006-07-28 09:15:32 +00:00 |
rpb_chain.h
|
Use Firebird::Array instead of STL's vector
|
2006-04-25 17:49:24 +00:00 |
rse_proto.h
|
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
|
2006-02-02 07:37:26 +00:00 |
rse.cpp
|
Fixed bug CORE-1649 : AV when recursive query used MERGE JOIN in execution plan
|
2007-12-12 09:01:52 +00:00 |
rse.h
|
a) Refactor sort module. All related sort_work_file management moved into TempSpace class now. Former sort_work_file is now TempSpace::Segment
|
2007-04-03 12:57:32 +00:00 |
RuntimeStatistics.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
RuntimeStatistics.h
|
Misc
|
2007-12-05 00:03:15 +00:00 |
sbm.h
|
HPUX Port
|
2007-11-12 14:26:44 +00:00 |
sch_proto.h
|
|
|
sch.cpp
|
SCH_thread_enter_check was not thread-safe
|
2007-09-18 13:57:11 +00:00 |
scl_proto.h
|
Fixed CORE-1312: A remote attacker can check, if a file is present in the system, running firebird server
|
2007-06-08 10:24:57 +00:00 |
scl.epp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
scl.h
|
Fixed CORE-1312: A remote attacker can check, if a file is present in the system, running firebird server
|
2007-06-08 10:24:57 +00:00 |
scroll_cursors.h
|
|
|
sdl_proto.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
sdl.cpp
|
Partial commit with some cleanup and more constants.
|
2006-10-10 06:41:36 +00:00 |
sdl.h
|
Partial commit with some cleanup and more constants.
|
2006-10-10 06:41:36 +00:00 |
sdw_proto.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
sdw.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
sdw.h
|
More cleanup.
|
2006-02-23 06:52:25 +00:00 |
sha.cpp
|
This file lacked indentation.
|
2006-02-22 07:19:49 +00:00 |
sha.h
|
|
|
shut_proto.h
|
|
|
shut.cpp
|
Fixed CORE-1562 and its subtask CORE-1608.
|
2007-12-11 08:09:50 +00:00 |
sort_proto.h
|
fixed build
|
2007-11-12 17:16:13 +00:00 |
sort.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
sort.h
|
Misc
|
2007-11-17 00:38:16 +00:00 |
sqz_proto.h
|
|
|
sqz.cpp
|
Getting rid of the old allocator routines.
|
2006-05-23 10:17:00 +00:00 |
sqz.h
|
|
|
status.cpp
|
|
|
status.h
|
Fix compile error on Solaris - udefined va_list
|
2006-01-10 15:01:03 +00:00 |
svc_proto.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
svc_undoc.h
|
Misc and replaced "IB" by "FB" where it made sense to me.
|
2007-02-11 09:04:54 +00:00 |
svc.cpp
|
Fixed CORE-1603: Possible buffer overflow with long user name
|
2007-11-19 16:18:59 +00:00 |
svc.h
|
Fixed CORE-1302: Races during service startup
|
2007-06-05 07:14:01 +00:00 |
sym.cpp
|
|
|
sym.h
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
SysFunction.cpp
|
Use static and larger buffer for HASH(blob) - suggested by Claudio
|
2007-12-07 14:29:36 +00:00 |
SysFunction.h
|
Use const in SysFunction as suggested by Dmitry Kovalenko
|
2007-10-12 20:25:04 +00:00 |
TempSpace.cpp
|
Fixed gcc warnings, general (un)signed usage cleanup
|
2007-04-11 09:28:50 +00:00 |
TempSpace.h
|
Warnings
|
2007-05-11 06:44:14 +00:00 |
TextType.cpp
|
Misc
|
2007-10-06 19:08:50 +00:00 |
TextType.h
|
Slightly reorganized a code. Hope this should help posix compilation
|
2006-12-04 17:55:25 +00:00 |
thd.cpp
|
Cleaned up mutexes - removed MUTX_T and related macros
|
2007-06-06 12:37:24 +00:00 |
thd.h
|
Cleaned up mutexes - removed MUTX_T and related macros
|
2007-06-06 12:37:24 +00:00 |
thread_proto.h
|
Misc.
|
2006-04-25 07:37:19 +00:00 |
ThreadData.cpp
|
Misc.
|
2006-05-20 04:22:07 +00:00 |
tpc_proto.h
|
|
|
tpc.cpp
|
Fix for CORE-1657: AV with long inactive read-only read-commited transaction
|
2007-12-19 13:08:01 +00:00 |
tpc.h
|
|
|
tra_proto.h
|
Partial commit with some cleanup and more constants.
|
2006-10-10 06:41:36 +00:00 |
tra.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
tra.h
|
A few trivial optimizations.
|
2007-11-29 10:26:23 +00:00 |
trig.h
|
Misc
|
2007-06-07 03:35:04 +00:00 |
types.h
|
Misc
|
2007-12-11 23:50:17 +00:00 |
unicode_util.cpp
|
Correction
|
2007-10-07 14:23:28 +00:00 |
unicode_util.h
|
Fixed CORE-1431 - Greek characters in cp1251 vs uppercasing
|
2007-08-29 15:16:59 +00:00 |
utl_proto.h
|
Use public type in public function
|
2006-11-18 19:33:25 +00:00 |
utl.cpp
|
Misc
|
2007-10-06 19:08:50 +00:00 |
val_proto.h
|
|
|
val.h
|
Make MAX_FORMAT_SIZE visible in DSQL.
|
2006-07-20 09:55:57 +00:00 |
validation.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
version.rc
|
The project name is Firebird, not FirebirdSQL
|
2007-10-26 19:55:25 +00:00 |
vio_debug.h
|
|
|
vio_proto.h
|
1) A new class to handle aggregated multi-level performance counters.
|
2006-10-07 10:53:01 +00:00 |
vio.cpp
|
Misc
|
2007-12-17 23:58:42 +00:00 |
VirtualTable.cpp
|
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
|
2007-12-03 15:46:39 +00:00 |
VirtualTable.h
|
Fix MinGW build
|
2007-03-13 05:33:02 +00:00 |
why_proto.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
why.cpp
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |
y_handle.h
|
Revert files back after wrong commit
|
2007-11-19 00:21:18 +00:00 |