8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 11:23:02 +01:00
firebird-mirror/src/jrd/recsrc
2010-03-18 09:12:40 +00:00
..
AggregatedStream.cpp Misc 2010-02-19 01:40:05 +00:00
BitmapTableScan.cpp Misc, style and unused vars. 2009-12-13 10:41:53 +00:00
BufferedStream.cpp It was bad idea to make two TempSpace related parameters per-database - rolled back some changes 2010-03-03 15:02:01 +00:00
Cursor.cpp Implement the lazy caching mode. Rows are stored in the buffer while fetching forward. 2010-01-06 15:40:39 +00:00
Cursor.h Restored the code from rse.cpp that was forgotten during refactoring. 2009-12-10 16:26:11 +00:00
ExternalTableScan.cpp Misc. 2010-02-16 08:53:31 +00:00
FilteredStream.cpp It's easy to streamline the code when another person did the hard job before. 2009-12-13 10:55:32 +00:00
FirstRowsStream.cpp Optimization: avoid reading the underlying streams in the case of "FIRST 0". 2009-12-14 14:29:20 +00:00
FullOuterJoin.cpp Misc. 2010-02-16 08:53:31 +00:00
FullTableScan.cpp Put class Attachment in its own files by brute force. 2009-12-25 09:55:05 +00:00
HashJoin.cpp Fix NULL pointer dereference in debug build 2010-01-27 19:26:23 +00:00
IndexTableScan.cpp Totally misc. 2010-03-18 09:12:40 +00:00
LockedStream.cpp Remove usage of plain array with count in [0] in the new classes 2009-12-12 19:00:43 +00:00
MergeJoin.cpp Refactored the sorter into a proper class. 2010-03-16 11:19:29 +00:00
NestedLoopJoin.cpp Fixed the access path output for left joins. 2010-01-14 12:32:35 +00:00
ProcedureScan.cpp 1) Make procedures and functions member of the same hierarchy (Routine class) 2009-12-27 22:05:22 +00:00
RecordSource.cpp Added the missing license. 2010-01-04 07:57:29 +00:00
RecordSource.h Refactored the sorter into a proper class. 2010-03-16 11:19:29 +00:00
RecursiveStream.cpp Fixed the broken recursive queries. 2010-01-22 08:23:36 +00:00
SingularStream.cpp Misc. 2009-12-14 09:23:27 +00:00
SkipRowsStream.cpp Remove usage of plain array with count in [0] in the new classes 2009-12-12 19:00:43 +00:00
SortedStream.cpp Misc 2010-03-17 02:12:39 +00:00
Union.cpp Misc. 2009-12-14 07:27:05 +00:00
VirtualTableScan.cpp
WindowedStream.cpp Feature CORE-2869 - Window functions: LAG and LEAD. 2010-02-16 00:26:53 +00:00