.. |
AggNodes.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
AggNodes.h
|
Add code to print the parser/executable tree to XML for debugging purposes.
|
2015-06-05 18:26:36 +00:00 |
BlrDebugWriter.cpp
|
Fix build warnings
|
2014-07-17 18:48:46 +00:00 |
BlrDebugWriter.h
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
BoolNodes.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
BoolNodes.h
|
Fixed invariants handling in independent subqueries (seems to be related to CORE-4497).
|
2015-08-31 15:11:06 +00:00 |
btyacc_fb.ske
|
Use pools in the btyacc skeleton file.
|
2015-10-13 01:49:11 +00:00 |
chars.h
|
Fix bug noticed by Dmitry Yemanov: sometimes, special characters are detected and rejected. Other times, anything that follows them is silenty ignored. Unacceptable. We were accesing an array out of bounds.
|
2006-06-07 05:39:46 +00:00 |
ddl_proto.h
|
Cleanup.
|
2012-09-18 16:01:58 +00:00 |
ddl.cpp
|
Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work.
|
2014-11-25 15:02:45 +00:00 |
DdlNodes.epp
|
Fixed CORE-2923 - Problem with dependencies with views.
|
2016-02-11 18:10:53 +00:00 |
DdlNodes.h
|
Implemented CORE-5100: Improve control over database crypt keys
|
2016-02-03 13:20:41 +00:00 |
dsql_proto.h
|
Core (engine-level) support for scrollable DSQL cursors. Fixed the IResultSet API to match the JDBC spec. Renamed FB_EOF to FB_NO_DATA. Refactored some DSQL internals.
|
2015-01-27 10:29:30 +00:00 |
dsql.cpp
|
Revert to the bad (that works) commit for CORE-5062. It's difficult to work when both the original architects and the users do bad things in relation to CHAR and MBCS.
|
2016-01-06 18:20:39 +00:00 |
dsql.h
|
Add code to print the parser/executable tree to XML for debugging purposes.
|
2015-06-05 18:26:36 +00:00 |
DsqlCompilerScratch.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
DsqlCompilerScratch.h
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
DsqlCursor.cpp
|
Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes.
|
2015-02-18 15:01:17 +00:00 |
DsqlCursor.h
|
Unlink JResultSet from DsqlCursor when cursor is closed due to end of transaction - this fixes AV in tcs/BLOB.0.DSQL
|
2015-02-17 11:42:50 +00:00 |
DSqlDataTypeUtil.cpp
|
1) Separate DsqlCompilerScratch in its own files.
|
2010-08-27 02:18:00 +00:00 |
DSqlDataTypeUtil.h
|
1. Cleaned up most of SUPERSERVER usage.
|
2010-04-15 14:40:27 +00:00 |
errd_proto.h
|
Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods.
|
2015-03-20 18:02:30 +00:00 |
errd.cpp
|
Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods.
|
2015-03-20 18:02:30 +00:00 |
ExprNodes.cpp
|
Removed "cast no-op" extensions as they break many tests, e.g. CAST('A' as CHAR(10)) remains CHAR(1) instead of being padded up to CHAR(10). Let's no-op only really equal descriptors for the time being.
|
2016-02-23 09:52:51 +00:00 |
ExprNodes.h
|
Fixed regression with CORE-1839 after fix for CORE-5097.
|
2016-02-18 14:52:04 +00:00 |
gen_proto.h
|
Unify DSQL/JRD sub-nodes.
|
2012-05-03 16:43:29 +00:00 |
gen.cpp
|
Fixed CORE-4881 - Increase maximum string literal length to 64K (bytes) while setting a lower limit (of characters) for multibyte charsets based on their max char. length (UTF-8 literals will be limited to 16383 characters).
|
2015-07-27 01:06:51 +00:00 |
make_proto.h
|
Simplificate representation of 64-bit numbers and sequences in the parser.
|
2013-08-29 16:05:37 +00:00 |
make.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
metd_proto.h
|
Get rid of dsql_str and fix metadata strings.
|
2012-12-25 17:34:50 +00:00 |
metd.epp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
movd_proto.h
|
Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages).
|
2011-04-19 15:24:26 +00:00 |
movd.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 |
NodePrinter.h
|
Fixed invariants handling in independent subqueries (seems to be related to CORE-4497).
|
2015-08-31 15:11:06 +00:00 |
Nodes.h
|
Avoid warnings with clang.
|
2015-12-18 16:34:33 +00:00 |
PackageNodes.epp
|
Fixed CORE-4980: Operator REVOKE can modify rights granted to system tables at DB creation time
|
2015-10-27 16:48:31 +00:00 |
PackageNodes.h
|
Fixed CORE-4887 - AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment.
|
2015-07-28 15:56:58 +00:00 |
parse.y
|
Misc.
|
2016-02-15 02:53:24 +00:00 |
Parser.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
Parser.h
|
Misc.
|
2015-12-13 01:02:02 +00:00 |
pass1_proto.h
|
Feature CORE-4403 - Allow referencing cursors as record variables in PSQL.
|
2014-05-19 19:06:47 +00:00 |
pass1.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
sqlda_pub.h
|
Fixed problems in public headers.
|
2011-07-12 16:07:05 +00:00 |
sqlda.h
|
Added metadata support to IStatement.
|
2011-04-14 01:03:43 +00:00 |
StmtNodes.cpp
|
It should fix bug CORE-5087 : Database shutdown can cause server crash if multiple attachments run EXECUTE STATEMENT
|
2016-02-02 22:26:50 +00:00 |
StmtNodes.h
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
sym.h
|
Misc.
|
2012-03-10 15:37:52 +00:00 |
utld_proto.h
|
Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods.
|
2015-03-20 18:02:30 +00:00 |
utld.cpp
|
Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods.
|
2015-03-20 18:02:30 +00:00 |
Visitors.h
|
Getting rid of dsql_nod.
|
2012-04-25 01:42:47 +00:00 |
WinNodes.cpp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +00:00 |
WinNodes.h
|
Add code to print the parser/executable tree to XML for debugging purposes.
|
2015-06-05 18:26:36 +00:00 |