..
AggNodes.cpp
Fixed the problem with windowed functions in recursive CTEs, reported by Frank Ingermann in fb-devel.
2011-12-04 18:36:26 +00:00
AggNodes.h
Fixed the problem with windowed functions in recursive CTEs, reported by Frank Ingermann in fb-devel.
2011-12-04 18:36:26 +00:00
BlrWriter.cpp
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
2011-11-22 16:33:25 +00:00
BlrWriter.h
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
2011-11-22 16:33:25 +00:00
BoolNodes.cpp
Let's avoid duplication of shared constants.
2011-12-22 08:07:17 +00:00
BoolNodes.h
Misc, style, etc.
2011-04-02 04:24:20 +00:00
btyacc_fb.ske
OSRI and new posix build
2010-10-12 08:02:57 +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
Reference DML statements in DSQL with StmtNode instead of dsql_nod.
2011-03-06 02:48:34 +00:00
ddl.cpp
Refactored CREATE FILTER and CREATE INDEX.
2011-11-27 19:08:06 +00:00
DdlNodes.epp
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
DdlNodes.h
Refactored CREATE FILTER and CREATE INDEX.
2011-11-27 19:08:06 +00:00
dsql_proto.h
Implemented CORE-3332: Provide more detailed information about the query execution plan. Some details are still to be worked on.
2011-02-02 11:31:04 +00:00
dsql.cpp
Misc.
2011-12-21 00:51:28 +00:00
dsql.h
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
2011-11-22 16:33:25 +00:00
DsqlCompilerScratch.cpp
Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK.
2011-10-16 20:36:07 +00:00
DsqlCompilerScratch.h
Feature CORE-3626 - Subfunctions in PSQL and EXECUTE BLOCK.
2011-10-16 20:36:07 +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
Remove trailing spaces (.h files)
2008-12-05 00:56:15 +00:00
errd.cpp
Moved some more .h-files to common from jrd as Vlad suggested
2010-10-13 10:39:52 +00:00
ExprNodes.cpp
Warning.
2011-12-28 01:20:11 +00:00
ExprNodes.h
Warning.
2011-12-28 01:20:11 +00:00
gen_proto.h
Fixed CORE-3310 - RDB$GET_CONTEXT and between in view.
2011-02-06 18:13:12 +00:00
gen.cpp
Feature CORE-1288 - Sub Procedures.
2011-10-02 22:11:41 +00:00
make_proto.h
Removed the legacy DSQL hash table module (HSHD).
2011-02-26 21:52:47 +00:00
make.cpp
Removed the legacy DSQL hash table module (HSHD).
2011-02-26 21:52:47 +00:00
metd_proto.h
Refactored CREATE FILTER and CREATE INDEX.
2011-11-27 19:08:06 +00:00
metd.epp
Refactored CREATE FILTER and CREATE INDEX.
2011-11-27 19:08:06 +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
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
node.h
Refactored CREATE FILTER and CREATE INDEX.
2011-11-27 19:08:06 +00:00
Nodes.h
Fixed the problem with windowed functions in recursive CTEs, reported by Frank Ingermann in fb-devel.
2011-12-04 18:36:26 +00:00
PackageNodes.epp
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
PackageNodes.h
Fixed problem with packages reported privately by Vlad.
2011-02-12 02:00:27 +00:00
parse.y
Improvement CORE-3343 - RETURNING clause is not supported in positioned (WHERE CURRENT OF) UPDATE and DELETE statements.
2012-01-06 14:33:01 +00:00
Parser.cpp
Misc.
2010-03-21 13:38:52 +00:00
Parser.h
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
2011-11-22 16:33:25 +00:00
pass1_proto.h
Refactor DSQL INSERT, UPDATE, DELETE, MERGE, UPDATE OR INSERT and assignment statements.
2011-03-04 01:47:49 +00:00
pass1.cpp
Fixed bug CORE-3690 : Wrong warning message for ambiguous query
2011-12-05 13:06:30 +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
Improvement CORE-3343 - RETURNING clause is not supported in positioned (WHERE CURRENT OF) UPDATE and DELETE statements.
2012-01-06 14:33:01 +00:00
StmtNodes.h
Improvement CORE-3639 - Allow the use of multiple WHEN MATCHED / NOT MATCHED clauses in MERGE, as per the SQL 2008 specification.
2011-10-23 01:31:11 +00:00
sym.h
Removed the legacy DSQL hash table module (HSHD).
2011-02-26 21:52:47 +00:00
utld_proto.h
Misc
2010-10-12 17:40:27 +00:00
utld.cpp
OSRI and new posix build
2010-10-12 08:02:57 +00:00
Visitors.h
Refactored nod_alias.
2011-02-17 14:25:56 +00:00
WinNodes.cpp
Misc.
2011-12-22 14:18:43 +00:00
WinNodes.h
Feature CORE-3620 - Window function LAST_VALUE.
2011-10-25 15:04:17 +00:00