8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 00:43:02 +01:00
firebird-mirror/src/jrd
2012-06-28 04:21:30 +00:00
..
extds Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
misc OSRI and new posix build 2010-10-12 08:02:57 +00:00
os Follow Alex changes, small correction and cleanup 2012-06-01 07:09:42 +00:00
recsrc Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
trace Misc. 2012-05-26 18:05:56 +00:00
acl.h Now that Dmitry added ACLs to several object types previously unprotected, let's assign each of them an identifier in the ACL. 2010-01-26 08:38:30 +00:00
align.h Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
Attachment.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
Attachment.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
blb_proto.h Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc. 2012-02-15 03:34:21 +00:00
blb.cpp - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +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 Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK. 2011-10-16 20:36:07 +00:00
blr.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
BlrReader.h Feature CORE-1288 - Sub Procedures. 2011-10-02 22:11:41 +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 Fixed (hope!) CORE-1997 - Broken foreign key handling for multi-segmented index using multi-level collations. 2012-01-12 14:54:35 +00:00
btr.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
btr.h Integrated the jumping information natively into the index bucket. 2012-03-14 14:33:41 +00:00
build_no.h nightly update 2012-06-28 04:21:30 +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 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
cch.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
cch.h 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
cmp_proto.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
cmp.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +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 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
CryptoManager.cpp Fixed an issue, found by Claudio 2012-06-25 13:11:11 +00:00
CryptoManager.h Fixed an issue, found by Claudio 2012-06-25 13:11:11 +00:00
cvt2_proto.h Front-ported CORE-3553: Nested loop plan is chosen instead of the sort merge for joining independent streams using keys of different types. 2012-03-14 16:04:06 +00:00
cvt2.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +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 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
Database.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
DatabaseSnapshot.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
DatabaseSnapshot.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
DataTypeUtil.cpp Fix/misc. 2012-05-26 21:18:17 +00:00
DataTypeUtil.h Fix/misc. 2012-05-26 21:18:17 +00:00
DebugInterface.cpp Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc. 2012-02-15 03:34:21 +00:00
DebugInterface.h Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK. 2011-10-16 20:36:07 +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 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
dpm_proto.h Fixed bug CORE-3515 : Index corruption. Validation put "missing entries" message into firebird.log 2011-06-05 08:15:33 +00:00
dpm.epp Fixed bug CORE-3855 : Blobs, inserted into GLOBAL TEMPORARY TABLE ON COMMIT DELETE ROWS, could be placed into newly allocated pages even if there is enough free place on some existing data page 2012-05-26 22:01:30 +00:00
drq.h Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +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 Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
EngineInterface.h Better names for API functions 2012-06-26 13:43:26 +00:00
err_proto.h
err.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
ErrorImpl.cpp
ErrorImpl.h Move v3 public include files to src/include/firebird. 2011-06-02 15:57:08 +00:00
event_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
event.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
event.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
evl_proto.h Simplified fix for problem with default values in formats. 2011-02-11 00:43:15 +00:00
evl_string.h
evl.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
exe_proto.h Shared page cache implementation 2011-05-09 10:15:19 +00:00
exe.cpp Fixed CORE-3092: ROW_COUNT is not cleared before the singleton INSERT statement, 2012-03-15 10:40:45 +00:00
exe.h Misc. 2012-04-23 00:48:28 +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 - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
ext.h
ExtEngineManager.cpp Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK. 2011-10-16 20:36:07 +00:00
ExtEngineManager.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
fields.h Correction for future use of UTF-8 metadata. 2011-09-17 20:29:57 +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 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
flags.h
flu_proto.h
flu.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
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 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
Function.epp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
Function.h Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK. 2011-10-16 20:36:07 +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 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
GlobalRWLock.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
GlobalRWLock.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
grant_proto.h
grant.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
ibase.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +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
idx.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
idx.h Misc. 2012-04-09 05:18:40 +00:00
inf_proto.h Fixed issue reported by Claudio privately 2011-03-31 10:28:36 +00:00
inf_pub.h Interface for 2PC (distributed transactions coordinator) 2011-05-19 11:38:38 +00:00
inf.cpp Misc. 2012-05-26 18:05:56 +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 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
ini.h OSRI and new posix build 2010-10-12 08:02:57 +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 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
intl.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
IntlManager.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +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 Corrections and cleanup. 2012-01-09 00:08:33 +00:00
isc_version.h
isc_version.rc
jrd_proto.h Re-implemented the disabled code in the remote server. Cleaned up the legacy logic that doesn't look actual these days. 2011-12-22 15:32:06 +00:00
jrd.cpp Better names for API functions 2012-06-26 13:43:26 +00:00
jrd.h 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
JrdStatement.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
JrdStatement.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +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 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.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
license.h
lls.h Getting ready to use 32 (not 31) page and transaction numbers 2011-01-21 17:55:04 +00:00
met_proto.h Misc. 2012-01-09 00:08:58 +00:00
met.epp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
met.h Feature CORE-1385 Identity columns - in its basic form 2010-01-13 19:14:15 +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
msg.h
names.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
nbak.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
nbak.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
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 Misc. 2012-05-26 18:05:56 +00:00
obj.h Misc and style. 2012-05-20 10:00:52 +00:00
ods_proto.h Some fixes; Misc. 2009-12-22 00:08:49 +00:00
ods.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
ods.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
opt_proto.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
opt.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
Optimizer.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
Optimizer.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +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 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
pag.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
par_proto.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
par.cpp Front-ported extra fixes for CORE-3557. 2012-05-17 09:04:23 +00:00
pcmet_proto.h Misc. 2010-01-30 09:58:01 +00:00
pcmet.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
PreparedStatement.cpp Improvements and correction to external routines. 2012-05-23 15:39:27 +00:00
PreparedStatement.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
que.h
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 Misc. 2011-03-03 14:13:49 +00:00
RecordBuffer.h Misc. 2011-03-03 14:13:49 +00:00
RecordNumber.h Misc. 2012-06-03 15:43:59 +00:00
RecordSourceNodes.cpp Correction - thanks to Claudio. 2012-05-06 22:39:30 +00:00
RecordSourceNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
Relation.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
Relation.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
relations.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
req.h Misc. 2012-05-26 18:05:56 +00:00
ResultSet.cpp 1) Removed READ/WRITE BLOB sql commands. 2) Refactored request operations to fix server crashes. 2012-02-03 19:01:36 +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 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
Routine.h Rename methods to match error constants as per Claudio request. 2011-11-10 14:35:40 +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 Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
rse.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
RuntimeStatistics.cpp Refactoring of runtime statistics and related classes: 2012-04-11 09:38:19 +00:00
RuntimeStatistics.h Misc. 2012-04-23 00:48:28 +00:00
sbm.h
scl_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
scl.epp Misc and style. 2012-05-20 10:00:52 +00:00
scl.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
sdw_proto.h
sdw.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
sdw.h
shut_proto.h Refactored the database shutdown. Work in progress. 2011-10-10 13:51:10 +00:00
shut.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
SimilarToMatcher.h Misc. 2012-01-29 02:53:44 +00:00
sort.cpp Front-ported CORE-3457: Optimize the temporary space manager regarding small chunk allocations. 2012-03-14 14:00:38 +00:00
sort.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
sqz.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
sqz.h Misc. 2010-02-13 08:34:08 +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 Make Windows boot build work again after Alex's changes 2010-05-20 11:47:28 +00:00
svc_tab.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
svc_undoc.h
svc.cpp Implemented CORE-2666: Make it possible to use API to do remote backups/restores 2012-06-20 11:47:30 +00:00
svc.h Implemented CORE-2666: Make it possible to use API to do remote backups/restores 2012-06-20 11:47:30 +00:00
SysFunction.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +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 Misc. 2012-03-17 02:26:59 +00:00
TempSpace.h Misc. 2012-03-17 02:26:59 +00:00
thread_proto.h
tpc_proto.h 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
tpc.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
tra_proto.h 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
tra.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
tra.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
trig.h Fixed the slow restore of user privileges. 2012-04-09 05:20:09 +00:00
types.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
UserManagement.cpp Misc. 2012-03-17 02:26:59 +00:00
UserManagement.h - Got rid of the fixed array that kept the stream count in the first element and 255 streams after it. 2012-04-12 09:02:13 +00:00
val_proto.h
val.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
validation.cpp Misc. 2012-05-26 18:05:56 +00:00
version.rc
vio_debug.h
vio_proto.h Refactoring of runtime statistics and related classes: 2012-04-11 09:38:19 +00:00
vio.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
VirtualTable.cpp 1) Removed the no longer actual "parent lock" concept from both the lock and event managers. 2012-06-21 15:37:38 +00:00
VirtualTable.h