[CORE-3150] - segmentation fault in gbak when interrupted with Ctrl-C
[CORE-3151] - memory allocated in sqlda_sup may be not released in some cases
[CORE-3157] - COMMENT ON PARAMETER - Statement leads in a consumption of 1.7 GB RAM and a runtime of more than 1 Minute
[CORE-3164] - Parameterized requests involving blob fields fails when connected using charset UTF8
[CORE-3166] - Script changeMultiConnectMode.sh should not be present in SS environment.
[CORE-3168] - exclude_filter doesn't work for <services></section> section of the Trace facility
[CORE-3170] - Engine could enter infinite loop if EVENT's are posted but no subscribers exists
[CORE-3173] - Empty result when select from SP that contains two CTE (second of them with GROUP BY clause) and INNER join
[CORE-3176] - View with "subselect" column join table and not use index
[CORE-3180] - ALTER VIEW with not matched columns in declaration and selection crashs the server
[CORE-3185] - Firebird compilation on a box, already running firebird server
[CORE-3188] - page 0 is of wrong type (expected 6, found 1)
[CORE-3194] - Number of connections to linux superclassic has limit equal 508
[CORE-3199] - nbackup fails due to O_NOATIME flag in database open
[CORE-3202] - execute_immediate API call family may crash the remote server
[CORE-3203] - UPDATE OR INSERT with RETURNING causes "Invalid Cursor" error
[CORE-3205] - isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err
[CORE-3207] - AccessViolationException inside FB_965910463_Class.isc_start_multiple on begin transaction.
[CORE-3208] - Significant memory leaks with recursive queries
[CORE-3210] - The cursor identified in the UPDATE or DELETE statement is not positioned on a row. no current record for fetch operation in SELECT query
[CORE-3211] - String truncation occurs when selecting from a view containing NOT IN inside
[CORE-3259] - Deadlock and sefgault when processing ctrl-C in user code
[CORE-3261] - Assertion when running restore service
[CORE-3266] - Race condition between async service detach request and running user trace service
[CORE-3277] - Wrong result for RIGHT(UTF8 varchar)
[CORE-3282] - EXECUTE STATEMENT parses the SQL text using wrong charset
[CORE-3283] - BAD PLAN with using LEFT OUTER JOIN in SUBSELECT
[CORE-3297] - nbackup.exe exits without info when firebird.conf is missing
[CORE-3302] - Distinct aggregates return wrong (duplicated) data
[CORE-3306] - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure
[CORE-3311] - Error "data type unknown" while preparing UPDATE/DELETE statements with the parameterized ROWS clause
[CORE-3312] - Sub-optimal join plan when the slave table depends on the master one via the OR predicate
[CORE-3314] - Dependencies are not removed after dropping the procedure and the table it depends on in the same transaction
[CORE-3315] - Audit plugin records a sencond *FAILED* EXECUTE_STATEMENT_FINISH after a "normal" one
[CORE-3320] - Some MERGE syntax can crash the server
[CORE-3325] - At high load it is possible that new process could fail to map shared memory
[CORE-3326] - Fast mutex could be left in locked state by dead process
[CORE-3327] - Thread pool in network server could create more threads than necessary
[CORE-3328] - Client writes error messages into firebird.log when database is shutted down
[CORE-3329] - Windows administrator gets RDB$ADMIN role when this is not expected
[CORE-3335] - Wrong results (internal wrapping occured) for the multi-byte blob SUBSTRING function and its boundary arguments
[CORE-3340] - Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column (leads to unrestorable backup)
[CORE-3341] - Events might not be posted inside the autonomous transaction
[CORE-3349] - Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL
[CORE-3351] - Windows client could put 10054 error messages into firebird.log at connection time
[CORE-3353] - Predicate (blob_field LIKE ?) describes the parameter as VARCHAR(30) rather than as BLOB
[CORE-3355] - Wrong comparsion of DATE and TIMESTAMP if index is used
[CORE-3374] - Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format
[CORE-3377] - During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory
[CORE-3387] - Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket
[CORE-3389] - isc_dsql_exec_immed2 with zero transaction handle could lead to a BUGCHECK(147)
[CORE-3394] - Failed attempt to violate unique constraint could leave unneeded "lock conflict" error in status-vector
[CORE-3397] - Unresolved symbols in intl and trace libraries
[CORE-3461] - DDL operations fail after backup/restore
[CORE-3464] - Dirty page could be written without releasing (or downgrading) page lock. It results in "lock denied" or "lock conversion denied" bugcheck
[CORE-3465] - Nbackup state lock could be not released after cache error. It results in "Can't lock state for write" bugcheck when backup state is going to be changed.
[CORE-3466] - Some changes could be lost during the merge of delta file into main database file
[CORE-3468] - Attempt to read after the end of file when nbackup state is stalled
[CORE-3477] - Passing non-existing SQL parameters always crash server
[CORE-3479] - ASCII_VAL raises error instead of return 0 for empty strings
[CORE-3482] - nbackup ctrl-c segfaults and leaves db locked (delta file continues to grow)
[CORE-3486] - GPRE language modules can't be compiled with gcc 4.4.
[CORE-3487] - sometimes fbtracemgr segfaults when ending with ctrl+c
[CORE-3489] - Blob transliteration may not happen inside the union
[CORE-3491] - Altering of a TYPE OF COLUMN parameter affects the original column
[CORE-3493] - Adding a value to a timestamp below '16.11.1858 00:00:01' throws 'value exceeds the range for valid timestamp'
[CORE-3494] - Attach fails after shutdown rejected by handler installed in fb_shutdown_callback()
[CORE-3502] - DROP VIEW ignores the existing non-column dependencies
[CORE-3503] - ALTER VIEW crashes the server if the new version has an artificial (aggregate or union) stream at the position of a regular context in the older version
[CORE-3508] - MON$DATABASE_NAME and MON$ATTACHMENT_NAME fields contain question marks instead of non-ASCII characters regardless of the connection charset
[CORE-3509] - Alter procedure allows to add the parameter with the same name.
[CORE-3511] - Unquoted role names with non-ASCII characters passed in DPB are upper-cased wrongly