firebirds
|
c2e17f5cbf
|
nightly update
|
2011-12-23 03:21:38 +00:00 |
|
dimitr
|
e7c9ebba12
|
Re-implemented the disabled code in the remote server. Cleaned up the legacy logic that doesn't look actual these days.
Some code refactoring.
|
2011-12-22 15:32:06 +00:00 |
|
asfernandes
|
958bca323a
|
Misc.
|
2011-12-22 14:18:43 +00:00 |
|
dimitr
|
08cff42833
|
Let's avoid duplication of shared constants.
|
2011-12-22 08:07:17 +00:00 |
|
firebirds
|
6659b847ff
|
nightly update
|
2011-12-21 03:21:59 +00:00 |
|
asfernandes
|
93b3c8933e
|
Misc.
|
2011-12-21 00:51:28 +00:00 |
|
asfernandes
|
1bb24e6c08
|
Fixed CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC.
|
2011-12-20 14:30:41 +00:00 |
|
firebirds
|
615e07be1c
|
nightly update
|
2011-12-20 03:21:44 +00:00 |
|
hvlad
|
dd546a9d8a
|
Fixed AV in trace when statement free event is traced and it is first traced event for a given statement (i.e. prepare\execution was not traced before).
Adriano, please review.
|
2011-12-19 10:01:02 +00:00 |
|
firebirds
|
a0e2b62ff8
|
nightly update
|
2011-12-17 03:21:33 +00:00 |
|
asfernandes
|
d075c8459c
|
Misc.
|
2011-12-17 01:34:39 +00:00 |
|
hvlad
|
92f4b8bf86
|
Second try to work with null's correctly
|
2011-12-16 14:48:49 +00:00 |
|
firebirds
|
04316f47b9
|
nightly update
|
2011-12-15 03:21:11 +00:00 |
|
paulbeach
|
cdca8e39e0
|
CORE-3862 - Multiple update installs can cause problems.
|
2011-12-14 14:51:32 +00:00 |
|
dimitr
|
f30f9e58e8
|
Reworked the fix for CORE-3683: Recursive query with GROUP BY in root part: wrong results if no index exists for fields that are grouped. It resolves some optimization regressions appeared after the original fix.
|
2011-12-14 06:45:24 +00:00 |
|
firebirds
|
5e9c50e3ae
|
nightly update
|
2011-12-10 03:22:16 +00:00 |
|
asfernandes
|
e94a79bec5
|
Misc.
|
2011-12-10 01:18:58 +00:00 |
|
firebirds
|
88c5345a0a
|
nightly update
|
2011-12-09 03:22:59 +00:00 |
|
asfernandes
|
b0dfb22eeb
|
Fixed CORE-3694 - internal Firebird consistency check in query with grouping by subquery+stored procedure+aggregate.
|
2011-12-08 15:13:28 +00:00 |
|
firebirds
|
73039963f3
|
nightly update
|
2011-12-07 03:20:58 +00:00 |
|
dimitr
|
efa1adfec0
|
Correction related to CORE-927.
|
2011-12-06 18:09:15 +00:00 |
|
hvlad
|
c5cc0b113e
|
Cleanup
|
2011-12-06 15:08:08 +00:00 |
|
asfernandes
|
a25584f7a2
|
Fixed CORE-3382 - Incomplete description of POSITION() function.
|
2011-12-06 14:38:49 +00:00 |
|
asfernandes
|
d8a30e8094
|
Fixed CORE-3545 - Inconsistent domain's constraint validation in PSQL.
|
2011-12-06 14:24:10 +00:00 |
|
dimitr
|
21c71a0682
|
Fixed CORE-3692: Cannot drop a NOT NULL constraint on a field participating in the UNIQUE constraint.
|
2011-12-06 13:12:18 +00:00 |
|
dimitr
|
8ffffb7f81
|
Fixed CORE-927: Grants don't work for procedures used inside views.
|
2011-12-06 13:09:51 +00:00 |
|
dimitr
|
1575ff5b54
|
Fixed CORE-927: Grants don't work for procedures used inside views.
|
2011-12-06 10:02:20 +00:00 |
|
firebirds
|
ba77c374bf
|
nightly update
|
2011-12-06 03:21:23 +00:00 |
|
hvlad
|
6a8a920840
|
Fixed bug CORE-3690 : Wrong warning message for ambiguous query
|
2011-12-05 13:06:30 +00:00 |
|
firebirds
|
3c827ea4a7
|
nightly update
|
2011-12-05 03:20:53 +00:00 |
|
asfernandes
|
965bf3f159
|
Fixed the problem with windowed functions in recursive CTEs, reported by Frank Ingermann in fb-devel.
This fix is complementary to the one done in CORE-3683.
|
2011-12-04 18:36:26 +00:00 |
|
firebirds
|
bb44af42a4
|
nightly update
|
2011-12-04 03:20:06 +00:00 |
|
asfernandes
|
3009484b26
|
Fixed CORE-3683 - Recursive query with GROUP BY in root part: wrong results if no index exists for fields that are grouped.
|
2011-12-03 20:22:14 +00:00 |
|
dimitr
|
1fb40d535f
|
Fixed the authentication during restore via the Services API.
|
2011-12-03 12:48:54 +00:00 |
|
firebirds
|
787da0095f
|
nightly update
|
2011-12-02 03:23:47 +00:00 |
|
dimitr
|
887b3c13da
|
For a number of reasons, it seems being a good thing to unwind the trigger requests ASAP.
|
2011-12-01 09:54:36 +00:00 |
|
dimitr
|
aa4e36e0d6
|
Correction.
|
2011-12-01 09:37:25 +00:00 |
|
dimitr
|
e3fb73cdca
|
Attempted to fix CORE-3490: Concurrency problem when using named cursors. The solution may look sub-optimal but it doesn't seem to affect the performance.
|
2011-12-01 09:24:59 +00:00 |
|
firebirds
|
3970019916
|
nightly update
|
2011-12-01 03:19:39 +00:00 |
|
asfernandes
|
a886171bf2
|
Fixed window function with empty streams.
|
2011-12-01 00:47:58 +00:00 |
|
firebirds
|
f6724bbefc
|
nightly update
|
2011-11-30 03:23:05 +00:00 |
|
dimitr
|
7a0a3a706f
|
Fixed the build.
|
2011-11-29 08:37:55 +00:00 |
|
dimitr
|
18df9a3ab7
|
Raised the lock table version. Some cleanup.
|
2011-11-29 08:14:49 +00:00 |
|
firebirds
|
6958d52a70
|
nightly update
|
2011-11-28 03:20:10 +00:00 |
|
asfernandes
|
59acf81405
|
Misc.
|
2011-11-28 00:57:11 +00:00 |
|
asfernandes
|
016ddf41dc
|
Refactored CREATE FILTER and CREATE INDEX.
|
2011-11-27 19:08:06 +00:00 |
|
firebirds
|
cb192938e6
|
nightly update
|
2011-11-24 03:20:18 +00:00 |
|
asfernandes
|
19735c1e44
|
Misc.
|
2011-11-24 00:17:29 +00:00 |
|
firebirds
|
641d1ec312
|
nightly update
|
2011-11-23 03:20:41 +00:00 |
|
asfernandes
|
b956356922
|
DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE.
|
2011-11-22 16:33:25 +00:00 |
|