8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
Commit Graph

566 Commits

Author SHA1 Message Date
robocop
06a4df3708 A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:33:18 +00:00
skidder
e6ef17eeca fix solution file 2004-01-05 05:03:35 +00:00
epocman
a75b48c6a8 Win32 HEAD porting of 1.5 branch RC8 latest updates, to keep HEAD in synch with about to be released 1.5.
Please someone check and adjust MSVC7 compile, cause I only have MSVC6.
2004-01-03 12:20:08 +00:00
skidder
a1e276b9dd Fix up MSVC7 makefiles 2004-01-03 01:29:04 +00:00
robocop
16cbc204df Cleanup 2003-12-31 05:36:12 +00:00
skidder
a143019f78 Forward port generation of external debug info to FB2 HEAD 2003-12-30 02:06:13 +00:00
skidder
ed75d2e51b Build debuggable release binaries on Linux 2003-12-27 23:48:26 +00:00
skidder
1b43575fa9 Rollback crazy change made by Dimitry Sibiryakov and approved by Claudio Valderrama. We should not break compatibility with half of the world without apparent reasons. 2003-12-21 23:54:24 +00:00
aafemt
f8f3a55c8a Add db_alias.cpp to gstat 2003-12-17 11:05:53 +00:00
skidder
bea4e7c3b8 Fix MSVC7 makefiles. Note: I didn't test them with VC 7.0, only 7.1 2003-12-14 04:39:36 +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
alexpeshkoff
efe094676d SS scripts - slightly optimized for various linux distibutions 2003-12-06 09:40:12 +00:00
skidder
dbc89040a4 Update MSVC7 makefiles. Files were actually edited using VS2003 and then version numbers were replaced back to 7.0 2003-12-05 20:39:51 +00:00
brodsom
202d12631e Fix posix builds (new btn.cpp source) 2003-12-02 16:03:43 +00:00
brodsom
eb3c552424 Fix posix build, add new source btn.cpp. 2003-12-02 02:50:16 +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
robocop
9fafc348bf const correctness
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
kkuznetsov
9adf479a0b some solaris fixes 2003-11-21 19:45:50 +00:00
brodsom
1155713a33 -Enable build of dba_full 2003-11-18 02:31:01 +00:00
skidder
e08ea38727 Fix MSVC7 build 2003-11-17 16:04:54 +00:00
brodsom
0e8cd8d1ab -Add gstat_full project (utilities/dba_full) 2003-11-16 15:40:59 +00:00
alexpeshkoff
016e29843e fixed install problems 2003-11-15 12:07:07 +00:00
bellardo
b4b0b73124 Get rid of the space between the "-L" parameter and the library name. The space breaks the darwin build. 2003-11-08 07:39:06 +00:00
brodsom
98d5fff9f6 Add needed files from B1_5 2003-11-07 14:18:41 +00:00
brodsom
a31f45134c Corrections 2003-11-07 11:37:18 +00:00
stryqx
0bfc247521 Even though the libgds symlinks are commented out, make them correct. 2003-11-06 12:25:23 +00:00
stryqx
0f67d0e872 A better solution - copy the symlinks as symlinks. 2003-11-06 12:20:45 +00:00
stryqx
334202f9c0 Make the install less noisy for 2.0.
Save some disk space by symlinking libfbclient.so.2 and libfbembed.so.2
to libfbclient.so.2.0.0 and libfbembed.so.2.0.0 respectively.
2003-11-06 12:13:00 +00:00
stryqx
a34401d15e First cut at the install script for FreeBSD.
Package management for FreeBSD binaries will be done via the FreeBSD Ports
Tree.
2003-11-06 09:20:33 +00:00
brodsom
4f4ad058cc Gsplit.exe is build now 2003-11-05 16:54:25 +00:00
brodsom
6fb1964481 Add journal and archive to posix build 2003-11-05 16:53:37 +00:00
eku
157f1188b9 Updated file list. 2003-11-04 12:12:27 +00:00
eku
d924b4cd93 Undo my latest changes as requested by Nickolay Samofatov. 2003-11-04 06:25:11 +00:00
dimitr
75ea314307 no message 2003-11-01 11:32:16 +00:00
skidder
5bd7f7328d Do not create home directory for firebird user 2003-10-31 16:43:36 +00:00
eku
83c6c315ca Let autoconf control whether -DSUPERCLIENT is used or not. 2003-10-31 12:41:46 +00:00
skidder
d6c0b775ac We are known as Firebird now 2003-10-31 12:25:40 +00:00
skidder
26e6654e4f Fix SuSE 9.0 install problem 2003-10-31 12:21:27 +00:00
eku
79fdcf4d04 Removed '-DSUPERCLIENT' as it breaks CS build. 2003-10-31 11:31:22 +00:00
epocman
bbbf2cbff1 Win32 stub GDS32.DLL now preferably attempts to load FBCLIENT.DLL from its installation location (rootdir/bin) instead of system directories. Related to the finishing touches of the Win32 installation scheme looking forward multi-instances support after V1.5.
Please build maintainers, add advapi32.lib to msvc7/mingw builds of gds32.dll. Thanks.
2003-10-30 18:06:07 +00:00
eku
b7d254f4fc Removed '-DSUPERCLIENT' as it breaks CS build. 2003-10-30 14:26:26 +00:00
aafemt
60c4012776 Turn off automatic CPU optimisation 'coz it doesn't work on AMD K6-2 2003-10-30 12:09:59 +00:00
eku
9b2754e333 Use autoheader to generate config.h.in. 2003-10-30 07:26:28 +00:00
skidder
f984bdc93d Build and install libfbclient.so in Linux CS 2003-10-28 17:58:12 +00:00
skidder
1c9628acac Remove unneeded define. Noted by Claudio 2003-10-28 12:37:41 +00:00
skidder
1be4fe1d61 Forward port Solaris fixes 2003-10-27 18:42:47 +00:00
alexpeshkoff
805e01fb05 Port SS build changes from 1_5_Release 2003-10-27 18:00:44 +00:00
robocop
42aa6432fd We made EXACT_NUMERICS unconditional in FB1 and the macro was removed 2003-10-27 09:29:33 +00:00
robocop
0178bb9753 Get rid of SUPERCLIENT
Add explicitly proto_proto.h to the headers list
2003-10-27 09:25:27 +00:00
brodsom
320786f94d Corrections 2003-10-27 02:41:59 +00:00