Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-07-07 Thread Simonov Denis
Nikolay Samofatov wrote Thu, 03 Jul 2014 01:49:11 +0400: > > With these changes, I expect to see no scenarios when request-level > snapshots would impose > significant performance impact (long-running transactions would not > inhibit GC anymore), > and it would be possible to use them b

[Firebird-devel] [FB-Tracker] Created: (CORE-4487) Save package body after ALTER/RECREATE PACKAGE

2014-07-07 Thread Robert (JIRA)
Save package body after ALTER/RECREATE PACKAGE -- Key: CORE-4487 URL: http://tracker.firebirdsql.org/browse/CORE-4487 Project: Firebird Core Issue Type: Improvement Components: Engine

Re: [Firebird-devel] Cursor stability in READ COMMITTED transactions

2014-07-07 Thread James Starkey
You're on the right track. But let me sketch how Falcon handled transactions as food for thought. Falcon kept a linked list of transactions in transaction start order (batch inserts of "unassigned" transaction objects that could be grabbed with a compare and swap). When a transaction was started

[Firebird-devel] [FB-Tracker] Created: (CORE-4486) Trace: provide filter to INCLUDE / EXCLUDE errors by their mnemonical names

2014-07-07 Thread Pavel Zotov (JIRA)
Trace: provide filter to INCLUDE / EXCLUDE errors by their mnemonical names Key: CORE-4486 URL: http://tracker.firebirdsql.org/browse/CORE-4486 Project: Firebird Core

[Firebird-devel] [FB-Tracker] Created: (CORE-4485) Trace: make list of tables which were involved in statistics ordered by their names (alphabetical)

2014-07-07 Thread Pavel Zotov (JIRA)
Trace: make list of tables which were involved in statistics ordered by their names (alphabetical) -- Key: CORE-4485 URL: http://tracker.firebirdsql.org/browse/CORE-44

Re: [Firebird-devel] api / functions for extracting ddl

2014-07-07 Thread Adriano dos Santos Fernandes
On 07/07/2014 05:51, marius adrian popa wrote: > it would be nice to have an api or sql functions to extract ddl > similar to the isql extract > > https://github.com/asfernandes/firebird/blob/master/src/isql/extract.epp > > IMO, metadata extraction should be done with a system package. And this is

[Firebird-devel] api / functions for extracting ddl

2014-07-07 Thread marius adrian popa
it would be nice to have an api or sql functions to extract ddl similar to the isql extract https://github.com/asfernandes/firebird/blob/master/src/isql/extract.epp -- Open source business process management suite built o

Re: [Firebird-devel] DDL permissions

2014-07-07 Thread Roman Simakov
Hi, Mark! Thanks for your reply: 2014-07-05 10:30 GMT+04:00 Mark Rotteveel : > I have not checked the code thoroughly, but I noticed two things: > 1) there are still some TODOs in the code Yes. The main part is done. The rest one is about user management which will be implemented a bit later wit

[Firebird-devel] [FB-Tracker] Created: (CORE-4484) RFC: Description (COMMENT ON) for package procedures and functions, and its parameters

2014-07-07 Thread Robert (JIRA)
RFC: Description (COMMENT ON) for package procedures and functions, and its parameters -- Key: CORE-4484 URL: http://tracker.firebirdsql.org/browse/CORE-4484 Project: