mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
f4db04a556
commit
0a66d42e09
161
ChangeLog
161
ChangeLog
@ -1,3 +1,164 @@
|
||||
2009-12-22 11:30 alexpeshkoff
|
||||
|
||||
* firebird2/src/: jrd/btn.cpp (1.34), jrd/btn.h (1.27), jrd/btr.cpp
|
||||
(1.270), jrd/ods.h (1.70), jrd/validation.cpp (1.63),
|
||||
jrd/recsrc/IndexTableScan.cpp (1.7), utilities/gstat/dba.epp
|
||||
(1.123):
|
||||
|
||||
Cleanup - two flags are always set to true starting with ODS > 10
|
||||
|
||||
2009-12-22 06:32 dimitr
|
||||
|
||||
* firebird2/src/dsql/keywords.cpp (1.86):
|
||||
|
||||
Correction, thanks to Adriano.
|
||||
|
||||
2009-12-22 01:08 asfernandes
|
||||
|
||||
* firebird2/: builds/win32/preprocess.bat (1.47),
|
||||
src/common/config/config.h (1.58), src/dsql/DdlNodes.epp (1.32),
|
||||
src/dsql/StmtNodes.cpp (1.25), src/dsql/ddl.cpp (1.298),
|
||||
src/dsql/dsql.cpp (1.311), src/dsql/dsql.h (1.174),
|
||||
src/dsql/metd.epp (1.157), src/dsql/pass1.cpp (1.484),
|
||||
src/dsql/utld_proto.h (1.26), src/gpre/prett_proto.h (1.11),
|
||||
src/jrd/DatabaseSnapshot.cpp (1.125), src/jrd/Function.epp (1.3),
|
||||
src/jrd/cmp.cpp (1.374), src/jrd/ods.cpp (1.5), src/jrd/ods.h
|
||||
(1.69), src/jrd/ods_proto.h (1.3), src/jrd/pag.cpp (1.242),
|
||||
src/jrd/validation.cpp (1.62), src/utilities/fbsvcmgr.cpp (1.47),
|
||||
src/utilities/nbackup.cpp (1.108):
|
||||
|
||||
Some fixes; Misc.
|
||||
|
||||
2009-12-21 21:55 asfernandes
|
||||
|
||||
* firebird2/: builds/posix/make.shared.variables (1.121),
|
||||
builds/win32/preprocess.bat (1.46), lang_helpers/gds_codes.ftn
|
||||
(1.121), lang_helpers/gds_codes.pas (1.119), src/dsql/DdlNodes.h
|
||||
(1.7), src/jrd/Function.epp (1.2), src/jrd/Function.h (1.2):
|
||||
|
||||
1) Make it build in Linux; 2) Fix some warnings
|
||||
|
||||
2009-12-21 18:55 dimitr
|
||||
|
||||
* firebird2/builds/win32/: preprocess.bat (1.45),
|
||||
msvc9/engine.vcproj (1.12), msvc9/engine_classic.vcproj (1.12),
|
||||
msvc9/engine_embed.vcproj (1.12):
|
||||
|
||||
Fixed project files.
|
||||
|
||||
2009-12-21 18:53 dimitr
|
||||
|
||||
* firebird2/src/jrd/: Function.epp (1.1), Function.h (1.1):
|
||||
|
||||
Support for PSQL functions (other JRD changes). Still work in
|
||||
progress.
|
||||
|
||||
2009-12-21 18:42 dimitr
|
||||
|
||||
* firebird2/src/jrd/: Database.h (1.48), DatabaseSnapshot.cpp
|
||||
(1.124), cmp.cpp (1.373), ExtEngineManager.cpp (1.8),
|
||||
ExtEngineManager.h (1.7), dbt.cpp (1.47), dfw.epp (1.308), evl.cpp
|
||||
(1.330), exe.cpp (1.322), exe.h (1.149), fun.epp (1.138),
|
||||
fun_proto.h (1.22), jrd.h (1.284), met.epp (1.308), par.cpp
|
||||
(1.262), req.h (1.105), scl.epp (1.115), scl_proto.h (1.34),
|
||||
tra.cpp (1.216), val.h (1.49), vio.cpp (1.271),
|
||||
extds/InternalDS.cpp (1.36):
|
||||
|
||||
Support for PSQL functions (other JRD changes). Still work in
|
||||
progress.
|
||||
|
||||
2009-12-21 18:31 dimitr
|
||||
|
||||
* firebird2/src/jrd/: lck.cpp (1.110), lck.h (1.51):
|
||||
|
||||
Support for PSQL functions (misc JRD changes). Still work in
|
||||
progress.
|
||||
|
||||
2009-12-21 18:29 dimitr
|
||||
|
||||
* firebird2/src/jrd/drq.h (1.43):
|
||||
|
||||
Misc.
|
||||
|
||||
2009-12-21 18:23 dimitr
|
||||
|
||||
* firebird2/src/dsql/: DdlNodes.epp (1.31), DdlNodes.h (1.6),
|
||||
Nodes.h (1.12), StmtNodes.cpp (1.24), StmtNodes.h (1.14), ddl.cpp
|
||||
(1.297), dsql.h (1.173), keywords.cpp (1.85), node.h (1.131),
|
||||
parse.y (1.349), pass1.cpp (1.483):
|
||||
|
||||
Support for PSQL functions (only the DSQL part so far). Still work
|
||||
in progress.
|
||||
|
||||
2009-12-21 17:54 dimitr
|
||||
|
||||
* firebird2/src/dsql/metd.epp (1.156):
|
||||
|
||||
Support for PSQL functions.
|
||||
|
||||
2009-12-21 17:53 dimitr
|
||||
|
||||
* firebird2/src/dsql/make.cpp (1.197):
|
||||
|
||||
Misc.
|
||||
|
||||
2009-12-21 17:47 dimitr
|
||||
|
||||
* firebird2/src/jrd/: acl.h (1.10), scl.h (1.31):
|
||||
|
||||
Support for PSQL functions.
|
||||
|
||||
2009-12-21 17:44 dimitr
|
||||
|
||||
* firebird2/src/: include/consts_pub.h (1.44), jrd/dyn.epp (1.169),
|
||||
jrd/dyn_def.epp (1.201), jrd/dyn_util.epp (1.73), jrd/drq.h (1.42),
|
||||
jrd/irq.h (1.22):
|
||||
|
||||
Support for PSQL functions.
|
||||
|
||||
2009-12-21 17:37 dimitr
|
||||
|
||||
* firebird2/src/: msgs/facilities2.sql (1.110), msgs/messages2.sql
|
||||
(1.133), msgs/system_errors2.sql (1.81), include/gen/codetext.h
|
||||
(1.129), include/gen/iberror.h (1.133), include/gen/msgs.h (1.162),
|
||||
include/gen/sql_code.h (1.135), include/gen/sql_state.h (1.65):
|
||||
|
||||
Error codes introduced for PSQL functions.
|
||||
|
||||
2009-12-21 17:35 dimitr
|
||||
|
||||
* firebird2/src/: jrd/fields.h (1.26), jrd/names.h (1.23),
|
||||
jrd/relations.h (1.33), jrd/trig.h (1.33), include/gen/ids.h
|
||||
(1.40):
|
||||
|
||||
New system fields (ODS change).
|
||||
|
||||
2009-12-21 16:43 asfernandes
|
||||
|
||||
* firebird2/builds/posix/Makefile.in.refDatabases (1.36):
|
||||
|
||||
Use the correct translation files in posix build, pointed by
|
||||
Claudio
|
||||
|
||||
2009-12-21 16:11 asfernandes
|
||||
|
||||
* firebird2/src/dsql/dsql.cpp (1.310):
|
||||
|
||||
Just started some separation of concerns
|
||||
|
||||
2009-12-21 15:56 asfernandes
|
||||
|
||||
* firebird2/src/: dsql/dsql.cpp (1.309), dsql/dsql.h (1.172),
|
||||
dsql/gen.cpp (1.206), jrd/extds/InternalDS.cpp (1.35):
|
||||
|
||||
Make dsql_req::statement constant
|
||||
|
||||
2009-12-21 15:20 asfernandes
|
||||
|
||||
* firebird2/src/dsql/gen.cpp (1.205):
|
||||
|
||||
Misc
|
||||
|
||||
2009-12-21 12:58 alexpeshkoff
|
||||
|
||||
* firebird2/src/: include/gen/msgs.h (1.161), msgs/messages2.sql
|
||||
|
Loading…
Reference in New Issue
Block a user