8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
firebird-mirror/src/jrd
2014-06-19 00:48:08 +00:00
..
extds Use GlobalPtr for static variable doing memory allocation 2014-06-06 10:42:04 +00:00
os Implement support for fallocate() call on Linux. 2014-05-29 07:44:26 +00:00
trace Fixed bug CORE-4319 : Engine crashes when trace config contains line "connection_id=NN" and we attempt to connect to non-existent database/alias 2014-01-20 10:24:01 +00:00
acl.h Misc 2009-08-20 01:32:24 +00:00
align.h Misc 2009-07-15 03:13:16 +00:00
alt_proto.h Fixed build with Sun Studio after making SCH_ast() dummy function. Does not require mentioning in whats new and release notes. 2009-10-30 09:09:10 +00:00
alt.cpp Fixed build with Sun Studio after making SCH_ast() dummy function. Does not require mentioning in whats new and release notes. 2009-10-30 09:09:10 +00:00
blb_proto.h Change param type from SLONG* to UCHAR* because we gain nothing with the old declaration, except forced casts. 2008-12-22 10:06:43 +00:00
blb.cpp Postfix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished 2013-02-28 16:24:31 +00:00
blb.h Misc. 2009-04-10 14:28:35 +00:00
blf_proto.h
blob_filter.cpp Style. 2009-08-23 12:26:59 +00:00
blob_filter.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
blp.h Use COMMONAPPDATA folder on Windows for shared memory files placement (lock table, even table, etc). 2009-05-25 10:57:22 +00:00
blr.h Implement improvement CORE-2452 : Add Role Name in input parameters for EXECUTE STATEMENT 2009-05-14 10:21:47 +00:00
BlrReader.h Fix warning with HP-UX compiler - reported by Bill 2009-08-20 01:55:20 +00:00
btn.cpp Simplification. 2009-06-21 08:32:55 +00:00
btn.h Misc 2009-08-14 01:58:22 +00:00
btr_proto.h Backported fix for CORE-1997 - Broken foreign key handling for multi-segmented index using multi-level collations. 2012-02-27 15:51:03 +00:00
btr.cpp Better output for CHARs. 2014-01-11 08:52:48 +00:00
btr.h Backported CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value. 2014-01-10 09:53:32 +00:00
build_no.h nightly update 2014-06-19 00:48:08 +00:00
builtin.cpp Comments and style. 2009-08-22 12:09:51 +00:00
cch_proto.h Backported fix for bug CORE-3466 : Some changes could be lost during the merge of delta file into main database file 2011-05-10 09:18:19 +00:00
cch.cpp Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup 2014-05-29 07:46:52 +00:00
cch.h Backported fix for bug CORE-3466 : Some changes could be lost during the merge of delta file into main database file 2011-05-10 09:18:19 +00:00
CharSet.cpp Style. 2009-06-27 11:44:21 +00:00
CharSet.h Fixed CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-14 16:15:41 +00:00
cmp_proto.h Fixed the major part of the slowdown in CORE-2827: Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared. 2010-10-13 12:11:52 +00:00
cmp.cpp Attachments marked as shutdown may still be running (before they reach the rescheduling point), so they should not be accounted as already gone. This should also fix CORE-4236: Database shutdown is reported as successfully completed before all active connections are in fact interrupted. 2013-11-13 18:36:59 +00:00
Collation.cpp Style. 2009-08-13 10:35:56 +00:00
Collation.h 1) Let the collation existence locks respect the database shutdown. In particular, let's distinguish between "releasing" and "destroying" the lock. 2009-07-13 19:45:08 +00:00
common.h AIX port 2014-06-18 10:47:48 +00:00
constants.h Improvement CORE-4047 - Increase number of input parameters for External Functions (UDFs) to 15. 2013-03-23 02:14:04 +00:00
CsConvert.h Misc 2009-05-03 21:57:13 +00:00
cvt2_proto.h Attempted to have a [more or less] good solution for CORE-3553 (Nested loop plan is chosen instead of the sort merge for joining independent streams using keys of different types). It doesn't optimize all possible cases, but the most common ones. 2011-07-20 10:35:00 +00:00
cvt2.cpp Slightly changed the logic to make it easier to understand. 2012-03-22 07:55:12 +00:00
cvt_proto.h Fixed CORE-2756: substring from timestamp - unexpected result 2011-01-16 13:19:52 +00:00
cvt.cpp Backported fix for CORE-3259: Deadlock and sefgault when processing ctrl-C in user code 2010-11-25 12:23:46 +00:00
Database.cpp Patch by Nickolay Samofatov: avoid an AST overhead for heavily-loaded systems with many requests. This is committed into v2.5 only, so far I doubt v3 needs that. 2014-06-10 20:17:03 +00:00
Database.h Patch by Nickolay Samofatov: avoid an AST overhead for heavily-loaded systems with many requests. This is committed into v2.5 only, so far I doubt v3 needs that. 2014-06-10 20:17:03 +00:00
DatabaseSnapshot.cpp Fixed CORE-3944: SuperClassic crashes when running script that delete attachments and move database to offline 2012-12-27 13:26:31 +00:00
DatabaseSnapshot.h Reworked my yesterday's fix to simplify it. 2011-02-15 08:38:32 +00:00
DataTypeUtil.cpp Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future. 2012-03-14 17:37:20 +00:00
DataTypeUtil.h Fixed CORE-2361 - String truncation reading 8859-1 Spanish column using isc_dsql_fetch with UTF-8 connection 2009-04-18 22:20:20 +00:00
db_alias.cpp Fixed CORE-3297: nbackup exits without info when firebird.conf is missing. Make all utilities run without firebird.conf - only server requires it's presence. 2011-01-19 12:58:21 +00:00
db_alias.h
dbg_proto.h Make it build using clang++ - thanks to marius 2010-10-18 17:23:26 +00:00
dbg.cpp Misc. 2009-04-03 10:24:08 +00:00
dbg.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
dbt.cpp Not sure if there's hope that this file will compile again. 2009-08-28 04:58:53 +00:00
DebugInterface.cpp Debug checks. 2009-08-05 12:31:54 +00:00
DebugInterface.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
dflt.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
dfw_proto.h Ported fix for CORE-2634: Performance regression when restoring database with big metadata 2009-09-29 10:35:16 +00:00
dfw.epp Simplest solution for CORE-4386: Report more details for "object in use" errors. Also, I've removed the database filename from the error message for security reasons. v3 is going to get a more complete solution. 2014-04-05 18:08:41 +00:00
divorce.cpp Fix problem with fid's and GCD for MacOS 10.7 SuperServer 2011-07-08 11:33:27 +00:00
divorce.h
dmp_proto.h Style. 2009-01-14 11:10:48 +00:00
dmp.cpp - Better input type for SQZ_decompress plus a bit of style. 2009-06-14 12:19:32 +00:00
dpm_proto.h Fixed bug CORE-3515 : Index corruption. Validation put "missing entries" message into firebird.log 2011-06-05 08:17:04 +00:00
dpm.epp Fixed bug CORE-4372 : Deadlock is possible when two data pages contains record fragments pointing to each other 2014-03-25 10:12:54 +00:00
drq.h Backport CORE-2750: Physical backup cannot restart operations after the explicit difference file has been dropped. 2010-02-23 07:08:13 +00:00
dsc2.h Fixed CORE-2550: Bus error when working with DB_KEY on bigendian machines. Introduced dtype_dbkey inside engine. 2009-07-09 14:04:42 +00:00
dsc_proto.h
dsc_pub.h Misc 2009-07-15 03:13:16 +00:00
dsc.cpp Style. 2009-08-13 10:35:56 +00:00
dsc.h Style. 2009-08-13 10:35:56 +00:00
dyn_def.epp Fixed CORE-4452 - Can`t create two collations with different names if autoddl =OFF. 2014-06-17 15:45:56 +00:00
dyn_del.epp Misc. 2012-01-17 06:20:36 +00:00
dyn_df_proto.h
dyn_dl_proto.h More unused params. 2009-04-28 13:48:18 +00:00
dyn_md_proto.h
dyn_mod.epp Misc. 2013-04-29 10:04:59 +00:00
dyn_proto.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
dyn_ut_proto.h Style. 2008-12-18 10:57:12 +00:00
dyn_util.epp Misc. 2010-01-25 08:42:13 +00:00
dyn.epp Fixed CORE-3732: Segfault when closing attachment to database 2012-01-16 16:38:18 +00:00
dyn.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
enc_proto.h
enc.cpp Mark input array as const. 2009-09-25 06:38:34 +00:00
entry.h Misc. 2009-08-26 14:50:54 +00:00
err_proto.h Backported CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value. 2014-01-10 09:53:32 +00:00
err.cpp Backported CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value. 2014-01-10 09:53:32 +00:00
event_proto.h Fixed CORE-3589: Internal shared resource leak 2011-08-30 13:46:36 +00:00
event.cpp Fixed CORE-3935 and CORE-3993 2012-12-14 17:45:38 +00:00
event.h Misc. 2009-05-24 05:36:04 +00:00
evl_proto.h Backport fix for CORE-2826 - Join condition fails for UTF-8 databases 2010-05-17 15:38:26 +00:00
evl_string_test.cpp Misc 2008-12-20 19:57:43 +00:00
evl_string.h Fixed CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-14 16:15:41 +00:00
evl.cpp Somewhat hackery fix for CORE-4201: Computed field returns null value inside BI trigger. 2013-09-20 08:27:47 +00:00
exe_proto.h This should fix regressions related to fixes of: 2008-09-01 13:18:02 +00:00
exe.cpp Wrong code was committed (for CORE-4252), sorry 2014-04-04 08:52:04 +00:00
exe.h Bacported fix for CORE-3360: update ... returning ... raises -551 (no perm to update) for a column present only in the returning clause 2013-03-11 15:44:58 +00:00
execute_statement.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
execute_statement.h Backport fix for bug CORE-2731 : Recursive EXECUTE STATEMENT works wrong 2009-11-05 22:44:48 +00:00
ext_proto.h Implement sub-task CORE-1647 : Close external table's file even if it used by some cached (inactive) requests. 2009-06-03 09:59:45 +00:00
ext.cpp Misc and isolate the win9x code even more. 2009-09-02 04:23:02 +00:00
ext.h Misc 2009-06-06 18:13:57 +00:00
fields.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
fil.h Style. 2008-12-20 08:12:19 +00:00
file_params.h CORE-2263: RemoteAuxPort for SuperClassic and regular Classic. 2009-06-08 12:21:31 +00:00
filte_proto.h
filters.cpp Misc. 2009-12-04 07:56:48 +00:00
flags.h Style. 2008-12-20 08:12:19 +00:00
flu_proto.h
flu.cpp Fixed CORE-3443: Races in UDF library lookup 2011-04-15 18:19:54 +00:00
flu.h Fixed CORE-3443: Races in UDF library lookup 2011-04-15 18:19:54 +00:00
fun_proto.h Unused params 2009-04-28 13:08:04 +00:00
fun.epp Backported fix for CORE-4121: Segfault when engine is shutting down inside blob get/put function invoked from UDF 2013-06-18 13:17:08 +00:00
functions.cpp CORE-3704: Add new context variables to the SYSTEM namespace. 2013-07-08 08:26:08 +00:00
functions.h
gds_proto.h Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int 2009-08-03 15:52:48 +00:00
gds.cpp Support for MSVC10. 2013-03-17 12:26:21 +00:00
gdsassert.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
GlobalRWLock.cpp Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup 2014-05-29 07:54:15 +00:00
GlobalRWLock.h Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup 2014-05-29 07:54:15 +00:00
grant_proto.h Misc 2009-09-30 01:10:11 +00:00
grant.epp Misc 2009-09-30 01:10:11 +00:00
ibase.h Use better name from trunk for CORE-3911 2012-08-29 12:34:22 +00:00
ibsetjmp.h Fixed CORE-3646: Segmentation fault in Linux 2011-12-29 16:11:28 +00:00
idx_proto.h Backported CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value. 2014-01-10 09:53:32 +00:00
idx.cpp Backported fix for CORE-4417 - gbak: cannot commit index ; primary key with german umlaut. 2014-06-12 15:56:47 +00:00
idx.h One more index to avoid full table scans on system tables (this time during the column modification). 2012-01-09 08:56:00 +00:00
inf_proto.h Misc 2009-06-19 02:29:08 +00:00
inf_pub.h Committed commented ARM64-linux port in order to reserve class ID for it 2013-11-29 11:33:33 +00:00
inf.cpp Attachments marked as shutdown may still be running (before they reach the rescheduling point), so they should not be accounted as already gone. This should also fix CORE-4236: Database shutdown is reported as successfully completed before all active connections are in fact interrupted. 2013-11-13 18:36:59 +00:00
ini_proto.h 1) Fixed the layering, as dbb_lock shouldn't belong to PIO. 2008-07-09 08:40:31 +00:00
ini.epp Rolled back the ODS level solution for CORE-2709 as it causes cross-version compatibility issues (CORE-3853) as well as functional regressions (CORE-3675). Another solution is likely to be committed instead. 2012-06-04 08:57:09 +00:00
ini.h Use named constants to represent field lengths. In the future it will have to be split between logical length (characters) and physical fields (bytes, for the internal buffers). 2009-05-03 14:08:39 +00:00
intl_builtin.cpp Misc 2009-07-04 23:06:05 +00:00
intl_classes.h Unused function params. 2009-04-26 10:24:44 +00:00
intl_proto.h Misc 2009-06-09 00:56:58 +00:00
intl.cpp Fixed CORE-3944: SuperClassic crashes when running script that delete attachments and move database to offline 2012-12-27 13:26:31 +00:00
intl.h Style. 2008-12-20 08:12:19 +00:00
IntlManager.cpp Feature CORE-2636 - Add support for GB 18030 character set 2009-09-23 15:44:26 +00:00
IntlManager.h
intlnames.h
intlobj_new.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
IntlUtil.cpp Backport fix for CORE-3511 - Unquoted role names with non-ASCII characters passed in DPB are upper-cased wrongly. 2011-06-04 18:43:10 +00:00
IntlUtil.h Misc. 2011-06-11 06:06:16 +00:00
irq.h Fixed CORE-4267: Server crashes while sweeping the database. 2013-11-15 15:12:51 +00:00
isc_f_proto.h Misc 2009-07-06 22:37:31 +00:00
isc_file.cpp Backported fix for posix of CORE-3875: GBak does not check correctly parameters and backups random database with -B ":" 2012-06-27 11:54:03 +00:00
isc_proto.h Misc 2009-09-03 01:28:54 +00:00
isc_s_proto.h Fixed CORE-3646: Segmentation fault in Linux 2011-12-29 16:11:28 +00:00
isc_sync.cpp AIX port 2014-06-18 10:47:48 +00:00
isc_version.h Cleanup. 2010-09-02 15:02:47 +00:00
isc.cpp Explicity initialize a variable 2009-09-03 01:18:35 +00:00
isc.h Fixed CORE-3786: Firebird 2.5.1 Classic (32-bit) Hangs on MacOSX 10.7 (Lion) on DB create after reboot 2012-08-14 10:37:10 +00:00
jrd_proto.h Introduced the fb_ping() provider call (it's not exported thus it doesn't belong to the public API). 2009-08-25 11:16:32 +00:00
jrd_pwd.h Fixed CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly). 2013-03-24 15:36:18 +00:00
jrd.cpp Replaced debug info blob id with blob contents in cached triggers. This fixes the first part of CORE-3305 / CORE-4390, thus making the original problem visible. 2014-06-03 11:02:09 +00:00
jrd.h Replaced debug info blob id with blob contents in cached triggers. This fixes the first part of CORE-3305 / CORE-4390, thus making the original problem visible. 2014-06-03 11:02:09 +00:00
lck_proto.h Improvement CORE-3323 : Ability to cancel waiting in lock manager 2011-02-02 10:27:48 +00:00
lck.cpp Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408" 2013-09-12 14:21:53 +00:00
lck.h Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408" 2013-09-12 14:21:53 +00:00
license.h Use macro __sun instead of sun for this platform 2009-05-07 07:11:06 +00:00
lls.h
met_proto.h Backport fix for CORE-4145 - Memory leak when preparing Execute Block which uses domains. 2013-09-26 15:37:21 +00:00
met.epp Replaced debug info blob id with blob contents in cached triggers. This fixes the first part of CORE-3305 / CORE-4390, thus making the original problem visible. 2014-06-03 11:02:09 +00:00
met.h Get rid of more typedefs. 2009-04-03 10:07:55 +00:00
misc_func_ids.h Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. 2010-12-02 11:15:19 +00:00
mov_proto.h
mov.cpp Fixed CORE-2756: substring from timestamp - unexpected result 2011-01-16 13:19:52 +00:00
msg_encode.h Warnings from Bill Oliver. 2009-08-27 09:51:55 +00:00
msg.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
names.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
nav_proto.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
nav.cpp Backported CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value. 2014-01-10 09:53:32 +00:00
nbak.cpp Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup 2014-05-29 07:54:15 +00:00
nbak.h Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup 2014-05-29 07:54:15 +00:00
nod.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
nodebug.cpp Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
ntrace.h Improvement CORE-3656 : Support for sweep information in Trace API 2012-06-28 08:07:56 +00:00
obj.h
ods_proto.h
ods.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
ods.h Restored the ODS level compatibility with v2.5.1 index keys, while using the "old good" index key format in new indices. It allows to claim that CORE-3675 and CORE-3853 are fixed (after migration via backup/restore) but still operate almost correctly with keys created in v2.5.1. This is *much* better than silently returning wrong data if a v2.5.1 database is used with v2.5.2 without backup/restore. 2012-08-29 16:22:39 +00:00
opt_proto.h CORE-2509. Took the opportunity to fix several data types. 2009-06-18 12:07:07 +00:00
opt.cpp Fixed CORE-4460: Expressions containing some built-in functions may be badly optimized. 2014-06-10 20:05:10 +00:00
Optimizer.cpp I hope this will finally close the bad planning issue during restore. To be field tested. 2014-01-24 14:38:17 +00:00
Optimizer.h Unfortunately, the only correct way to reference stream internals (e.g. get field descriptors) in node comparison routines is either to compare nodes along with their corresponding CSBs or to compare only nodes and handle streams outside. I'm favoring the latter approach. And no, remapping is a wrong solution either (trunk is to be reworked again in this regard, sigh). This fixes CORE-4139 at the cost of removed CAST vs FIELD comparison trick. Let's see whether somebody is going to be affected. 2013-07-07 15:11:06 +00:00
pag_proto.h Misc 2009-08-26 01:52:12 +00:00
pag.cpp Implement support for fallocate() call on Linux. 2014-05-29 07:44:26 +00:00
pag.h Implement support for fallocate() call on Linux. 2014-05-29 07:44:26 +00:00
par_proto.h Fixed CORE-3560: Firebird 2.5 Classic Server uses more memory than 2.1.5 when caching metadata 2011-08-04 13:13:15 +00:00
par.cpp Backport fix for CORE-4145 - Memory leak when preparing Execute Block which uses domains. 2013-09-26 15:37:21 +00:00
pcmet_proto.h Misc 2009-09-30 01:10:11 +00:00
pcmet.epp Rolled back the ODS level solution for CORE-2709 as it causes cross-version compatibility issues (CORE-3853) as well as functional regressions (CORE-3675). Another solution is likely to be committed instead. 2012-06-04 08:57:09 +00:00
perf_proto.h Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values. 2009-09-09 10:28:26 +00:00
perf.cpp printf format warnings/errors 2009-09-23 15:43:33 +00:00
perf.h Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values. 2009-09-09 10:28:26 +00:00
PreparedStatement.cpp Backport change from trunk. 2012-11-27 11:12:50 +00:00
PreparedStatement.h
pwd.cpp Fixed CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly). 2013-03-24 15:36:18 +00:00
qatest.cpp Style. 2009-01-20 08:33:59 +00:00
quad_proto.h Separated CVT functions to common and jrd parts. 2008-07-10 15:57:33 +00:00
quad.cpp Unused function params. 2009-04-26 10:24:44 +00:00
quad.h Misc 2009-05-03 21:57:13 +00:00
que.h Misc 2009-09-30 01:10:11 +00:00
RandomGenerator.cpp
RandomGenerator.h Fixed a few signed vs unsigned warnings 2009-01-22 16:53:10 +00:00
RecordBuffer.cpp Reworked my yesterday's fix to simplify it. 2011-02-15 08:38:32 +00:00
RecordBuffer.h Reworked my yesterday's fix to simplify it. 2011-02-15 08:38:32 +00:00
RecordNumber.h Backported fix for CORE-195: Bugcheck 291 2010-02-05 11:04:54 +00:00
Relation.cpp Fixed bug CORE-2771 : AV at backup of database with GTT 2009-11-25 10:48:31 +00:00
Relation.h Backport fix for two related bugs 2011-06-08 08:57:00 +00:00
relations.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
req.h Avoid issues with not initialized members of record_param. 2014-04-08 08:18:56 +00:00
ResultSet.cpp More unused params. 2009-04-28 14:13:46 +00:00
ResultSet.h Misc 2008-06-29 12:26:55 +00:00
rlck_proto.h Style. 2008-12-22 09:00:05 +00:00
rlck.cpp Improvement CORE-3399 : Allow write operations to temporary tables in read only transactions 2011-03-22 10:32:27 +00:00
rpb_chain.cpp Backported fix for CORE-195: Bugcheck 291 2010-02-05 11:04:54 +00:00
rpb_chain.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
rse_proto.h
rse.cpp Backported fix for CORE-4247 - Delete "where current of" cursor fails for tables with newly added fields. 2013-10-24 14:53:09 +00:00
rse.h Fixed CORE-3208: Significant memory leaks with recursive queries. 2010-11-01 19:22:55 +00:00
RuntimeStatistics.cpp Warnings 2009-06-04 15:17:18 +00:00
RuntimeStatistics.h Misc. 2012-03-24 21:25:48 +00:00
sbm.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
scl_proto.h Fixed the major part of the slowdown in CORE-2827: Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared. 2010-10-13 12:11:52 +00:00
scl.epp Misc. 2011-02-18 04:33:25 +00:00
scl.h Fixed the major part of the slowdown in CORE-2827: Very slow prepare for complex interrelated metadata with many triggers indirectly involved in the operation being prepared. 2010-10-13 12:11:52 +00:00
scroll_cursors.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
sdl_proto.h Style. 2008-12-23 08:41:23 +00:00
sdl.cpp Warning (PVS-Studio). 2014-02-22 22:22:43 +00:00
sdl.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
sdw_proto.h Promote thread_data* as function argument. Only exception where both tdbb and dbb were left together as arguments is nbak.cpp's call to CCH_rollover_to_shadow to avoid any side effect in the changed code, but anyway, that function calls SDW_rollover_to_shadow that takes the dbb from the tdbb and not explicitly. 2008-12-14 09:28:25 +00:00
sdw.cpp Fixed CORE-3944: SuperClassic crashes when running script that delete attachments and move database to offline 2012-12-27 13:26:31 +00:00
sdw.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
sha.cpp Misc 2009-06-29 02:06:00 +00:00
sha.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
shut_proto.h Backported the refactored database shutdown from trunk. As a side effect, it also resolves CORE-4045: Server crashes during database shutdown. 2013-03-17 12:24:27 +00:00
shut.cpp Backported from trunk: prevent starting a lot of threads when forced shutdown is in progress. 2013-06-30 19:13:37 +00:00
SimilarToMatcher.h Backported fix for CORE-3523 - SIMILAR TO: False matches on descending ranges. 2011-06-17 01:20:41 +00:00
sort_proto.h More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
sort.cpp Make code a bit more robust 2013-06-15 19:02:21 +00:00
sort.h Added the missing part for CORE-3547, related to BE platforms. 2011-07-13 15:10:13 +00:00
sqz_proto.h Fixed CORE-4036: Bugcheck or database corruption when attempting to store long incompressible data into a table. 2013-03-17 14:40:00 +00:00
sqz.cpp Fixed CORE-4036: Bugcheck or database corruption when attempting to store long incompressible data into a table. 2013-03-17 14:40:00 +00:00
sqz.h Patch by DS and VKh to speed up SQZ in some cases 2009-06-10 12:41:13 +00:00
status.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
status.h 1. Final fix for CORE-1964 - finished vararg cleanup in jrd. 2008-08-27 12:20:47 +00:00
svc_undoc.h
svc.cpp Minimal fix for CORE-4303: Possible races while Service destruction 2014-04-25 11:01:51 +00:00
svc.h Minimal fix for CORE-4303: Possible races while Service destruction 2014-04-25 11:01:51 +00:00
SysFunction.cpp Rework on CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID. 2012-07-10 16:00:27 +00:00
SysFunction.h Clean the sources from VC6 hacks. 2008-05-14 05:17:53 +00:00
TempSpace.cpp Misc. 2011-08-18 06:50:07 +00:00
TempSpace.h Second part of CORE-3457: Optimize the temporary space manager regarding small chunk allocations. 2011-08-09 11:29:45 +00:00
TextType.cpp Fixed CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-14 16:15:41 +00:00
TextType.h Prevent surprises with signed chars being promoted to negative integers. 2008-12-25 06:10:15 +00:00
thread_proto.h
ThreadData.cpp Style. 2009-01-14 11:10:48 +00:00
ThreadData.h Comment unused thread data types. 2009-08-16 05:20:17 +00:00
ThreadStart.cpp Fixed CORE-3740: SELECT using IN list with >413 elements causes crash on Mac 2012-08-29 11:30:42 +00:00
ThreadStart.h 1. Solaric/Sparc SunProCC port. 2009-05-05 08:06:37 +00:00
tpc_proto.h Implemented CORE-3994: Improve the limbo transactions scan at the end of the sweep. 2012-11-22 14:05:37 +00:00
tpc.cpp Implemented CORE-3994: Improve the limbo transactions scan at the end of the sweep. 2012-11-22 14:05:37 +00:00
tpc.h
tra_proto.h Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408" 2013-09-12 14:21:53 +00:00
tra.cpp Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408" 2013-09-12 14:21:53 +00:00
tra.h Postfix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished 2013-02-28 16:24:31 +00:00
trig.h Fixed CORE-3692: Cannot drop a NOT NULL constraint on a field participating in the UNIQUE constraint. 2011-12-06 13:12:55 +00:00
types.h Implemented CORE-1583: Enhance MON$STATEMENTS / MON$STATE to represent real CPU consumption. 2008-08-25 06:58:35 +00:00
unicode_util.cpp Load icuin30.dll from the same folder as already loaded icuuc30.dll. 2014-04-16 13:13:52 +00:00
unicode_util.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
UserManagement.cpp Fixed CORE-4055: Dialect is not set in internal connections to security database 2013-02-26 11:58:15 +00:00
UserManagement.h Fixed transactions support in user management commands 2009-02-19 12:59:32 +00:00
utl_proto.h Use better name from trunk for CORE-3911 2012-08-29 12:34:22 +00:00
utl.cpp Committed commented ARM64-linux port in order to reserve class ID for it 2013-11-29 11:33:33 +00:00
val_proto.h
val.h Fixed alignment issues with on-stack vary strings 2009-04-29 14:00:32 +00:00
validation.cpp Correct format specifiers 2014-05-16 13:01:44 +00:00
version.rc
vio_debug.h
vio_proto.h Improvement CORE-3656 : Support for sweep information in Trace API 2012-06-28 08:07:56 +00:00
vio.cpp Backported detailed error reporting for conflicts during reading in NORECVER transactions. 2014-02-23 07:10:27 +00:00
VirtualTable.cpp Moved the statement cancellation logic from the transaction level to the attachment level. It reuses the already existing ATT_cancel_raise handling and simplifies the code. 2012-12-22 16:56:36 +00:00
VirtualTable.h
why_proto.h Misc 2009-08-26 01:52:12 +00:00
why.cpp Fixed CORE-3935 and CORE-3993 2012-12-14 17:45:38 +00:00