robocop
fab6a3a6cf
Get rid of superflous parentheses.
2009-02-28 11:57:40 +00:00
robocop
096d8e78e6
Trying to be more consistent in the detection of headers (HAVE_* macros).
2009-02-08 11:38:00 +00:00
robocop
3689f15321
Style.
2009-01-20 08:33:59 +00:00
robocop
6406e45337
Shut up compiler warnings (unreferenced vars, uninitialized vars, compile-time conditional code, etc.)
2009-01-02 06:36:12 +00:00
robocop
762d7e1392
Style.
2008-12-25 06:09:37 +00:00
robocop
05c7a80586
Style.
2008-12-23 08:41:23 +00:00
robocop
2fadc0e456
Style.
2008-12-22 09:00:05 +00:00
robocop
29f1b0d641
Style.
2008-12-18 12:09:35 +00:00
asfernandes
8fbf0e8e8c
Remove trailing spaces (.cpp files)
2008-12-05 01:20:14 +00:00
asfernandes
db82e7cd6b
Misc
2008-11-06 00:23:21 +00:00
alexpeshkoff
d8ea120ded
AIX port - use FB_ prefix for alignment constants
2008-11-05 11:26:23 +00:00
alexpeshkoff
13a15d4bfe
1. Final fix for CORE-1964 - finished vararg cleanup in jrd.
...
2. Generic cleanup of error reporting functions all around engine.
2008-08-27 12:20:47 +00:00
alexpeshkoff
a2e416210b
Fixed CORE-1964: Use of 0 instead of isc_arg_end to terminate list of ERR_post's (and cousines) arguments is invalid.
...
Also cleaned up use of gds__log() in a few places.
2008-06-26 09:47:59 +00:00
asfernandes
d83116346b
Remove warnings of GCC/AMD64
2008-05-17 16:19:36 +00:00
robocop
e44a99f339
Style and minor cleanup.
2008-05-10 03:44:57 +00:00
dimitr
afb970dba1
1) Cleanup.
...
2) Catch exceptions in AST routines.
2008-03-12 16:53:57 +00:00
robocop
ac9836f499
Style.
2008-02-26 07:23:32 +00:00
dimitr
43594ed53a
Major synchronization changes. Description of the commit will be posted to fb-devel.
2008-01-26 13:17:19 +00:00
dimitr
6666fd1e4a
The merge continued.
2008-01-16 09:48:41 +00:00
alexpeshkoff
eea9070f48
Optimized RuntimeStaticstics (and related part of ThreadDb) for performance - some tests run 25faster
2007-12-03 15:46:39 +00:00
robocop
2d2b8cf718
Misc.
2007-11-17 10:18:10 +00:00
asfernandes
54b36766c0
Misc
2007-11-17 00:38:16 +00:00
paulbeach
7602a29b94
HPUX Port
2007-11-12 14:26:44 +00:00
alexpeshkoff
bc0447eae8
Fixed my obvious error
2007-08-10 13:05:27 +00:00
alexpeshkoff
6d66c28b13
Fixed solx86 build - not always offset_t and UINT64 are the same
2007-08-10 07:55:46 +00:00
hvlad
91fa2d0594
Sorting pool must be database pool (not transaction poll) else we can't correctly free resources of unfinished sort's at disconnect
2007-04-25 20:58:00 +00:00
robocop
a3789bfed1
Totally misc.
2007-04-06 08:48:18 +00:00
asfernandes
3d71ff90fb
Misc
2007-04-06 02:58:43 +00:00
hvlad
9a4afab5fd
Corrected few comments and added missing comments. Removed unneeded init() call
2007-04-05 10:28:11 +00:00
robocop
d468f4db4a
Misc.
2007-04-05 09:13:10 +00:00
hvlad
2208732075
Forgotten file, thanks to Adriano
2007-04-03 15:01:37 +00:00
asfernandes
24ca3cc335
Misc
2007-04-01 14:52:25 +00:00
asfernandes
eec255a682
Eliminate warnings
2007-04-01 00:57:57 +00:00
alexpeshkoff
af5cbf523e
Fixed problems with windows build and database restore - thanks to Dmitry and Vlad
2007-03-27 11:46:47 +00:00
alexpeshkoff
9068d7787f
Frontported alignment and endianess fixes from 2.0
2007-03-25 16:09:00 +00:00
dimitr
988782a96a
1) A new class to handle aggregated multi-level performance counters.
...
2) Cleanup and minor fixing.
3) A few monitoring changes.
2006-10-07 10:53:01 +00:00
kkuznetsov
d34f8b80a1
Fix compile error in sort.cpp
2006-07-25 13:03:11 +00:00
dimitr
a05bc8f15d
1) Fixed CORE-859.
...
2) I've restored the asserts disabled by Frank in 2000. I really don't see how skd_dtype == 0 can be valid, as the sorter works inproperly in this case and it allows unsupported datatypes to be attempted to sort on.
2006-07-20 11:11:37 +00:00
dimitr
95ad404ae9
Fixed a minor issue.
2006-06-18 10:43:55 +00:00
dimitr
caa90ee94e
Support for 64bit I/O.
2006-06-05 14:39:33 +00:00
dimitr
8d1c1ed8c4
Dropped SMALL_FILE_NAMES related constants.
2006-06-02 04:23:41 +00:00
dimitr
5270482b61
Fixed error reporting in SORT_init()
2006-06-02 04:10:04 +00:00
dimitr
7cc12e8489
1) Reworked memory management in SORT. Now we're pools aware there.
...
2) Reworked error handling in SORT and its callers.
3) Replaced DLS+SortMem with the generic TempSpace class.
4) Replaced GDS temp file management with the TempFile class.
5) Various cleanup.
2006-05-31 08:53:00 +00:00
asfernandes
8dfca54dda
Complete Dmitry's cleanup of all_proto.h
2006-05-23 12:23:53 +00:00
hvlad
8c042bdd70
Fix SF #1434147 : Bugs with COUNT (DISTINCT XXX) when XXXX is a high integer
2006-03-13 14:32:15 +00:00
robocop
1f84bac700
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
2006-02-23 05:08:26 +00:00
robocop
29a6749c22
Misc.
2006-02-02 07:40:42 +00:00
robocop
2b99e764e3
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
...
Sixth step: remove the places protected by the macro PC_ENGINE. More to come. (I guess all of you who have pending functional changes to post will love this commit. <g>)
2006-02-02 07:32:07 +00:00
asfernandes
59213efe7e
Merge INTL branch into HEAD
2005-05-27 22:45:31 +00:00
alexpeshkoff
0601ed34a6
fixed declarations of gds__temp_file() parameter -
...
buffer overflows were possible
2005-05-14 10:42:58 +00:00