8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
firebird-mirror/builds/posix
asfernandes c737d6a807 Create ExprNode class hierarchy.
Convert CONCATENATE and aggregate functions to it.

Fix some bugs:
- select sum(n) over (order by n2), sum(n) over (), n, n2 from x1;
- select (select 1 from x1 b where list(1, a.n) = 1) from x1 a;
2010-02-13 20:29:29 +00:00
..
darwin.defaults Fixed darwin built with gcc4.1 2009-10-12 13:44:35 +00:00
empty.vers - External Engines implementation. 2009-10-21 00:42:38 +00:00
fbintl.darwin.vers Darwin and HPUX mods 2008-01-17 12:09:39 +00:00
fbintl.exp AIX port 2009-01-30 15:53:16 +00:00
fbintl.hpux.vers Misc 2008-12-27 18:24:56 +00:00
fbintl.vers 1) Upgrade INTL interface to undestand misc. configuration informations 2007-04-15 15:57:12 +00:00
fbtrace.darwin.vers And the long march to making Firebird build and run on MacOSX continues 2009-07-21 13:34:20 +00:00
fbtrace.exp AIX port - make fbtrace build on AIX 2009-02-11 09:51:41 +00:00
fbtrace.hpux.vers This should fix HPUX build 2009-04-22 07:58:47 +00:00
fbtrace.vers add forgotten file 2009-02-05 08:48:21 +00:00
firebird.darwin.client.vers Missing symbols 2009-10-23 11:37:02 +00:00
firebird.darwin.embed.vers Missing symbols.... 2009-10-21 12:53:49 +00:00
firebird.exp make perf64_format, perf64_get_info, perf64_report visible for unix builds 2009-09-09 14:00:07 +00:00
firebird.hpux.vers HP-UX changes - 64-bit atomic counters, support for HP-UX 11 v2, and small tweak of build options 2009-09-29 19:13:51 +00:00
firebird.vers make perf64_format, perf64_get_info, perf64_report visible for unix builds 2009-09-09 14:00:07 +00:00
ib_util.darwin.vers 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
ib_util.exp AIX port 2009-01-30 15:53:16 +00:00
ib_util.hpux.vers 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
ib_util.vers 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
make.defaults Goodbye gdef. 2009-12-04 10:05:41 +00:00
make.platform.solaris.examples Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
make.rules Do not pass -RAW to GPRE in the build, to facilitate the analyse of generated files 2010-01-01 18:39:42 +00:00
make.shared.targets 1) Use metadata character set in DSQL cache 2009-12-05 14:21:52 +00:00
make.shared.variables Create ExprNode class hierarchy. 2010-02-13 20:29:29 +00:00
Makefile.in.boot.gpre We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS 2009-08-07 13:29:02 +00:00
Makefile.in.client.fbudf Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.client.gbak Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
Makefile.in.client.gfix Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.client.gpre Cleanup. 2008-07-11 07:50:46 +00:00
Makefile.in.client.gsec It was bad idea to try to make fbsvcmgr more intellectual than it should be - rolled back part of my changes 2009-12-16 12:34:17 +00:00
Makefile.in.client.isql Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.client.qli Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.client.util fixed posix build 2009-12-14 12:09:49 +00:00
Makefile.in.codes Misc 2008-12-27 18:24:56 +00:00
Makefile.in.embed.fbudf Fix symbols not being exported in Linux embedded fbudf 2009-11-15 02:00:37 +00:00
Makefile.in.embed.gbak Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
Makefile.in.embed.gfix Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.embed.gpre - External Engines implementation. 2009-10-21 00:42:38 +00:00
Makefile.in.embed.isql Fixed posix build 2009-11-05 11:52:43 +00:00
Makefile.in.embed.qli Misc 2009-11-06 01:21:14 +00:00
Makefile.in.embed.util It was bad idea to try to make fbsvcmgr more intellectual than it should be - rolled back part of my changes 2009-12-16 12:34:17 +00:00
Makefile.in.examples Small fixes to make best of binreloc during development - can run all binaries now directly from gen/firebird/bin 2009-11-03 13:35:19 +00:00
Makefile.in.extern.editline Applied sligtly modified patch from Dan Horak to use system libread 2009-07-21 13:00:54 +00:00
Makefile.in.extern.icu one more attempt to make it build on all platforms 2005-06-29 06:17:03 +00:00
Makefile.in.extlib Moved most of OS-specific checks away from regular makefiles 2009-01-28 13:47:26 +00:00
Makefile.in.fbserver Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
Makefile.in.fbtrace We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS 2009-08-07 13:29:02 +00:00
Makefile.in.firebird Goodbye gdef. 2009-12-04 10:05:41 +00:00
Makefile.in.inet_server Moved most of OS-specific checks away from regular makefiles 2009-01-28 13:47:26 +00:00
Makefile.in.intl front port fix - international library fails to load on AIX with unresolved symbols. reviewed by Alex 2009-11-10 15:36:34 +00:00
Makefile.in.libfbclient We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS 2009-08-07 13:29:02 +00:00
Makefile.in.libfbembed Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
Makefile.in.libfbstatic We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS 2009-08-07 13:29:02 +00:00
Makefile.in.msgs Misc 2008-12-27 18:24:56 +00:00
Makefile.in.plugins Make the UDR shared libraries prefixed with "lib" in POSIX. That fixes they don't working since the change to doctorModuleExtension function. 2010-01-13 22:23:09 +00:00
Makefile.in.plugins_examples Make the UDR shared libraries prefixed with "lib" in POSIX. That fixes they don't working since the change to doctorModuleExtension function. 2010-01-13 22:23:09 +00:00
Makefile.in.refDatabases Use the correct translation files in posix build, pointed by Claudio 2009-12-21 15:43:23 +00:00
Makefile.in.smp_server Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
Makefile.in.static.gbak Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
Makefile.in.static.gpre We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS 2009-08-07 13:29:02 +00:00
Makefile.in.static.isql Fixed posix build 2009-11-05 11:52:43 +00:00
postfix.darwin Goodbye gdef. 2009-12-04 10:05:41 +00:00
prefix.aix_powerpc Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.aix_powerpc_xlc front port fix - international library fails to load on AIX with unresolved symbols. reviewed by Alex 2009-11-10 15:36:34 +00:00
prefix.darwin_i386 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.darwin_powerpc Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.darwin_ppc64 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.darwin_x86_64 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.example 1. Added utilities/err.cpp where needed. 2009-04-16 11:54:19 +00:00
prefix.freebsd Frontported fix for freebsd and related OSs, including CORE-2825 2010-02-04 16:05:08 +00:00
prefix.freebsd_amd64 Frontported fix for freebsd and related OSs, including CORE-2825 2010-02-04 16:05:08 +00:00
prefix.hpux cleanup unused NDEBUG macro 2009-11-04 10:04:33 +00:00
prefix.hpux_aCC cleanup unused NDEBUG macro 2009-11-04 10:04:33 +00:00
prefix.hpux_ia64 cleanup unused NDEBUG macro 2009-11-04 10:04:33 +00:00
prefix.linux Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_amd64 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_arm Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_generic Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_ia64 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_mips Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_mipsel Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_powerpc Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_s390x Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.linux_sparc32 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.mingw Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.netbsd Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.solaris commit missing Solaris inline assembly routines - SPARC and AMD64 2009-11-10 15:53:38 +00:00
prefix.solaris-64gcc Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.solx86 cleanup unused NDEBUG macro 2009-11-04 10:04:33 +00:00
prefix.solx86gcc Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
prefix.solx86gcc_64 Moved authentication code from engine to remote listener. 2010-01-22 14:55:11 +00:00
udr_engine.hpux.vers - External Engines implementation. 2009-10-21 00:42:38 +00:00
udr_engine.vers - External Engines implementation. 2009-10-21 00:42:38 +00:00