8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
firebird-mirror/src/dsql
2022-06-23 22:51:58 +03:00
..
AggNodes.cpp Fix #7064 - Linear regression functions aren't implemented correctly. 2021-12-10 17:32:33 -03:00
AggNodes.h Fixed #6845: Result type of AVG over BIGINT column results in type INT128 2021-07-23 17:23:38 +03:00
BlrDebugWriter.cpp Fixed CORE-6403 - Some PSQL statements may lead to exceptions report wrong line/column. 2020-09-20 11:33:21 -03:00
BlrDebugWriter.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
BoolNodes.cpp Fix #6875 - Significant performance regression of SIMILAR TO and SUBSTRING(SIMILAR) 2021-07-02 14:38:03 -03:00
BoolNodes.h Fix #6875 - Significant performance regression of SIMILAR TO and SUBSTRING(SIMILAR) 2021-07-02 14:38:03 -03:00
btyacc_fb.ske Frontported fix for CORE-6466 - Comments before the first line of code are removed. 2021-02-03 12:28:13 -03: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 Small meta name (#271) 2020-06-16 19:22:15 +03:00
ddl.cpp Small meta name (#271) 2020-06-16 19:22:15 +03:00
DdlNodes.epp Fix #7124 - Inconsistent RDB$USER_PRIVILEGES after dropping identity. 2022-04-11 08:28:04 -03:00
DdlNodes.h Correct error message for DROP VIEW 2021-05-31 11:16:06 +03:00
dsql_proto.h Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR. 2021-07-29 14:22:48 -03:00
dsql.cpp Improvement #6730 : Trace: provide ability to see STATEMENT RESTART events (or their count) [CORE6500]. 2022-06-23 22:51:58 +03:00
dsql.h Improvement #7208: Trace: provide performance statistics for DDL statements. 2022-06-23 19:01:17 +03:00
DsqlBatch.cpp Enhanced control on the size of available batch buffers when restoring database ensures never getting isc_batch_too_big error, related to #6959 2021-09-20 18:46:20 +03:00
DsqlBatch.h Implemented #6959: IBatch::getInfo() 2021-09-20 18:46:19 +03:00
DsqlCompilerScratch.cpp Small meta name (#271) 2020-06-16 19:22:15 +03:00
DsqlCompilerScratch.h Add SET DEBUG OPTION DSQL_KEEP_BLR and remove Statement::PREPARE_KEEP_EXEC_PATH flag. 2021-07-30 16:40:41 -03:00
DsqlCursor.cpp Fixed #7056 (Fetching from a scrollable cursor may overwrite user-specified buffer and corrupt memory) and #7057 (Client-side positioned updates work wrongly with scrollable cursors) with a single shot 2021-12-06 08:43:00 +03:00
DsqlCursor.h Fixed #7056 (Fetching from a scrollable cursor may overwrite user-specified buffer and corrupt memory) and #7057 (Client-side positioned updates work wrongly with scrollable cursors) with a single shot 2021-12-06 08:43:00 +03: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 Fixed memory corruption found when run test bugs.5674 in Classic mode using debug build. 2018-07-10 23:27:15 +03:00
ExprNodes.cpp Improvement #7092 - Improve performance of CURRENT_TIME. 2022-01-03 22:00:55 -03:00
ExprNodes.h This should fix CORE-6440: expression indices with COALESCE cannot be matched 2020-11-16 19:58:55 +03:00
gen_proto.h Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done. 2016-09-02 15:20:01 -03:00
gen.cpp Initial implementation of lateral derived tables 2020-04-06 11:21:32 +03:00
make_proto.h Fix nodDesc of NullNode being changed after its initial construction. 2020-07-11 23:14:58 -03:00
make.cpp Fix nodDesc of NullNode being changed after its initial construction. 2020-07-11 23:14:58 -03:00
metd_proto.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
metd.epp Fixed CORE-6166 - Problems with long object names (> 255 bytes). 2019-10-21 12:53:13 -03:00
movd_proto.h Int128 - new datatype (#220) 2019-09-16 20:59:54 +03:00
movd.cpp Int128 - new datatype (#220) 2019-09-16 20:59:54 +03:00
NodePrinter.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
Nodes.h Fix #6875 - Significant performance regression of SIMILAR TO and SUBSTRING(SIMILAR) 2021-07-02 14:38:03 -03:00
PackageNodes.epp Fix #7129 alter package SQL SECURITY option reset 2022-02-16 15:10:55 +03:00
PackageNodes.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
parse-conflicts.txt Moved cryptographic hashes to separate function crypt_hash(), crc32 - into function hash() 2020-08-26 18:46:53 +03:00
parse.y New built-in function BLOB_APPEND 2021-09-26 17:33:53 +03:00
Parser.cpp Implemented #6809 2021-06-01 19:23:15 +03:00
Parser.h Frontported fix for CORE-6466 - Comments before the first line of code are removed. 2021-02-03 12:28:13 -03:00
pass1_proto.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
pass1.cpp Fix #7176 - Incorrect error "Invalid token. Malformed string." with union + blob + non utf8 varchar. 2022-05-05 08:26:28 -03:00
sqlda.h Refactor public include files (#205) 2019-06-03 11:45:00 -03:00
StmtNodes.cpp Postfix for #7168 - use same logic of errors/warnings of functions in procedures. 2022-04-12 09:53:27 -03:00
StmtNodes.h Add SET DEBUG OPTION DSQL_KEEP_BLR and remove Statement::PREPARE_KEEP_EXEC_PATH flag. 2021-07-30 16:40:41 -03: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 Refactor public include files (#205) 2019-06-03 11:45:00 -03:00
Visitors.h Merge branch 'master' into read_consistency 2017-12-29 10:55:31 +02:00
WinNodes.cpp Postfix for CORE-6421 - Parameter in offset expression in LAG, LEAD, NTH_VALUE 2020-10-25 21:54:30 -03:00
WinNodes.h Fixed CORE-6325 - NTILE/RANK/PERCENT_RANK may cause problems in big statements. 2020-06-22 14:01:26 -03:00