db2fce News - History of user-visible changes
Copyright (C) 2015-2026 credativ GmbH

Version 0.0.17 - 2026-03-18

* Removed remaining NEGATOR (Balázs Bárány)
* Dropped oddly named "char" operator, re-created without quotes (Balázs Bárány)
* Removed unnecessary implementation of ^= for the internal '"char"' type
  (Balázs Bárány)
* Add update script from v0.0.15 to v0.0.17 to make it possible to jump over
  v0.0.16.

Version 0.0.16 - 2026-01-28

* Removed NEGATOR from ^= operators for PG > 16 compatibility. (Balázs Bárány)
  .
  This will lead to worse performance in queries using the ^= operator if the
  optimizer negates the expression.

Version 0.0.15 - 2022-07-12

* Removed array-based concatenation operator aliases

Version 0.0.14 - 2021-05-11

* Removed deprecated date types from ^= operator

Version 0.0.13 - 2019-08-09

* Build system improvements
* Ensure that all objects are created in the db2 schema
* Update tests

Version 0.0.12 - 2017-06-30

* Added upper() and lower() functions (Balázs Bárány)

Version 0.0.11 - 2017-02-20

* Added timestamp_format() function (Balázs Bárány)

Version 0.0.10 - 2016-07-25

* Added date() and time() functions (Balázs Bárány)

Version 0.0.9 - 2016-06-24

* Modified seconds() and microsseconds() functions to be
  DB2 compatible (Helmut Hartmann)

Version 0.0.8 - 2016-05-09

* Added strip() and digits() functions (Balázs Bárány)

Version 0.0.7 - 2016-05-09

* Added update scripts through 0.0.4

Version 0.0.6 - 2016-02-24

* Added lcase() function

Version 0.0.5 - 2015-10-27

* Added testsuite

Version 0.0.4 - 2015-07-09

* Added !! operator alias for ||
* Added translate() function
* Added hex() function
* Added double() function
* Added months_between() function
* Added microsecond(), second(), minute() and hour() functions

Version 0.0.3 - 2015-04-28

* Removed ^= operator alias for pg_lsn and jsonb datatypes for backward
  compatibility

Version 0.0.2 - 2015-04-27

* Corrected schema usage privileges

Version 0.0.1 - 2015-04-27

* Initial version
