8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
Commit Graph

52380 Commits

Author SHA1 Message Date
10a4cded1a Frontported fix for CORE-5355: XpbBuilder fails to create new TPB 2016-09-22 14:55:20 +03:00
firebirds
c98ca99ce2 increment build number 2016-09-22 00:02:21 +00:00
hvlad
d8f43da00f Generate savepoint around blr_store for non-cursor INSERT's (INSERT INTO ... VALUES (...) ) with sub-select in VALUES list.
It fixes bug CORE-5337 : The subquery in the insert list expressions ignore the changes made earlier in the same executable block.
Note, existing procedures and triggers should be recompiled to have new BLR code.
2016-09-21 12:38:24 +03:00
firebirds
4daf083e93 increment build number 2016-09-20 00:02:24 +00:00
Dmitry Yemanov
da2bccb013 Bugfix CORE-5351: LEFT JOIN incorrectly pushes UDF into the inner stream causing wrong results 2016-09-19 19:42:27 +03:00
firebirds
78ddb3a868 increment build number 2016-09-17 00:02:21 +00:00
6d7e4d91a6 Postfix for CORE-5204: take into an account --enable-binreloc flag 2016-09-16 14:01:44 +03:00
firebirds
c68a3bbd66 increment build number 2016-09-16 00:02:26 +00:00
53044c3441 Do not segfault in a case of unexpected exception 2016-09-15 19:52:52 +03:00
1f32346d21 Frontported fix for CORE-5326: Embedded - encrypting a database crashes host process when background encryption gets ready while no connection is established to that database 2016-09-15 17:37:50 +03:00
b994354b9c Postfix for CORE-5204: fixed typo 2016-09-15 15:33:36 +03:00
1d2990f7e8 Implemented CORE-5204: create an option in the installer to install in different locations than /opt/firebird 2016-09-15 15:21:54 +03:00
firebirds
2ed83fbf88 increment build number 2016-09-09 00:02:19 +00:00
Adriano dos Santos Fernandes
fb40f1eb2e Fixed CORE-5341 - User collate doesn't work with blobs. 2016-09-08 14:11:56 -03:00
Dmitry Yemanov
1a82a6ff64 Misc (naming, constness, warnings). 2016-09-08 18:43:00 +03:00
firebirds
4d7c1884de increment build number 2016-09-08 00:02:20 +00:00
hvlad
d5ec668334 Let UPDATE and DELETE statements ignore records already deleted in the same statement (but still visible because of stable cursor).
It fixed bugs
CORE-5322 : Cascade deletion in self-referencing table could raise "no current record for fetch operation" error), and
CORE-5142 : Error "no current record to fetch" if some record is to be deleted both by the statement itself and by some trigger fired during statement execution
2016-09-07 22:45:17 +03:00
87b24ebe3f Comment 2016-09-07 21:45:20 +03:00
hvlad
b12869f23b Fixed bug CORE-5348 : Databases created at build process are owned by Windows administrator, not SYSDBA 2016-09-07 13:21:56 +03:00
firebirds
6043105648 increment build number 2016-09-07 00:02:20 +00:00
Adriano dos Santos Fernandes
112efb5a29 Misc. 2016-09-06 15:17:52 -03:00
Dmitry Yemanov
ebd0d3c813 More context variables for error handlers, see CORE-1132 and CORE-2040. (#46)
* Implement some parts of CORE-1132 and CORE-2040.

* Change per Adriano's suggestion.
2016-09-06 21:12:03 +03:00
Adriano dos Santos Fernandes
f80d135842 Documentation for CORE-3647 - Window Function: frame (rows / range) clause. 2016-09-06 13:07:19 -03:00
firebirds
1d435303fe increment build number 2016-09-06 00:02:20 +00:00
d8d373435d Fixed CORE-5347: Races when initializing wire compression 2016-09-05 18:14:42 +03:00
3c4062c092 Fixed docs - thanks to Martin 2016-09-05 13:23:30 +03:00
firebirds
8d423b6225 increment build number 2016-09-03 00:02:22 +00:00
Adriano dos Santos Fernandes
41d24deb26 Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
Also updated README.keywords of others features.
2016-09-02 15:20:01 -03:00
Adriano dos Santos Fernandes
68bbdc1802 Correction. 2016-09-01 22:23:58 -03:00
firebirds
f62edab6c4 increment build number 2016-09-02 00:02:22 +00:00
Adriano dos Santos Fernandes
935eb9aae3 Convert Window Functions README to markdown. 2016-09-01 13:28:01 -03:00
Adriano dos Santos Fernandes
854b11b925 Removed unused function. 2016-09-01 11:46:27 -03:00
Adriano dos Santos Fernandes
4ca4e7f825 Correct my name spelling and added contributor. 2016-09-01 08:16:27 -03:00
Dmitry Yemanov
a80e0b07d2 Update the changelog. 2016-09-01 12:15:00 +03:00
firebirds
272c870976 increment build number 2016-09-01 00:02:19 +00:00
hvlad
f38854a3a2 Fixed assertions (BDB_nbak_state_lock is not set for temporary page space) 2016-09-01 00:12:47 +03:00
firebirds
a26006759f increment build number 2016-08-27 00:02:21 +00:00
6a745d9d9f Fixed CORE-5339: Assertion in createDatabase() when doing overwrite check 2016-08-26 19:04:15 +03:00
firebirds
982c395052 increment build number 2016-08-25 00:02:20 +00:00
7bf7455cb3 Fixed CORE-5248: Improve consistency in GRANT syntax between roles and privileges according to SQL standard 2016-08-24 18:47:39 +03:00
182c172f4d Minor enhancements in debug output for wire compress 2016-08-24 13:28:27 +03:00
Adriano dos Santos Fernandes
e5b1a902c7 Misc. 2016-08-23 22:23:33 -03:00
firebirds
2abf6778a4 increment build number 2016-08-24 00:02:19 +00:00
Dmitry Yemanov
7dcf5652cb Fixed yet another oversight of mine. 2016-08-23 19:20:46 +03:00
Adriano dos Santos Fernandes
f6457f1a47 Fixed BLR printer for ORDER BY ... NULLS FIRST/LAST. 2016-08-23 13:19:23 -03:00
Dmitry Yemanov
313d9917fd Merge pull request #45 from cincuranet/flush-spelling-fix
Correct 'flush' spelling.
2016-08-23 10:18:20 +03:00
Jiri {x2} Cincura
a264b4ece0 Correct 'flush' spelling. 2016-08-23 08:28:51 +02:00
firebirds
268516472c increment build number 2016-08-23 00:02:19 +00:00
Dmitry Yemanov
9d6d0913da Fix missing flags initialization I accidentally removed in my last commit. 2016-08-22 09:13:44 +03:00
firebirds
555c8172fd increment build number 2016-08-21 00:02:19 +00:00