Releases: orafce/orafce
Releases · orafce/orafce
4.7.0
- remainder function should be strict
4.6.1
- fix upgrade from 4.5.0
4.6.0
- dbms_alert uses condition variables for synchronization (less latency) (pg13+)
4.5.0
- partial rewriting of dbms_pipe. Now, the synchronization is based on signals instead short sleeping.
4.4.0
- regexp_x functions should be immutable
4.3.0
fix dbms_random.string
- this function should be VOLATILE
- the generated strings can contains chars \ and ~
4.2.6
- fix partially broken compatibility (corner case) of instr function
4.2.5
- WIN32 only: use MoveFileEx() function instead replace(). It allows overwrite file by function dbms_file.rename()
4.2.4
- fix infinity recursion when Orafce is loaded by shared_preload_libraries on PostgreSQL 15
4.2.3
full use file wide char API on WIN32 platform. It allows to use non ascii chars inside filenames on MS WIN.