Orafce Versions Save

The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.

VERSION_4_10_0

3 weeks ago
  • add possibility to set umask for files opened by utl_file.fopen

VERSION_4_9_4

1 month ago

fix crash #260

before fix there was a possibility to call 2x time fclose agaist one FILE pointer (when fclose returned some error). But the pointer used as argument of fclose should not be used ever.

Full Changelog: https://github.com/orafce/orafce/compare/VERSION_4_9_3...VERSION_4_9_4

VERSION_4_9_3

2 months ago
  • fix broken handling null in dbms_sql.column_value

VERSION_4_9_2

3 months ago
  • fix possible crashes in dbms_sql and plvlex functions

VERSION_4_9_1

3 months ago
  • better compatibility with Oracle for function dbms_random.string

VERSION_4_9_0

4 months ago
  • mark some function parallel safe
  • fix dbms_sql.debug_cursor
  • fix compatibility issue of oracle.regexp_count, oracleregexp_substr functions

VERSION_4_7_0

7 months ago
  • remainder function should be strict

VERSION_4_6_1

7 months ago
  • fix upgrade from 4.5.0

VERSION_4_6_0

8 months ago
  • dbms_alert uses condition variables for synchronization (less latency) (pg13+)

VERSION_4_5_0

9 months ago
  • partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.