.. |
extds
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
misc
|
OSRI and new posix build
|
2010-10-12 08:02:57 +00:00 |
os
|
Front ported support for fallocate() call on Linux.
|
2014-06-10 09:00:58 +00:00 |
recsrc
|
Misc.
|
2014-05-23 02:12:56 +00:00 |
trace
|
Fixed CORE-4303: Possible races while Service destruction, related code cleanup
|
2014-04-25 10:59:34 +00:00 |
acl.h
|
1) Cleanup and renaming in the SCL code.
|
2013-03-07 13:59:03 +00:00 |
align.h
|
Wiped out the code that never worked due to the missing support for native quads.
|
2012-11-01 01:36:27 +00:00 |
Attachment.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
Attachment.h
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
blb_proto.h
|
Cleanup
|
2014-01-17 14:17:22 +00:00 |
blb.cpp
|
Misc.
|
2014-03-05 02:15:58 +00:00 |
blb.h
|
Implemented CORE-3861: Make it possible to encrypt database
|
2012-05-31 16:53:42 +00:00 |
blf_proto.h
|
Make the new BLOB API use void* buffers, so applications can read/write char* strings or any other type without casts.
|
2011-04-15 18:54:02 +00:00 |
blob_filter.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
blob_filter.h
|
Misc, style, etc.
|
2011-04-02 04:27:07 +00:00 |
blp.h
|
Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases.
|
2014-04-09 02:28:38 +00:00 |
blr.h
|
Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases.
|
2014-04-09 02:28:38 +00:00 |
btn.cpp
|
Integrated the jumping information natively into the index bucket.
|
2012-03-14 14:33:41 +00:00 |
btn.h
|
Integrated the jumping information natively into the index bucket.
|
2012-03-14 14:33:41 +00:00 |
btr_proto.h
|
Make BTR_lookup return bool.
|
2014-02-25 06:30:18 +00:00 |
btr.cpp
|
Misc.
|
2014-03-11 06:07:05 +00:00 |
btr.h
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
build_no.h
|
nightly update
|
2014-06-09 00:33:18 +00:00 |
builtin.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
cch_proto.h
|
Take locks in AST before building tdbb
|
2012-12-18 13:54:18 +00:00 |
cch.cpp
|
Front ported fix for bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup
|
2014-06-10 09:31:35 +00:00 |
cch.h
|
Restore scan-resistance feature of the page cache.
|
2013-08-08 08:41:12 +00:00 |
cmp_proto.h
|
Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions.
|
2013-12-12 14:42:31 +00:00 |
cmp.cpp
|
Fixed refactoring errors that caused some optimizer regressions. Also, simplified code a little.
|
2014-02-09 15:58:33 +00:00 |
Collation.cpp
|
Implemented CORE-3861: Make it possible to encrypt database
|
2012-05-31 16:53:42 +00:00 |
Collation.h
|
Implemented CORE-3861: Make it possible to encrypt database
|
2012-05-31 16:53:42 +00:00 |
constants.h
|
Fixed CORE-4415 - Useless extraction of generic DDL trigger.
|
2014-05-06 18:10:07 +00:00 |
CryptoManager.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
CryptoManager.h
|
Fixed CORE-4185: FB craches with "invalid lock id (NNNNN)"
|
2013-09-06 13:09:07 +00:00 |
cvt2_proto.h
|
Make comparisons return plain int (PVS-Studio).
|
2014-02-25 06:20:09 +00:00 |
cvt2.cpp
|
Make comparisons return plain int (PVS-Studio).
|
2014-02-25 06:20:09 +00:00 |
cvt_proto.h
|
Misc, style, etc.
|
2011-04-02 04:27:07 +00:00 |
cvt.cpp
|
Implemented CORE-3594: Include expected and actual string length into error message
|
2012-06-06 11:06:31 +00:00 |
Database.cpp
|
Implemented CORE-4263: Database linger
|
2013-11-14 16:16:24 +00:00 |
Database.h
|
Misc and warnings.
|
2013-12-29 00:35:50 +00:00 |
DatabaseSnapshot.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
DatabaseSnapshot.h
|
Changed syntax of user definition operators according to discussion in devel
|
2013-12-17 14:20:25 +00:00 |
DataTypeUtil.cpp
|
Fixed some gcc warnings
|
2013-11-19 13:19:11 +00:00 |
DataTypeUtil.h
|
Fix/misc.
|
2012-05-26 21:18:17 +00:00 |
DebugInterface.cpp
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
DebugInterface.h
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
dflt.h
|
|
|
dfw_proto.h
|
Implemented CORE-3861: Make it possible to encrypt database
|
2012-05-31 16:53:42 +00:00 |
dfw.epp
|
Fixed CORE-4425 - User-collations based on UNICODE are not upgrade to newer ICU version on restore.
|
2014-05-13 01:47:59 +00:00 |
dpm_proto.h
|
Misc.
|
2014-04-13 01:42:10 +00:00 |
dpm.epp
|
Misc.
|
2014-05-23 02:12:56 +00:00 |
drq.h
|
Fixing several issues with my previous commit:
|
2014-04-09 07:17:34 +00:00 |
dyn_ut_proto.h
|
Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem.
|
2012-02-19 02:17:27 +00:00 |
dyn_util.epp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
dyn.h
|
1) Cleanup and renaming in the SCL code.
|
2013-03-07 13:59:03 +00:00 |
EngineInterface.h
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
err_proto.h
|
Improvement CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value.
|
2014-01-10 07:49:51 +00:00 |
err.cpp
|
Improvement CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value.
|
2014-01-10 07:49:51 +00:00 |
event_proto.h
|
Fix mac build
|
2013-06-06 07:32:32 +00:00 |
event.cpp
|
Fixed Windows build.
|
2013-06-15 06:08:46 +00:00 |
event.h
|
Avoid use of namespace Jrd in common file isc_sync
|
2012-11-02 16:27:12 +00:00 |
evl_proto.h
|
Simplified fix for problem with default values in formats.
|
2011-02-11 00:43:15 +00:00 |
evl_string.h
|
Frontport fix for CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset.
|
2013-10-15 15:26:34 +00:00 |
evl.cpp
|
Misc.
|
2013-11-24 03:21:11 +00:00 |
exe_proto.h
|
Cleanup.
|
2013-04-11 16:04:25 +00:00 |
exe.cpp
|
Warnings.
|
2014-02-16 21:52:14 +00:00 |
exe.h
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
ext_proto.h
|
Finish the statements refactor in the engine. Get rid of jrd_nod.
|
2010-12-04 22:15:03 +00:00 |
ext.cpp
|
Misc.
|
2014-05-08 23:26:40 +00:00 |
ext.h
|
Refactored the whole RSB stuff into classes. They're inside the /recsrc sub-directory now.
|
2009-12-09 18:45:44 +00:00 |
ExtEngineManager.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
ExtEngineManager.h
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
fields.h
|
Fixed CORE-4430: Properties of user created in Legacy_UserManager padded with space up to 10 character
|
2014-05-22 13:18:48 +00:00 |
filte_proto.h
|
New feature CORE-3364 : Blob filter to translate internal debug info into text representation
|
2011-02-26 15:21:24 +00:00 |
filters.cpp
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
flags.h
|
Cleanup.
|
2009-11-28 07:29:26 +00:00 |
flu_proto.h
|
|
|
flu.cpp
|
Work in progress (committed due to SF upgrade). Checked only on SS.
|
2012-12-14 17:59:02 +00:00 |
flu.h
|
Misc.
|
2011-06-24 06:34:16 +00:00 |
fun_proto.h
|
Make ExprNodes and RecordSourceNodes reference others directly instead of via jrd_nod.
|
2010-11-21 03:47:29 +00:00 |
fun.epp
|
Added access to configuration interfaces from IMaster and support for getting configured directories
|
2014-02-12 11:20:55 +00:00 |
Function.epp
|
Fixed CORE-4371: Create function/sp which references to non-existent exception: error message is "Error while parsing function's BLR" instead of "exception not defined".
|
2014-03-25 13:51:41 +00:00 |
Function.h
|
Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions.
|
2013-12-12 14:42:31 +00:00 |
GarbageCollector.cpp
|
Change txn numbers to unsigned and commit after Vlad's review. If the compile-time checks (to ensure enough room for the new txn type) are too ugly, they may be deleted.
|
2012-05-19 12:04:37 +00:00 |
GarbageCollector.h
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
GlobalRWLock.cpp
|
Front ported fix for bug CORE-4433 : GlobalRWLock could not downgrade EX lock to SH if readers is present
|
2014-05-16 12:10:00 +00:00 |
GlobalRWLock.h
|
Separated shutdown (mostly for locks) from destruction.
|
2013-11-13 07:44:50 +00:00 |
grant_proto.h
|
|
|
grant.epp
|
Misc.
|
2014-04-02 02:22:13 +00:00 |
ibase.h
|
Fixed warning "struct declared inside parameter list"
|
2013-11-18 12:45:12 +00:00 |
ibsetjmp.h
|
Front-ported fix for CORE-3646: Segmentation fault in Linux
|
2011-12-29 17:48:59 +00:00 |
idx_proto.h
|
Improvement CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value.
|
2014-01-10 07:49:51 +00:00 |
idx.cpp
|
Misc.
|
2014-01-27 01:09:05 +00:00 |
idx.h
|
Implemented CORE-3370: Resolve additional aspects of multiple security databases from services and cross-database requests POV (mapping names)
|
2014-04-04 15:57:18 +00:00 |
inf_proto.h
|
Fixed issue reported by Claudio privately
|
2011-03-31 10:28:36 +00:00 |
inf_pub.h
|
Arm64 port
|
2014-05-22 10:47:03 +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 15:42:48 +00:00 |
ini_proto.h
|
1) Restricted ALTER/DROP permissions to the object owners only. Now this applies to domains, charsets, collations, generators and exceptions. This fixes CORE-304: Metadata security hole - any user can alter/drop generators and exceptions.
|
2012-01-08 14:05:29 +00:00 |
ini.epp
|
Fixing several issues with my previous commit:
|
2014-04-09 07:17:34 +00:00 |
ini.h
|
Use symbolic constants.
|
2014-04-12 06:30:17 +00:00 |
intl_builtin.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
intl_classes.h
|
Implemented CORE-3861: Make it possible to encrypt database
|
2012-05-31 16:53:42 +00:00 |
intl_proto.h
|
Implemented CORE-3594: Include expected and actual string length into error message
|
2012-06-06 11:06:31 +00:00 |
intl.cpp
|
Re-read attachment from lock after taking lock in attachment handler
|
2012-12-20 12:18:52 +00:00 |
intl.h
|
OSRI and new posix build
|
2010-10-12 08:02:57 +00:00 |
IntlManager.cpp
|
Added access to configuration interfaces from IMaster and support for getting configured directories
|
2014-02-12 11:20:55 +00:00 |
IntlManager.h
|
Extend format of firebird configuration file with a set of additional parameters for any parameter.
|
2010-02-28 18:00:51 +00:00 |
irq.h
|
Misc.
|
2014-05-01 05:29:19 +00:00 |
isc_version.h
|
|
|
isc_version.rc
|
|
|
jrd_proto.h
|
Implemented CORE-4263: Database linger
|
2013-11-14 16:16:24 +00:00 |
jrd.cpp
|
Front ported fix for bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup
|
2014-06-10 09:31:35 +00:00 |
jrd.h
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
JrdStatement.cpp
|
Postfix for CORE-3242: somewhy when checking metadata access (like MODIFY or DROP) always checked that access from object itself. Strange at the first glance behavior, but let us do not change legacy (at least since FB1.0) when possible.
|
2014-05-07 11:21:31 +00:00 |
JrdStatement.h
|
Misc.
|
2014-05-08 23:26:40 +00:00 |
lck_proto.h
|
1) Removed the no longer actual "parent lock" concept from both the lock and event managers.
|
2012-06-21 15:37:38 +00:00 |
lck.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
lck.h
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
license.h
|
Implemented:
|
2012-09-12 07:45:51 +00:00 |
lls.h
|
Getting ready to use 32 (not 31) page and transaction numbers
|
2011-01-21 17:55:04 +00:00 |
Mapping.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
Mapping.h
|
Enhanced diagnostics in authentication mapping
|
2014-04-18 15:33:11 +00:00 |
met_proto.h
|
Misc.
|
2014-04-13 01:42:10 +00:00 |
met.epp
|
Misc.
|
2014-05-01 05:29:19 +00:00 |
met.h
|
Use enumerations where possible (2).
|
2014-04-04 18:39:55 +00:00 |
mov_proto.h
|
1) Restricted ALTER/DROP permissions to the object owners only. Now this applies to domains, charsets, collations, generators and exceptions. This fixes CORE-304: Metadata security hole - any user can alter/drop generators and exceptions.
|
2012-01-08 14:05:29 +00:00 |
mov.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
msg_encode.h
|
Comments.
|
2009-11-27 08:34:34 +00:00 |
msg.h
|
|
|
names.h
|
Fixing several issues with my previous commit:
|
2014-04-09 07:17:34 +00:00 |
nbak.cpp
|
Misc.
|
2014-05-24 08:12:34 +00:00 |
nbak.h
|
Misc.
|
2014-05-24 08:12:34 +00:00 |
nodebug.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
ntrace.h
|
Improvement CORE-4345: Ability to trace stored functions execution
|
2014-02-19 23:16:47 +00:00 |
obj.h
|
Small cleanup on COMMENT ON constants.
|
2012-10-18 15:49:15 +00:00 |
ods_proto.h
|
Some fixes; Misc.
|
2009-12-22 00:08:49 +00:00 |
ods.cpp
|
Improvement CORE-3588: More detail in message "wrong page type"
|
2012-06-28 11:46:21 +00:00 |
ods.h
|
Warnings (PVS-Studio).
|
2014-02-22 16:16:06 +00:00 |
opt_proto.h
|
Refactored the conjuncts handling code in the optimizer to be simpler and avoid duplication. As a side effect, this also fixes CORE-4365: Equality predicate distribution does not work for some complex queries. Cleanup up some legacy checks that I consider unnecessary.
|
2014-03-15 18:00:33 +00:00 |
opt.cpp
|
Implemented CORE-3370: Resolve additional aspects of multiple security databases from services and cross-database requests POV (mapping names)
|
2014-04-04 15:57:18 +00:00 |
Optimizer.cpp
|
Misc.
|
2014-03-22 20:51:24 +00:00 |
Optimizer.h
|
Moved the helper class to the public scope for reuse outside the optimizer.
|
2014-03-30 12:57:51 +00:00 |
pag_proto.h
|
ODS change : implemented SCN inventory pages to make diffrential backup faster not reading pages which was not changed since previous backup.
|
2009-12-20 23:13:01 +00:00 |
pag.cpp
|
Front ported support for fallocate() call on Linux.
|
2014-06-10 09:00:58 +00:00 |
pag.h
|
Front ported support for fallocate() call on Linux.
|
2014-06-10 09:00:58 +00:00 |
par_proto.h
|
Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases.
|
2014-04-09 02:28:38 +00:00 |
par.cpp
|
Use enumerations where possible (2).
|
2014-04-04 18:39:55 +00:00 |
pcmet_proto.h
|
Misc.
|
2010-01-30 09:58:01 +00:00 |
pcmet.epp
|
Fixed the status vector being left dirty after the non-critical lock manager error.
|
2013-11-12 16:52:32 +00:00 |
PreparedStatement.cpp
|
Misc.
|
2014-05-23 02:12:56 +00:00 |
PreparedStatement.h
|
Modified IStatement interface in our API:
|
2013-02-17 12:08:53 +00:00 |
que.h
|
Comments.
|
2009-11-27 08:34:34 +00:00 |
RandomGenerator.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
RandomGenerator.h
|
|
|
RecordBuffer.cpp
|
Core support for records longer than 64KB. Not exposed to the external world yet.
|
2013-08-21 07:40:31 +00:00 |
RecordBuffer.h
|
Misc.
|
2011-03-03 14:13:49 +00:00 |
RecordNumber.h
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
RecordSourceNodes.cpp
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
RecordSourceNodes.h
|
Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases.
|
2014-04-09 02:28:38 +00:00 |
Relation.cpp
|
Make tracing VIO works and more easy to use:
|
2013-03-10 14:48:17 +00:00 |
Relation.h
|
Cleanup - avoid unneeded generate's argument in SortedArray and Hash
|
2013-09-24 08:46:10 +00:00 |
relations.h
|
Misc.
|
2014-05-01 05:29:19 +00:00 |
req.h
|
Fix CORE-4418, using the property of special triggers that are marked "system" or "ignore_perm".
|
2014-05-06 01:28:53 +00:00 |
ResultSet.cpp
|
Modified IStatement interface in our API:
|
2013-02-17 12:08:53 +00:00 |
ResultSet.h
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
rlck_proto.h
|
|
|
rlck.cpp
|
Misc.
|
2014-04-02 02:22:13 +00:00 |
Routine.cpp
|
Misc and warnings.
|
2013-12-29 00:35:50 +00:00 |
Routine.h
|
Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions.
|
2013-12-12 14:42:31 +00:00 |
rpb_chain.cpp
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
rpb_chain.h
|
Cleanup - avoid unneeded generate's argument in SortedArray and Hash
|
2013-09-24 08:46:10 +00:00 |
rse.h
|
Refactored the conjuncts handling code in the optimizer to be simpler and avoid duplication. As a side effect, this also fixes CORE-4365: Equality predicate distribution does not work for some complex queries. Cleanup up some legacy checks that I consider unnecessary.
|
2014-03-15 18:00:33 +00:00 |
RuntimeStatistics.cpp
|
Refactoring of runtime statistics and related classes:
|
2012-04-11 09:38:19 +00:00 |
RuntimeStatistics.h
|
Cleanup - avoid unneeded generate's argument in SortedArray and Hash
|
2013-09-24 08:46:10 +00:00 |
sbm.h
|
|
|
scl_proto.h
|
Postfix for CORE-3242: somewhy when checking metadata access (like MODIFY or DROP) always checked that access from object itself. Strange at the first glance behavior, but let us do not change legacy (at least since FB1.0) when possible.
|
2014-05-07 11:21:31 +00:00 |
scl.epp
|
Misc.
|
2014-05-08 23:26:40 +00:00 |
scl.h
|
Implemented CORE-1377: Add an ability to change role without reconnecting to database
|
2014-04-30 15:12:12 +00:00 |
sdw_proto.h
|
|
|
sdw.cpp
|
Misc.
|
2014-03-26 19:10:08 +00:00 |
sdw.h
|
Misc
|
2009-11-28 01:44:42 +00:00 |
shut_proto.h
|
Completed refactoring of the database shutdown. Fixed a few remaining bugs there. Fixed timeout accounting in SS as well as CORE-3817: Forced database shutdown does not work if non-zero delay was specified.
|
2013-03-17 12:14:25 +00:00 |
shut.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
SimilarToMatcher.h
|
Implemented CORE-2208: New gbak option to ignore specific tables data during the backup
|
2014-04-28 09:40:34 +00:00 |
sort.cpp
|
Fixed CORE-4419: Server crashes while sorting records longer than 128KB.
|
2014-05-14 09:22:16 +00:00 |
sort.h
|
Fixed CORE-4419: Server crashes while sorting records longer than 128KB.
|
2014-05-14 09:22:16 +00:00 |
sqz.cpp
|
Pass the pool explicitly, it saves us one TLS access per record.
|
2013-04-06 09:12:14 +00:00 |
sqz.h
|
Pass the pool explicitly, it saves us one TLS access per record.
|
2013-04-06 09:12:14 +00:00 |
status.cpp
|
Moved some more .h-files to common from jrd as Vlad suggested
|
2010-10-13 10:39:52 +00:00 |
status.h
|
Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports.
|
2012-03-01 08:55:43 +00:00 |
svc_tab.cpp
|
Fixed CORE-4303: Possible races while Service destruction, related code cleanup
|
2014-04-25 10:59:34 +00:00 |
svc_tab.h
|
Fixed CORE-4303: Possible races while Service destruction, related code cleanup
|
2014-04-25 10:59:34 +00:00 |
svc_undoc.h
|
Misc
|
2009-11-28 01:44:42 +00:00 |
svc.cpp
|
Fixed issues related to encoding of switch value in gbak/nbackup - thanks to Adriano. Added support for -SKIP_DATA to services.
|
2014-05-21 13:11:43 +00:00 |
svc.h
|
Fixed issues related to encoding of switch value in gbak/nbackup - thanks to Adriano. Added support for -SKIP_DATA to services.
|
2014-05-21 13:11:43 +00:00 |
SysFunction.cpp
|
Warnings.
|
2014-02-16 21:52:14 +00:00 |
SysFunction.h
|
Make ExprNodes and RecordSourceNodes reference others directly instead of via jrd_nod.
|
2010-11-21 03:47:29 +00:00 |
TempSpace.cpp
|
Work in progress (committed due to SF upgrade). Checked only on SS.
|
2012-12-14 17:59:02 +00:00 |
TempSpace.h
|
Misc.
|
2012-03-17 02:26:59 +00:00 |
thread_proto.h
|
|
|
tpc_proto.h
|
Cleanup - avoid unneeded generate's argument in SortedArray and Hash
|
2013-09-24 08:46:10 +00:00 |
tpc.cpp
|
Misc.
|
2012-12-02 01:45:18 +00:00 |
tra_proto.h
|
Fixed bug CORE-3921 : "record disappeared (186), file: vio.cpp line: 408"
|
2013-09-12 19:08:59 +00:00 |
tra.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
tra.h
|
Names cleanup - thanks to Claudio
|
2014-04-07 07:17:42 +00:00 |
trig.h
|
Fixed CORE-4164: Owner name is missing for generators/exceptions restored from a backup.
|
2013-08-04 15:19:31 +00:00 |
types.h
|
Use symbolic constants.
|
2014-04-12 06:30:17 +00:00 |
UserManagement.cpp
|
Implemented CORE-3370: Resolve additional aspects of multiple security databases from services and cross-database requests POV (mapping names)
|
2014-04-04 15:57:18 +00:00 |
UserManagement.h
|
Changed syntax of user definition operators according to discussion in devel
|
2013-12-17 14:20:25 +00:00 |
val_proto.h
|
|
|
val.h
|
Fixed CORE-4375: Procedure executes infinitely if contains more than 32767 statements inside any BEGIN/END block.
|
2014-03-26 16:41:43 +00:00 |
validation.cpp
|
Correct format specifiers
|
2014-05-16 12:59:48 +00:00 |
version.rc
|
|
|
vio_debug.h
|
Make tracing VIO works and more easy to use:
|
2013-03-10 14:48:17 +00:00 |
vio_proto.h
|
Wiped out the legacy attachment level counters in favor of the already existing runtime statistics. Introduced a record lock counter (more to follow).
|
2012-11-01 00:16:55 +00:00 |
vio.cpp
|
Fixed CORE-4435: After calling release() for attachment to database (instead detach) in embedded mode attachment remains active forever (and some cleanup re. reference counters)
|
2014-06-10 07:13:34 +00:00 |
VirtualTable.cpp
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
VirtualTable.h
|
Refactored the whole RSB stuff into classes. They're inside the /recsrc sub-directory now.
|
2009-12-09 18:45:44 +00:00 |