8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 20:03:03 +01:00
firebird-mirror/src/jrd/recsrc
2010-01-20 13:24:26 +00:00
..
AggregatedStream.cpp Feature OVER (PARTITION BY ...) clause for window functions 2010-01-18 21:37:47 +00:00
BitmapTableScan.cpp Misc, style and unused vars. 2009-12-13 10:41:53 +00:00
BufferedStream.cpp Misc. 2010-01-19 16:32:02 +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
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 Remove usage of plain array with count in [0] in the new classes 2009-12-12 19:00:43 +00:00
FullTableScan.cpp Put class Attachment in its own files by brute force. 2009-12-25 09:55:05 +00:00
HashJoin.cpp Misc 2010-01-14 16:47:47 +00:00
IndexTableScan.cpp Fixed bug CORE-2817 : If stored procedure or trigger contains query with PLAN ORDER it could fail after disconnect of attachment where procedure\trigger executed first time 2010-01-20 10:25:18 +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 Misc. 2010-01-15 04:57:57 +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 Feature OVER (PARTITION BY ...) clause for window functions 2010-01-18 21:37:47 +00:00
RecursiveStream.cpp Let use correct rsb type in PLAN output 2009-12-13 21:16:29 +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, style and unused vars. 2009-12-13 10:41:53 +00:00
Union.cpp Misc. 2009-12-14 07:27:05 +00:00
VirtualTableScan.cpp
WindowedStream.cpp Use nod_sort to _copy_ correctly 2010-01-20 13:24:26 +00:00