asfernandes
ed0e0daeb3
- External Engines implementation.
...
- Plugins API.
- Feature CORE-2700 - UDR (User Defined Routines) Engine - C++ API supporting functions, triggers and stored procedures.
- Feature CORE-2470 - Support for alternate format of strings literals.
- Feature CORE-2310 - DDL triggers.
- Feature CORE-2312 - PSQL Packages.
- Feature CORE-1209 - CONTINUE statement.
- Feature CORE-1180 - DDL syntax to change (not) nullable state of columns.
- Feature CORE-2090 - Support OVER () clause with current aggregate functions.
- Fixed CORE-2699 - Common table expression context could be used with parameters.
- Introduce ODS 12.0.
- Work in progress in type-safe parser.
- Refactor some DDL commands (procedures and triggers) from DYN to DdlNodes.
- Refactor virtual tables to use a class hierarchy instead of namespaces. This is basic thing, not based on the changes done in Vulcan. Window functions is based on this work.
- Refactor COMMENT ON and DROP FUNCTION from DYN to DdlNodes. COMMENT ON do not use GDML anymore, it uses DSQL with PreparedStatement class.
- Refactor EXECUTE BLOCK to StmtNodes.
- Refactor the IUDF to SysFunctions. That eliminates RDB$GET_CONTEXT and RDB$SET_CONTEXT from RDB$FUNCTIONS.
2009-10-21 00:42:38 +00:00
hvlad
f8c417adb3
Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values.
...
Part (b) add perf64 API into client and use perf64 API in utilities
2009-09-09 10:28:26 +00:00
asfernandes
4171c16988
Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int
2009-08-03 15:52:48 +00:00
asfernandes
4759973045
Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR
...
Full rebuild required - CMP_compile2 prototype changed
2009-08-02 04:10:07 +00:00
robocop
4ffeaea47a
Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation.
2009-03-05 06:38:43 +00:00
asfernandes
8f9b451ce9
Rework of ib_util changes. Dynamically load it in the engine and inform callback functions to alloc and free memory. Allocate memory from the default pool.
2008-07-12 21:23:42 +00:00
asfernandes
af1d955da6
Improvement CORE-1937 - Detect (instead of crash) FREE_IT UDFs that return pointer not allocated by ib_util_malloc
2008-06-14 22:16:40 +00:00
asfernandes
d30d6410ea
Misc
2008-06-13 01:42:58 +00:00
robocop
017d04dbfc
Misc.
2008-06-10 10:11:39 +00:00
aafemt
a16dfd7c75
Return deprecated stubs to public interface
2008-06-10 07:52:42 +00:00
aafemt
c6e0cd6d55
Fix MinGW build
2008-06-09 14:37:39 +00:00
sboyd
c05536e155
Added an entry point for isc_dsql_allocate_statement
2008-05-29 19:10:17 +00:00
alexpeshkoff
9e0c4160da
Make fb_cancel_operation() public API call.
2008-04-29 09:57:55 +00:00
robocop
565ce8a4b0
The client library on Windows won't build without getting rid of these references to already gone private API entrypoints.
2008-03-04 06:00:16 +00:00
dimitr
05c471e1c5
Fixed the Windows build, but I do object about these changes.
2008-02-29 07:34:46 +00:00
asfernandes
312a391d78
Misc
2008-02-26 02:23:28 +00:00
dimitr
ec513fd5cb
Ported SQLSTATE from Vulcan.
...
Part I: core changes.
2008-02-24 14:07:01 +00:00
dimitr
cf84ebd910
The merge continued.
2008-01-16 10:41:58 +00:00
aafemt
bc30836992
Another mangled export to please new modules
2007-04-03 10:41:03 +00:00
aafemt
90fb39d44b
More mangled exports because Claudio decided to use this undocumented thing in isql
2007-02-28 12:43:57 +00:00
dimitr
c6c688180a
Restored the legacy entrypoint as suggested by Claudio many months ago.
...
It's imported by pre-v2.1 utilities.
2007-02-14 11:38:11 +00:00
robocop
f0ce8fda36
Commit build changes by Stephen Boyd to support RM Cobol.
...
Restoring the missing entry points that COBOL needs and that were deleted years ago. Added the entry points in the new fbrmclib.
2006-11-10 08:04:36 +00:00
asfernandes
1b91c08390
Fix B.O. in y-valve
2006-06-28 22:50:45 +00:00
asfernandes
6b139b098a
Remove obsolete functions from .def files
2006-06-01 02:01:36 +00:00
aafemt
48927053aa
Some more mangled exports
2005-12-17 12:59:16 +00:00
asfernandes
2932cb0c11
Export IB_UDF_srand function
2005-07-30 01:48:31 +00:00
aafemt
ded6a80c4a
Use libfbcommon wherever possible and drop ancient workaround for dependencies (use -MMD switch instead)
2005-07-22 10:26:30 +00:00
aafemt
4224c35066
Mangled stdcall export
2005-07-04 05:54:21 +00:00
robocop
bb170bd3b6
isc_interpret is fb_interpret again.
...
Please do a full rebuild.
2004-11-28 01:03:05 +00:00
skidder
3e26513b38
fb_interpret->isc_interpet, deprecate isc_interpete, clean interface a little bit
2004-10-25 03:53:03 +00:00
robocop
e6cb17cac6
Vulnerability reported by Daniel Urban.
...
First step: reorganize code.
Please do a full rebuild after retrieving those changes.
2004-09-22 01:59:39 +00:00
robocop
1824343930
Cleanup.
...
Fixed a linking error with MSVC6, too.
2004-03-28 09:10:30 +00:00
skidder
f26d84f76b
1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets
2004-03-25 23:12:50 +00:00
skidder
1b43575fa9
Rollback crazy change made by Dimitry Sibiryakov and approved by Claudio Valderrama. We should not break compatibility with half of the world without apparent reasons.
2003-12-21 23:54:24 +00:00
robocop
c3fc0097bc
Removed win16 survivor
2003-10-05 04:06:55 +00:00
robocop
c931a674c2
Cleanup.
...
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 12:43:14 +00:00
skidder
235db035ce
Ok, i'm joining Firebird destruction team with my cleanup:
...
1. Bring trace DSQL, DYN and BLR trace logging up-to-date
2. Remove redundant CSB pointer dereferences in BLR parser and request compiler
3. Convert RIGHT JOIN to LEFT JOIN early during BLR parsing
4. Check BLR syntax for unititalized contexts usage
5. Some type-safety and const-correctness fixes
2003-09-28 21:36:05 +00:00
aafemt
6fbb6c5ad7
No more isc_array_gen_sdl() in public API
2003-08-29 10:55:07 +00:00
brodsom
139160119a
Remove intlcpp
2003-08-21 01:46:36 +00:00
dimitr
7afafe73e8
Minor addition to the private API
2003-07-06 08:38:58 +00:00
dimitr
625c5426ef
Restored compatibility ordinals. Unfortunately, too many software depend on them.
2003-05-11 13:23:19 +00:00
dimitr
6670f695c3
Updated project files:
...
- moved gds32_debug.def
- removed IB7 functions from compatibility gds32
2003-03-18 08:50:17 +00:00
brodsom
c815ed512b
Move def files left in the directory (but not v5_example ones)
2003-02-19 13:19:16 +00:00
brodsom
88e600e5db
Move .def files to builds directory
2003-02-19 12:15:26 +00:00