robocop
d64f0296eb
Fix the VC6 build after Dmitry's changes.
2006-06-02 08:06:28 +00:00
hvlad
f793c34dcc
Add Relation.h\Relation.cpp into MSVC6 build files
2006-05-30 13:31:36 +00:00
asfernandes
8dfca54dda
Complete Dmitry's cleanup of all_proto.h
2006-05-23 12:23:53 +00:00
robocop
b6bffea8c4
Disable RTTI after Alex' source code changes.
2006-05-20 06:10:27 +00:00
robocop
85f98f6d8b
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
...
First step: remove them from the build configurations. More to come.
2006-02-01 08:51:09 +00:00
dimitr
6430c7ac10
Moved the ODS checking routine from ods.h to a separate module.
2005-08-16 13:39:26 +00:00
asfernandes
59213efe7e
Merge INTL branch into HEAD
2005-05-27 22:45:31 +00:00
robocop
bfd59de89a
Make FB2 buildable with MSVC6 again after Konstantin's changes.
2005-03-04 01:01:14 +00:00
robocop
ece9ba87fb
Misc.
2005-02-11 09:09:55 +00:00
arnobrinkman
283d7f0d8c
Add new optimizer logic for handling :
...
ODS11:
- segment-selectivity
- better support for IS NULL
- better support for STARTING WITH
- matching both OR and AND nodes to indexes
- pick better JOIN order based on cost rules
ODSx:
- Indexed order on OUTER JOIN queries
2005-02-10 22:54:17 +00:00
robocop
3229363ef6
val.h and val.cpp are unrelated.
...
Change was agreed a year ago in the list.
2004-12-17 06:21:39 +00:00
alexpeshkoff
46e6c438e8
replaced platform-dependent SHA1 with in-tree sha.cpp
2004-11-15 07:35:26 +00:00
alexpeshkoff
d25ac4ea32
security fix
...
added new files to win32 VC6 build
2004-11-07 13:49:42 +00:00
skidder
32666b4661
Update MSVC6 makefiles (untested)
2004-09-28 22:00:09 +00:00
alexpeshkoff
572d12f442
Thread cleanup:
...
Removed thd_proto.h, all required definitions are in thd.h know.
2004-06-08 13:56:02 +00:00
brodsom
9109ba3a62
Avoid duplicated definition of SERVER_SHUTDOWN (defined in firebird.h)
2004-05-19 15:03:13 +00:00
brodsom
42a695a67f
Removing llio* and codes.h
2004-05-10 07:21:09 +00:00
brodsom
3acf7023dc
-To solve the dsc.h and ibase.h duplicated definitions
...
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 11:22:23 +00:00
brodsom
5cf9fdfc90
Removing ib_stdio.h
2004-04-28 22:43:34 +00:00
brodsom
acbf2cc904
Remove references to gds.h, gds.hxx and gdsold.h from builds
2004-04-27 12:38:57 +00:00
alexpeshkoff
4a318fff04
renamed header - non-critical change for non-VC6 builds
2004-03-31 17:08:37 +00:00
robocop
4b3e5da421
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:54:12 +00:00
robocop
68c038d132
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:34:14 +00:00
robocop
56f95e9a11
Third step to rename
2004-03-11 05:09:33 +00:00
alexpeshkoff
e8d62c70a7
fixed MSVC6 build with RTTI
2004-03-01 16:37:36 +00:00
robocop
06a4df3708
A requiem for JOURNAL and WAL.
...
Instructions in the list.
2004-01-06 10:33:18 +00:00
dimitr
01ee50a97d
1) Move db_alias.cpp to common.lib
...
2) Add common.lib to gstat.exe
2003-12-13 14:42:37 +00:00
arnobrinkman
bafdd44f1b
Enhanced Index Structure.
...
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:51:52 +00:00
brodsom
25488398a6
Update msvc6 build after Nickolay changes
2003-09-09 07:49:42 +00:00
brodsom
7d7810850e
Patch msvc6 after Nickolay changes
2003-08-07 13:59:15 +00:00
brodsom
49a86dde7d
Move physical io to os specific
2003-07-14 10:35:49 +00:00
brodsom
7dfdc04600
Remove not used rdb*.h
2003-07-12 09:42:10 +00:00
brodsom
9bb850b4ac
Use temporary compiler dir 'temp' below root
2003-07-05 03:17:39 +00:00
dimitr
f7c3ebe35e
Fixed little optimization issue with VC6 (SP < 5)
2003-07-04 10:15:30 +00:00
brodsom
25c9a8aee6
Move generated source from 'generated' to 'gen'. So we don't use a CVS and obsolete directory for build output and it will be easier to do a clean build.
2003-07-03 12:37:37 +00:00
alexpeshkoff
2d59c9cd0f
Fixed bug with wrong rpb contents after pre-triggers execution
2003-04-25 14:51:04 +00:00
dimitr
b9ebefef71
Fixed win32 build.
2003-04-09 10:08:36 +00:00
brodsom
b15fac104a
Remove WINDOWS_ONLY remains
2003-03-25 02:24:09 +00:00
brodsom
c7f5f1ee5a
Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles
2003-03-06 00:43:32 +00:00
alexpeshkoff
bd12d9e732
Fixed EXECUTE STATEMENT to support INTO clause
...
Now required changes in msvc6 build
2003-03-02 12:51:39 +00:00
dimitr
14f54d6405
Fixed build problem pointed by Arno (caused the server to crash in some cases).
2003-02-27 16:28:49 +00:00
dimitr
96bd820bda
Updated project files.
2003-02-27 15:35:17 +00:00
brodsom
f02ef90cdc
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 12:55:20 +00:00
brodsom
66cdfd5a7c
Return warning level in msvc6 to 3 until there is a solution to the Q167355 bug.
2003-02-17 13:44:42 +00:00
dimitr
21ccf8d45e
/W4 -> /W3
2003-02-17 13:22:45 +00:00
brodsom
8bdf295e25
Change build system to move warning control to only one header for each compiler
2003-02-16 11:39:22 +00:00
brodsom
ff94cad8aa
Rename header arg.h to log2.h (included only in log.cpp) and remove atom.h
2003-02-15 16:22:30 +00:00
dimitr
3645cb8586
Updated project files. Fixed issues with exception handling.
2003-02-15 09:25:26 +00:00
dimitr
4bb065bb2c
Updated project files.
2003-02-14 09:12:57 +00:00
dimitr
be22042116
Fixed another build issues.
2003-02-11 17:43:30 +00:00