.. |
AggNodes.cpp
|
Rename class jrd_req to Request.
|
2022-02-13 10:51:30 -03:00 |
AggNodes.h
|
Rename class jrd_req to Request.
|
2022-02-13 10:51:30 -03:00 |
BlrDebugWriter.cpp
|
Track names of FOR ... AS CURSOR <name>.
|
2023-01-10 20:57:51 -03:00 |
BlrDebugWriter.h
|
Track names of FOR ... AS CURSOR <name>.
|
2023-01-10 20:57:51 -03:00 |
BoolNodes.cpp
|
Better processing and optimization if IN <list> predicates (#7707)
|
2023-09-04 09:13:10 +03:00 |
BoolNodes.h
|
Better processing and optimization if IN <list> predicates (#7707)
|
2023-09-04 09:13:10 +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 #5749 - Token unknown error on formfeed in query [CORE5479].
|
2022-09-21 21:43:28 -03: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
|
Better processing and optimization if IN <list> predicates (#7707)
|
2023-09-04 09:13:10 +03:00 |
DdlNodes.h
|
Partial indices: DDL, ODS, dependencies, metadata
|
2022-08-12 15:52:02 +03:00 |
dsql_proto.h
|
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
|
2022-02-07 15:52:12 -03:00 |
dsql.cpp
|
Fix #7548 - SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset. (#7549)
|
2023-04-17 21:05:47 -03:00 |
dsql.h
|
Compiled statement cache.
|
2022-03-18 08:17:35 -03:00 |
DsqlBatch.cpp
|
Rename class jrd_req to Request.
|
2022-02-13 10:51:30 -03:00 |
DsqlBatch.h
|
Avoid prefix Jrd in Statement class and Statement/jrd_req accessors/variables.
|
2022-02-09 15:47:58 -03:00 |
DsqlCompilerScratch.cpp
|
Improvement #4769 - Allow sub-routines to access variables/parameters
|
2022-01-30 12:15:03 -03:00 |
DsqlCompilerScratch.h
|
Avoid prefix Jrd in Statement class and Statement/jrd_req accessors/variables.
|
2022-02-09 15:47:58 -03:00 |
DsqlCursor.cpp
|
Merge remote-tracking branch 'origin/master' into cursor-info
|
2022-04-22 19:29:01 +03:00 |
DsqlCursor.h
|
Merge remote-tracking branch 'origin/master' into cursor-info
|
2022-04-22 19:29:01 +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 |
DsqlRequests.cpp
|
Fix for #7729: "SET BIND OF TS WITH TZ TO VARCHAR(128)" uses the date format of dialect 1
|
2023-08-29 19:19:31 +03:00 |
DsqlRequests.h
|
Compiled statement cache.
|
2022-03-18 08:17:35 -03:00 |
DsqlStatementCache.cpp
|
Fixed bug #7598 : DDL statements hang when the compiled statements cache is enabled
|
2023-05-23 16:16:05 +03:00 |
DsqlStatementCache.h
|
Commit Vlad's patch (with minor adjustments) for #7385: Broken lock of statements cache during multithreaded index activation
|
2022-12-20 19:47:35 +03:00 |
DsqlStatements.cpp
|
Postfix for #7309 - Firebird 5.0 server does not release memory after queries.
|
2022-09-22 21:58:57 -03:00 |
DsqlStatements.h
|
Postfix for #7309 - Firebird 5.0 server does not release memory after queries.
|
2022-09-22 21:58:57 -03: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
|
Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958)
|
2021-09-15 08:37:17 -03:00 |
ExprNodes.cpp
|
Added missing (forgotten during refactoring) pre-sort before index scans. Fixed crash when all IN values are NULLs. Exclude duplicated IN values from the index scan.
|
2023-09-05 23:14:57 +03:00 |
ExprNodes.h
|
Revert back to separate methods, this fixes #7474 (Incorrect condition evaluation)
|
2023-03-01 15:55:35 +03:00 |
gen_proto.h
|
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
|
2022-02-07 15:52:12 -03:00 |
gen.cpp
|
Revert "Fix #7592 - RPAD works incorectly in a connection with the charset NONE."
|
2023-05-21 21:01:23 -03:00 |
make_proto.h
|
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
|
2022-02-07 15:52:12 -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
|
Fixed #3812: Query with SP doesn't accept explicit plan
|
2022-09-25 10:49:21 +03:00 |
metd.epp
|
Fixed #3812: Query with SP doesn't accept explicit plan
|
2022-09-25 10:49:21 +03:00 |
movd_proto.h
|
Int128 - new datatype (#220)
|
2019-09-16 20:59:54 +03:00 |
movd.cpp
|
Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958)
|
2021-09-15 08:37:17 -03:00 |
NodePrinter.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
Nodes.h
|
Better processing and optimization if IN <list> predicates (#7707)
|
2023-09-04 09:13:10 +03:00 |
PackageNodes.epp
|
Fixed bug #7501 : Precision of standalone unit may differ from packaged one in SQL dialect 1
|
2023-03-10 22:13:18 +02:00 |
PackageNodes.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
parse-conflicts.txt
|
SKIP LOCKED clause for SELECT WITH LOCK, UPDATE and DELETE (#7350)
|
2022-10-28 07:09:01 -03:00 |
parse.y
|
Better processing and optimization if IN <list> predicates (#7707)
|
2023-09-04 09:13:10 +03:00 |
Parser.cpp
|
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
|
2022-02-07 15:52:12 -03:00 |
Parser.h
|
Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement.
|
2022-02-07 15:52:12 -03:00 |
pass1_proto.h
|
SKIP LOCKED clause for SELECT WITH LOCK, UPDATE and DELETE (#7350)
|
2022-10-28 07:09:01 -03:00 |
pass1.cpp
|
Adjustments as per Adriano's comments
|
2023-01-04 12:08:11 +03:00 |
StmtNodes.cpp
|
Improvement #7688 - Profiler should not miss query's top-level access paths nodes.
|
2023-07-29 23:51:15 -03:00 |
StmtNodes.h
|
Fixed #7651: Unable to find savepoint in insert with nested query and returning clause. Fixed also regression for #5613 regarding UPDATE OR INSERT.
|
2023-06-27 10:12:43 +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
|
Replace old SQLDA/SQLVAR by XSQLDA/XSQLVAR. (#6820)
|
2021-05-25 16:26:13 -03:00 |
Visitors.h
|
Merge branch 'master' into read_consistency
|
2017-12-29 10:55:31 +02:00 |
WinNodes.cpp
|
Rename class jrd_req to Request.
|
2022-02-13 10:51:30 -03:00 |
WinNodes.h
|
Rename class jrd_req to Request.
|
2022-02-13 10:51:30 -03:00 |