23f6445af9- Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime.
devel
Emiliano Langella
2025-06-04 10:07:33 +00:00
f69e7d0a9fAccepting request 1254677 from server:database:postgresqlAna Guerrero2025-03-20 18:25:54 +00:00
f4f77582b5- Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI
Emiliano Langella
2025-03-20 10:49:55 +00:00
b55329048e- Update to version 4.14.2+git0.eb0e492: * prepare for 4.14.2 * fix crash when arguments of plvstr.rvrs specified substring out of passed string * fix check number of digits of umask value * remove security definer from dbms_alert.signal - it is not necessary since c40d56b * remove unsupported releases * fix build on old meson (tested 0.58.2) * enhancing meson build
Emiliano Langella
2025-02-21 16:49:34 +00:00
d9e466f37cAccepting request 1245881 from server:database:postgresqlAna Guerrero2025-02-14 18:23:15 +00:00
c5b5568565- Remove the postgresql12 flavor, because it is EOL.Reinhard Max2025-02-14 12:12:13 +00:00
f56ee3dd2c- Update to version 4.14.1+git0.48e67e7: * prepare for 4.14.1 * introduce new github workflows * Update README.asciidoc * fix regress tests on msvc * DiffUtils from gnuwin32 are necessary for ninja test on msvc * info about using meson * fix meson.build for msvc * support for meson
Emiliano Langella
2024-12-20 16:28:27 +00:00
13dabfde68Accepting request 1226456 from server:database:postgresqlAna Guerrero2024-11-26 19:56:16 +00:00
83f957b50f- Update to version 4.14.0+git0.f0ecbd3: * prepare for 4.14.0 * prepare for 4.13.6 * remove invalid alternative results of dbms_random test * fix dbms_random test for pg 12 * fix error when orafce's triggers was executed on table with dropped columns * update year in info comment * fix white chars * Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results. * regress test for new nvl function * fix Makefile and return type previously added nvl function * Add support to nvl(double precision, integer) and to_date(integer, text).
Emiliano Langella
2024-11-26 09:24:03 +00:00
7bbda78bc9Accepting request 1217062 from server:database:postgresqlAna Guerrero2024-10-23 19:10:04 +00:00
5cc30880a4- Update to version 4.13.5+git0.ab95f82: * prepare for 4.13.5 * export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build * With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle.
Emiliano Langella
2024-10-22 15:18:31 +00:00
19e2cf65c3- Update to version 4.13.4+git0.8f3f211: * prepare for 4.13.4 * fix update script from 4.12 to 4.13Marcus Rueckert2024-10-15 12:22:16 +00:00
46541fcff0Accepting request 1203572 from server:database:postgresqlAna Guerrero2024-09-25 19:55:21 +00:00
4254ef72ec- Update to version 4.13.0+git3.25d74aa: * Fix description of GUC orafce.varchar2_null_safe_concat * Fix description of GUC orafce.varchar2_null_safe_concat * fix regress tests * Update README.asciidoc * Fix documentation formatting. * Add description of to_date(text,text) function and the error reported due to Oracle bug. * Update regression test result with error message change. * Raise an error when Oracle's to_date() bugs are reached. This concern dates before 1582-10-05 ('J2299159') usinf the 'J' format and dates before 1100-03-01 that cannot be verified due to a bug in Oracle. * remove obsolete sql signature of dbms_alert.defered_signal * update NEWS * Remove the BC part of the Oracle like Julian Day date * Fix wrong number of days add to julian day in to_char(text, text) function and add pg_catalog FQDN to the to_date() builtin function called. Add regression test. * remove obsolete file * Fix TO_DATE(text, text) function with the 'J' (Julian day) formatting. For Oracle this is the number of days since January 1, 4712 BC whereas for PostgreSQL this is the number of days since November 24, 4714 BC.
Emiliano Langella
2024-09-25 12:43:46 +00:00
1078bd92cbAccepting request 1201373 from server:database:postgresqlAna Guerrero2024-09-16 15:45:26 +00:00
4bc5a99e5cdisable pg11 builds as we will remove the EOL package soonMarcus Rueckert2024-09-09 02:02:00 +00:00
0c314eedb5- Update to version 4.11.0+git0.72e1417: * - refresh sql parser - fix warning: no previous declaration for ‘orafce_sql_yynerrs’ [-Wmissing-variable-declarations] * fix format doc * fix format doc * fix format doc * fix sys_extract_utc calculation for pg12 * regress tests for sys_extract_utc * fix another warnings related to master - after drop support for pg12, the code for pipe and alert needs refactoring * fix warnings related to master build * fix build pg12 * support of sys_extract_utc function
Emiliano Langella
2024-08-28 09:42:00 +00:00
a84ed2bbcaAccepting request 1178357 from server:database:postgresqlAna Guerrero2024-06-04 10:51:14 +00:00
dc4283e9ffAccepting request 1178285 from home:emilianolangella
Emiliano Langella
2024-06-03 15:10:36 +00:00
f4e52173baAccepting request 1176510 from server:database:postgresqlAna Guerrero2024-05-24 17:51:43 +00:00
4c1614d0faAccepting request 1176507 from home:emilianolangella
Emiliano Langella
2024-05-23 15:24:26 +00:00
cb13297f12Accepting request 1170706 from server:database:postgresqlAna Guerrero2024-04-30 15:26:47 +00:00
593f0af48dAccepting request 1170705 from home:emilianolangella
Emiliano Langella
2024-04-29 08:33:28 +00:00
255aec8ffbAccepting request 1166827 from server:database:postgresqlAna Guerrero2024-04-11 17:41:48 +00:00
12f2d9241dAccepting request 1166826 from home:emilianolangella
Emiliano Langella
2024-04-11 10:49:16 +00:00
69c1345c2e- update to 3.4.0 * new aggregate function wm_concat * PostgreSQL 9.6, 10 are supported well * remove support for 8.3, 8.4, 9.0, 9.1 (only 9.2 and higher are supported) * new functions: sysdate, sessiontimezone, dbtimezone * remove support for 8.2 * add support for 9.5 * change the releasion number system * new functions: to_single_byte, to_multi_byte, nanvl, length, ltrim, btrim, rtrim, lpad, rpad * fix compilation issue in new code for Pg <= 9.1Marcus Rueckert2017-08-10 16:57:55 +00:00
64383ba828- update to 3.0.9 * PostgreSQL 9.4 compilation * new datatype and related functions: oracle.date * new varchar2, nvarchar2 types and related functions (Amit Langote) * oracle.substr emulate better Oracle substr function behave (Vinayak Pokale) * fix few internal issues that breaks a PGXN tests (Pavel Stehule)Marcus Rueckert2015-02-19 11:43:03 +00:00
c5b5c1a9bb- rename README.orafunc to README.asciidoc
Darin Perusich
2013-10-14 13:00:43 +00:00
f27783ee94- updated to verion 3.0.6 - generate specs for PG 9.3
Darin Perusich
2013-10-09 18:25:53 +00:00
ae30e7d40c- Update to version 9.2.4 * Fix insecure parsing of server command-line switches * Reset OpenSSL randomness state in each postmaster child process * Make REPLICATION privilege checks test current user not authenticated user * Fix GiST indexes to not use "fuzzy" geometric comparisons when it's not appropriate to do so * Fix erroneous range-union and penalty logic in GiST indexes that use contrib/btree_gist for variable-width data types, that is text, bytea, bit, and numeric columns * Fix bugs in GiST page splitting code for multi-column indexes * Fix gist_point_consistent to handle fuzziness consistently * See the release notes for the rest of the changes: http://www.postgresql.org/docs/9.2/static/release-9-2-4.html /usr/share/doc/packages/postgresql/HISTORY ------------------------------------------------------------------ - Update to version 9.2.4 * Fix insecure parsing of server command-line switches * Reset OpenSSL randomness state in each postmaster child process * Make REPLICATION privilege checks test current user not authenticated user * Fix GiST indexes to not use "fuzzy" geometric comparisons when it's not appropriate to do so * Fix erroneous range-union and penalty logic in GiST indexes that use contrib/btree_gist for variable-width data types, that is text, bytea, bit, and numeric columns * Fix bugs in GiST page splitting code for multi-column indexes * Fix gist_point_consistent to handle fuzziness consistently * See the release notes for the rest of the changes: http://www.postgresql.org/docs/9.2/static/release-9-2-4.html
Darin Perusich
2013-08-08 14:08:55 +00:00
9fc39d3c72- renamed orafce.spec to orafce.spec.in
Darin Perusich
2012-12-17 13:20:46 +00:00
7c03d65fc2Accepting request 139946 from home:deadpointReinhard Max2012-11-13 08:10:56 +00:00
253ccb7ffbAccepting request 96525 from home:deadpointReinhard Max2011-12-13 20:00:37 +00:00