Adriano dos Santos Fernandes
6eb8936df4
Store snapshots in FirebirdSQL/snapshots.
2022-08-22 06:54:13 -03:00
firebirds
dcf80262bb
increment build number
2022-08-22 00:06:27 +00:00
Vlad Khorsun
46bf89d84c
Improvement #7259 : Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH
2022-08-22 01:44:08 +03:00
firebirds
202a938fcf
increment build number
2022-08-20 00:07:36 +00:00
Vlad Khorsun
bc763f3b85
This should fix bug #7271 : Sporadic crash on 3.0.10.33106
2022-08-19 14:57:08 +03:00
asfernandes
a4b95af636
Update tzdata to version 2022b.
2022-08-19 08:17:37 -03:00
Vlad Khorsun
9268adeac1
Misc
2022-08-19 11:56:02 +03:00
firebirds
42e3ef8fdc
increment build number
2022-08-19 00:06:46 +00:00
Adriano dos Santos Fernandes
27bb3795a8
Merge pull request #7265 from FirebirdSQL/work/windows-build-config
...
Make Windows build scripts reuse previous configuration
2022-08-18 12:24:34 -03:00
Adriano dos Santos Fernandes
81a3d7fad3
Use two environment variables for the same purpose in different places.
...
Make run_all.bat default to RELEASE (even when previous build was configured for DEBUG).
2022-08-18 08:57:50 -03:00
firebirds
2d62c92e74
increment build number
2022-08-18 00:06:55 +00:00
Vlad Khorsun
517fc10a4f
Fixed bug #7256 : Inconsistent conversion of non-TEXT blobs in BLOB_APPEND
...
Changed according to discussion on GH.
2022-08-17 16:35:03 +03:00
firebirds
275245ad22
increment build number
2022-08-17 00:06:36 +00:00
Adriano dos Santos Fernandes
5dab361d89
Fix #7241 - mac installer - firebird user not created correctly if group already exists.
...
Solution by: Jonathan Frutos
2022-08-16 21:02:28 -03:00
Adriano dos Santos Fernandes
d2f64be550
Make Windows build scripts reuse previous configuration.
2022-08-16 07:24:59 -03:00
Adriano dos Santos Fernandes
d0c20cc4a4
Add files to .gitignore.
2022-08-16 07:24:38 -03:00
firebirds
596aa9fd1f
increment build number
2022-08-16 00:06:54 +00:00
Vlad Khorsun
f620e9f282
Fixed mistake
2022-08-15 11:34:59 +03:00
firebirds
0b24dfa534
increment build number
2022-08-15 00:07:23 +00:00
Vlad Khorsun
5bfb721680
Don't generate browse info by MSVC build. It saves 15-20% of build time on Windows.
2022-08-14 12:43:18 +03:00
Vlad Khorsun
68a2f201f2
Moved ttmathuint_x86_64_msvc.obj from common (%FB_TEMP_DIR%\..\%FB_OBJ_DIR%\common) into dedicated folder (%FB_ROOT_PATH%\extern\ttmath\%FB_CONFIG%).
...
It allows to not call make_boot after cleaning up of "common" project.
2022-08-14 12:25:17 +03:00
Vlad Khorsun
c4162cdce3
Fixed bug #7256 : Inconsistent conversion of non-TEXT blobs in BLOB_APPEND
2022-08-14 12:20:06 +03:00
Dmitry Yemanov
1c3ae97f21
Add missing ODS-level constant
2022-08-13 10:15:39 +03:00
Dmitry Yemanov
d24838bc7c
Fixed rebase errors
2022-08-13 09:30:21 +03:00
firebirds
437e81ed54
increment build number
2022-08-13 00:08:10 +00:00
Dmitry Yemanov
f3269d144d
Added the docs
2022-08-12 16:00:15 +03:00
Dmitry Yemanov
858a2828ab
Allow full index scans for partial indices
2022-08-12 16:00:13 +03:00
Dmitry Yemanov
7ff8bd7ca0
Basic optimizer support for partial indices
2022-08-12 15:59:27 +03:00
Dmitry Yemanov
df41c6660e
Backup/restore support for partial indices
2022-08-12 15:52:05 +03:00
Dmitry Yemanov
96e5a38fa6
Support partial indices in metadata extraction and SHOW command
2022-08-12 15:52:04 +03:00
Dmitry Yemanov
02efe138cd
Partial indices: DDL, ODS, dependencies, metadata
2022-08-12 15:52:02 +03:00
Adriano dos Santos Fernandes
62e7ebb1d5
Merge pull request #7251 from FirebirdSQL/work/windows-build-ang-gh
...
Windows build (installer, dev experience, speed, GH actions) and GH refactor
2022-08-12 08:59:24 -03:00
Adriano dos Santos Fernandes
bffb43da9f
Change OutDir configuration for default_profiler project.
2022-08-12 08:08:43 -03:00
Adriano dos Santos Fernandes
d4bd604b05
Separate debug/release output in different directories.
2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
b14df5ce19
Refactor GitHub Actions using independent jobs instead of multiple conditional steps.
2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
780085554e
Improve Windows build speed not building both release and debug external libraries.
2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
0117da2839
Upload zip generated in builds/install_images in GitHub actions.
2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
33b4f5b53d
Create and save Windows installer in GitHub actions.
2022-08-12 08:04:50 -03:00
Adriano dos Santos Fernandes
a7b7955503
Improve Windows build process making it generating public files directly in the output directory.
2022-08-12 08:04:49 -03:00
Adriano dos Santos Fernandes
1fd7ed7061
Fix errors when paths has spaces and different (or localized) utilities versions.
2022-08-12 08:04:49 -03:00
Ilya Eremin
7d7a81086e
Do not allow the AST thread to release EX lock on a relation while it's in the deleting state ( #7252 )
...
The problem is rarely reproduced by bugs.core_2879 test. Without the fix the phase 4 of delete_relation DFW may fail because MET_lookup_relation_id cannot find a relation.
2022-08-12 10:58:21 +03:00
firebirds
0f02101121
increment build number
2022-08-12 00:08:18 +00:00
Adriano dos Santos Fernandes
85c5263809
Feature #7086 - PSQL and SQL profiler.
2022-08-11 07:31:31 -03:00
pkubaj
ed63d25715
Explicitly set up architecture macros for FreeBSD
2022-08-11 10:38:04 +03:00
Adriano dos Santos Fernandes
581795ed78
Merge branch 'work/profiler-plugin' into work/profiler-plugin-merge
2022-08-10 22:26:38 -03:00
firebirds
8e641c4497
increment build number
2022-08-07 00:06:24 +00:00
Adriano dos Santos Fernandes
3f5986020b
Misc.
2022-08-06 14:54:26 -03:00
firebirds
6096fb88d7
increment build number
2022-08-05 00:07:02 +00:00
Jiaxun Yang
ea4d2114fc
Select RISC_ALIGNMENT for all MIPS processors
...
Though some of MIPS hardware do have unaligned memory access
support, and kernel will emulation unaligned memory access
on those don't. It is still better to select RISC_ALIGNMENT
for safety and better performence.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2022-08-04 16:08:49 +03:00
Jiaxun Yang
2284632207
Add linux/mips64el support
...
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2022-08-04 16:08:49 +03:00