View Bazaar branches
Get this repository:
git clone https://git.qastaging.paddev.net/firebird

See all merge proposals.

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/FirebirdSQL/firebird.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
v4.0-release 2023-11-16 18:27:09 UTC
Merge pull request #7848 from medi6/4.0.2

Author: Dmitry Yemanov
Author Date: 2023-11-16 18:27:09 UTC

Merge pull request #7848 from medi6/4.0.2

Differencies in queries results between Firebird 2.5 and Firebird 4

v5.0-release 2023-11-16 11:37:05 UTC
Missed 'break'

Author: Vlad Khorsun
Author Date: 2023-11-16 11:36:17 UTC

Missed 'break'

master 2023-11-16 11:36:17 UTC
Missed 'break'

Author: Vlad Khorsun
Author Date: 2023-11-16 11:36:17 UTC

Missed 'break'

B3_0_Release 2023-11-16 11:33:57 UTC
Backport fix for bug #7839 : Potential bug in BETWEEN Operator

Author: Vlad Khorsun
Author Date: 2023-11-16 11:33:57 UTC

Backport fix for bug #7839 : Potential bug in BETWEEN Operator

work/macos-no-flat-namespace-v5 2023-11-08 10:58:57 UTC
Remove -flat_namespace from MacOS build - see #7827.

Author: Adriano dos Santos Fernandes
Author Date: 2023-11-08 10:58:57 UTC

Remove -flat_namespace from MacOS build - see #7827.

work/7809 2023-10-31 15:42:49 UTC
Fixed #7809: Crash "Fatal lock manager error: Process disappeared in LockMana...

Author: AlexPeshkoff
Author Date: 2023-10-31 15:42:49 UTC

Fixed #7809: Crash "Fatal lock manager error: Process disappeared in LockManager::acquire_shmem"

work/gh-7810-improve-skip-locked-implementation 2023-10-25 16:03:03 UTC
Fixed handling of returning clause by EraseNode, perhaps more complex solutio...

Author: Vlad Khorsun
Author Date: 2023-10-25 16:03:03 UTC

Fixed handling of returning clause by EraseNode, perhaps more complex solution required.
Correct (simplify) "skip locked" handling in VIO_chase.

dtors 2023-10-10 16:43:43 UTC
Fixed minor "make clean" bug

Author: AlexPeshkoff
Author Date: 2023-10-10 16:43:43 UTC

Fixed minor "make clean" bug

recursive-plan-output 2023-08-14 07:31:01 UTC
Fixed embedded legacy plans

Author: Dmitry Yemanov
Author Date: 2023-08-14 07:31:01 UTC

Fixed embedded legacy plans

work/gh-5577 2023-08-08 18:24:16 UTC
Fixed mistake

Author: Vlad Khorsun
Author Date: 2023-08-08 18:24:16 UTC

Fixed mistake

metacache 2023-07-14 16:20:56 UTC
WIP

Author: AlexPeshkoff
Author Date: 2023-07-14 16:20:56 UTC

WIP

semi-joins 2023-07-03 19:02:35 UTC
Added support for semi/anti and outer joins to hash join algorithm. Reimpleme...

Author: Dmitry Yemanov
Author Date: 2023-07-03 19:02:35 UTC

Added support for semi/anti and outer joins to hash join algorithm. Reimplemented support for semi/anti joins inside the nested loop algorithm. Slightly changed implementation of full outer joins. Added transformation of IN/EXISTS subqueries into lateral semi-joins. Basic optimizer support for semi-joins. More efficient optimization for cross joins. Added some debug info (hash table statistics) for hash joins.

work/gh-7625-session-reset 2023-07-01 01:28:16 UTC
Fix #7625 - Issue with "ALTER SESSION RESET" and implicit cursor close.

Author: Adriano dos Santos Fernandes
Author Date: 2023-07-01 01:28:16 UTC

Fix #7625 - Issue with "ALTER SESSION RESET" and implicit cursor close.

work/gh_7634 2023-06-16 15:28:17 UTC
"usual requirement for WinAPI" that documented nowhere.

Author: Vlad Khorsun
Author Date: 2023-06-16 15:28:17 UTC

"usual requirement for WinAPI" that documented nowhere.

work/legacy_names 2023-04-07 10:41:20 UTC
Backport improvement #7213 : Use Windows private namespace for kernel objects...

Author: Vlad Khorsun
Author Date: 2023-04-07 10:41:20 UTC

Backport improvement #7213 : Use Windows private namespace for kernel objects used in server-to-server IPC.
Backport fix for bug #7535 : High CPU usage connect to Firebird 3 database using Firebird 4 Classic and SuperClassic service.
Implement new setting UseLegacyKernelObjectsNames for backward compatibility.
Preserve Win32 build compatibility with WinXP.

trace-psql-compile 2023-01-31 14:55:56 UTC
Fixed missing elapsed time for COMPILE_TRIGGER events

Author: Dmitry Yemanov
Author Date: 2023-01-31 14:55:56 UTC

Fixed missing elapsed time for COMPILE_TRIGGER events

work/gh-7428 2023-01-20 19:40:23 UTC
Avoid use of nullptr with old compilers.

Author: Vlad Khorsun
Author Date: 2023-01-20 19:40:23 UTC

Avoid use of nullptr with old compilers.

master_gfix_improves 2022-12-29 16:23:53 UTC
Fix error message print

Author: Roman
Author Date: 2022-12-12 18:57:22 UTC

Fix error message print

work/blob-util 2022-12-16 01:17:34 UTC
Rename domain RDB$LONG_NUMBER to RDB$INTEGER.

Author: Adriano dos Santos Fernandes
Author Date: 2022-12-16 01:17:34 UTC

Rename domain RDB$LONG_NUMBER to RDB$INTEGER.

record-size-limit 2022-10-06 18:10:29 UTC
Raised the record size limit

Author: Dmitry Yemanov
Author Date: 2022-10-06 18:10:29 UTC

Raised the record size limit

work/profiler-plugin 2022-06-23 01:25:47 UTC
Design for future extensions with different timings types.

Author: Adriano dos Santos Fernandes
Author Date: 2022-06-23 01:25:47 UTC

Design for future extensions with different timings types.

Add ProfilerStats interface and pass it to plugin instead of runTime parameter.

Rename *_TIME columns to *_ELAPSED_TIME.

work/gh-7202-v4 2022-06-16 02:06:16 UTC
Fix #7202 - ISQL -ch utf8 (Windows only): either silently quits to OS or issu...

Author: Adriano dos Santos Fernandes
Author Date: 2022-06-16 02:06:16 UTC

Fix #7202 - ISQL -ch utf8 (Windows only): either silently quits to OS or issues non-expected 'malformed string' when non-ascii character occurs in the typed command.

work/contractions 2022-03-03 14:24:55 UTC
Make irb_multi_starting imply irb_starting.

Author: Adriano dos Santos Fernandes
Author Date: 2022-03-03 14:24:55 UTC

Make irb_multi_starting imply irb_starting.

B2_5_Release 2022-01-26 00:12:08 UTC
increment build number

Author: firebirds <>
Author Date: 2022-01-26 00:12:08 UTC

increment build number

msg_metadata 2021-10-07 09:46:01 UTC
Turn on DEBUG_LCK_LIST

Author: AlexPeshkoff
Author Date: 2021-10-07 09:46:01 UTC

Turn on DEBUG_LCK_LIST

work/gh-6949 2021-09-07 09:52:43 UTC
Fixed bug #6949 : On windows, engine may hung on initialization when another ...

Author: Vlad Khorsun
Author Date: 2021-09-07 09:52:43 UTC

Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running.
WIP

work/gh-6839 2021-06-24 14:06:54 UTC
Fix #6839 - Weird string comparison with index

Author: Adriano dos Santos Fernandes
Author Date: 2021-06-24 14:06:54 UTC

Fix #6839 - Weird string comparison with index

work/gh-6843 2021-06-04 11:51:49 UTC
Fixed bug GH-6843 : Crash when UDR is used by system attachment, for ex. Garb...

Author: hvlad
Author Date: 2021-06-04 11:51:49 UTC

Fixed bug GH-6843 : Crash when UDR is used by system attachment, for ex. Garbage Collector

work/gh-6788 2021-05-04 14:41:35 UTC
Improvement #6788 - Extend EXTRACT to extract time zone strings.

Author: Adriano dos Santos Fernandes
Author Date: 2021-05-03 14:02:54 UTC

Improvement #6788 - Extend EXTRACT to extract time zone strings.

core-5515 2021-03-13 23:58:55 UTC
Added check for correct version of shared memory used in MappingIpc.

Author: hvlad
Author Date: 2021-03-13 23:58:55 UTC

Added check for correct version of shared memory used in MappingIpc.

remove_US_PRIV_trigger 2021-03-04 15:51:02 UTC
Fix CORE-6502: remove integrity checking triggers on RDB$USER_PRIVILEGES.

Author: Roman
Author Date: 2021-03-04 15:51:02 UTC

Fix CORE-6502: remove integrity checking triggers on RDB$USER_PRIVILEGES.
Direct modification of the table has been forbidden since 3.0.
GRANT operations from DDL perform theirown checks.
It requires backup/restore but can work if you do not need to perform
GRANTs descrobed in the ticket.

TempTableDirectory 2021-02-10 10:43:38 UTC
Let include file name into error message when creation of temp file failed.

Author: hvlad
Author Date: 2021-02-10 10:43:38 UTC

Let include file name into error message when creation of temp file failed.

work/profiler 2020-12-13 02:39:37 UTC
Remove RDB$PROFILER.PURGE_SNAPSHOTS in favor of direct DELETE in RDB$PROFILE_...

Author: Adriano dos Santos Fernandes
Author Date: 2020-12-13 02:39:37 UTC

Remove RDB$PROFILER.PURGE_SNAPSHOTS in favor of direct DELETE in RDB$PROFILE_SESSIONS.

Disallow direct modifications in others profile tables.

Add system privilege DELETE_ANY_PROFILE_SESSION and disallow deletion of others users' data without it.

Rename procedure and parameters UPDATE_SNAPSHOT to REFRESH_SNAPSHOTS.

work/core-6322 2020-06-17 14:31:11 UTC
Merge remote-tracking branch 'origin/master' into work/core-6322

Author: Adriano dos Santos Fernandes
Author Date: 2020-06-17 14:31:11 UTC

Merge remote-tracking branch 'origin/master' into work/core-6322

query_restarts_2 2020-03-28 10:15:33 UTC
Update documentation, consistent style.

Author: hvlad
Author Date: 2020-03-28 10:15:33 UTC

Update documentation, consistent style.
Thanks to Roman and Nikolay.

ExternalConnectionsPool 2018-05-28 12:06:40 UTC
Update the documentation.

Author: hvlad
Author Date: 2018-05-28 12:06:40 UTC

Update the documentation.

cch-protect 2017-05-24 16:58:07 UTC
Avoid assert in DEBUG build of CS\SC

Author: hvlad
Author Date: 2017-05-24 16:58:07 UTC

Avoid assert in DEBUG build of CS\SC

B2_1_Release 2016-04-06 00:03:41 UTC
increment build number

Author: firebirds <>
Author Date: 2016-04-06 00:03:41 UTC

increment build number

B2_0_Release 2014-12-02 23:47:11 UTC
nightly update

Author: firebirds
Author Date: 2014-12-02 23:47:11 UTC

nightly update

B1_5_Release 2014-06-27 01:27:14 UTC
nightly update

Author: firebirds
Author Date: 2014-06-27 01:27:14 UTC

nightly update

140 of 40 results

Other repositories

Name Last Modified
lp:firebird 2023-11-16
lp:~mapopa/firebird/+git/firebird 2023-11-16
12 of 2 results
You can't create new repositories for firebird .