Commit Graph

  • 4ba37e2033 Accepting request 1282667 from server:database:postgresql factory Dominique Leuenberger 2025-06-04 18:29:36 +00:00
  • 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
  • f69e7d0a9f Accepting request 1254677 from server:database:postgresql Ana Guerrero 2025-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
  • dce0d85ef1 Accepting request 1247695 from server:database:postgresql Dominique Leuenberger 2025-02-21 20:38:40 +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
  • d9e466f37c Accepting request 1245881 from server:database:postgresql Ana Guerrero 2025-02-14 18:23:15 +00:00
  • c5b5568565 - Remove the postgresql12 flavor, because it is EOL. Reinhard Max 2025-02-14 12:12:13 +00:00
  • 4a7ab69260 Accepting request 1232872 from server:database:postgresql Dominique Leuenberger 2024-12-20 22:11:46 +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
  • 13dabfde68 Accepting request 1226456 from server:database:postgresql Ana Guerrero 2024-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
  • 7bbda78bc9 Accepting request 1217062 from server:database:postgresql Ana Guerrero 2024-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.13 Marcus Rueckert 2024-10-15 12:22:16 +00:00
  • 29cef8327b - enable pg17 Marcus Rueckert 2024-09-28 00:32:09 +00:00
  • 46541fcff0 Accepting request 1203572 from server:database:postgresql Ana Guerrero 2024-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
  • 1078bd92cb Accepting request 1201373 from server:database:postgresql Ana Guerrero 2024-09-16 15:45:26 +00:00
  • 4bc5a99e5c disable pg11 builds as we will remove the EOL package soon Marcus Rueckert 2024-09-09 02:02:00 +00:00
  • 94a017fdb1 Accepting request 1196440 from server:database:postgresql Dominique Leuenberger 2024-08-28 19:33:03 +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
  • a84ed2bbca Accepting request 1178357 from server:database:postgresql Ana Guerrero 2024-06-04 10:51:14 +00:00
  • dc4283e9ff Accepting request 1178285 from home:emilianolangella Emiliano Langella 2024-06-03 15:10:36 +00:00
  • f4e52173ba Accepting request 1176510 from server:database:postgresql Ana Guerrero 2024-05-24 17:51:43 +00:00
  • 4c1614d0fa Accepting request 1176507 from home:emilianolangella Emiliano Langella 2024-05-23 15:24:26 +00:00
  • cb13297f12 Accepting request 1170706 from server:database:postgresql Ana Guerrero 2024-04-30 15:26:47 +00:00
  • 593f0af48d Accepting request 1170705 from home:emilianolangella Emiliano Langella 2024-04-29 08:33:28 +00:00
  • 255aec8ffb Accepting request 1166827 from server:database:postgresql Ana Guerrero 2024-04-11 17:41:48 +00:00
  • 12f2d9241d Accepting request 1166826 from home:emilianolangella Emiliano Langella 2024-04-11 10:49:16 +00:00
  • 5b748099bc Accepting request 1155895 from server:database:postgresql Dominique Leuenberger 2024-03-07 17:30:56 +00:00
  • cc9581bc11 Accepting request 1155886 from home:emilianolangella Martin Pluskal 2024-03-07 12:50:13 +00:00
  • 536bdd659e Accepting request 1145078 from server:database:postgresql Ana Guerrero 2024-02-08 18:02:58 +00:00
  • 5ce1f128d2 Accepting request 1145077 from home:emilianolangella Emiliano Langella 2024-02-08 08:51:25 +00:00
  • 1d03f3d056 Accepting request 1142206 from server:database:postgresql Ana Guerrero 2024-01-29 21:32:26 +00:00
  • c7dbd3a259 Accepting request 1142205 from home:emilianolangella Emiliano Langella 2024-01-29 09:59:59 +00:00
  • 416aafed34 Accepting request 1136070 from server:database:postgresql Dominique Leuenberger 2024-01-03 11:29:24 +00:00
  • 8aa65b1c84 Accepting request 1136069 from home:emilianolangella Emiliano Langella 2024-01-02 08:27:56 +00:00
  • 857d999b44 Accepting request 1117596 from server:database:postgresql Ana Guerrero 2023-10-13 21:15:20 +00:00
  • f9868803a4 Accepting request 1117595 from home:emilianolangella:branches:orafce Emiliano Langella 2023-10-13 07:55:55 +00:00
  • ecf8f1db2c - enable pg 16 Marcus Rueckert 2023-09-28 21:00:30 +00:00
  • 157de1f633 Accepting request 1113379 from server:database:postgresql Ana Guerrero 2023-09-25 18:03:48 +00:00
  • dbec564ddd Accepting request 1113378 from home:emilianolangella:branches:orafce Emiliano Langella 2023-09-25 08:12:53 +00:00
  • 4b237331c8 Accepting request 1109734 from server:database:postgresql Ana Guerrero 2023-09-08 19:16:19 +00:00
  • 0c597d79f3 Accepting request 1109732 from home:emilianolangella:branches:orafce Emiliano Langella 2023-09-08 14:06:50 +00:00
  • 0d4c8d9d6c Accepting request 1102645 from server:database:postgresql Dominique Leuenberger 2023-08-07 13:29:23 +00:00
  • 44462d3cab Accepting request 1102644 from home:emilianolangella:branches:orafce Emiliano Langella 2023-08-07 07:53:19 +00:00
  • c4d827ccb1 Accepting request 1097879 from server:database:postgresql Dominique Leuenberger 2023-07-10 14:40:08 +00:00
  • db609806d1 Accepting request 1097878 from home:emilianolangella:branches:orafce Emiliano Langella 2023-07-10 07:06:25 +00:00
  • 940c28fd3a Accepting request 1090776 from server:database:postgresql Dominique Leuenberger 2023-06-05 16:06:56 +00:00
  • a4eaedc720 Accepting request 1090774 from home:emilianolangella:branches:orafce Emiliano Langella 2023-06-04 20:26:32 +00:00
  • 9b40ad05d9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orafce?expand=0&rev=5 Dominique Leuenberger 2023-05-01 16:51:38 +00:00
  • 6355e48d8b Updating link to change in openSUSE:Factory/orafce revision 5 OBS User buildservice-autocommit 2023-05-01 16:51:38 +00:00
  • 194d23db1b Accepting request 1083867 from server:database:postgresql OBS User buildservice-autocommit 2023-05-01 16:51:38 +00:00
  • 0f9f7343ed Accepting request 1083866 from home:emilianolangella:branches:orafce Emiliano Langella 2023-05-01 13:59:26 +00:00
  • 4164d12f15 Accepting request 1076778 from server:database:postgresql Dominique Leuenberger 2023-04-03 15:45:45 +00:00
  • 9a906fb870 Accepting request 1076777 from home:emilianolangella:branches:orafce Emiliano Langella 2023-04-02 20:37:25 +00:00
  • db9f49ceed Accepting request 1071441 from server:database:postgresql Dominique Leuenberger 2023-03-14 17:17:25 +00:00
  • 03bdc49fad Accepting request 1071426 from home:pluskalm:branches:server:database:postgresql Emiliano Langella 2023-03-14 09:29:54 +00:00
  • 9282d56b66 Updating link to change in openSUSE:Factory/orafce revision 2 OBS User buildservice-autocommit 2023-02-12 10:06:11 +00:00
  • 5e4c8b0537 RelEng emergecny fix: validate changes file Dominique Leuenberger 2023-02-12 10:06:11 +00:00
  • 5d9ffaf56f Accepting request 1064312 from server:database:postgresql Dominique Leuenberger 2023-02-11 20:57:06 +00:00
  • a65107c062 Accepting request 1064311 from home:emilianolangella:branches:orafce Emiliano Langella 2023-02-10 16:49:41 +00:00
  • bf64dff6ba Accepting request 1064296 from home:emilianolangella:branches:orafce Martin Pluskal 2023-02-10 16:19:17 +00:00
  • d65a8aaf57 Accepting request 1064281 from home:emilianolangella:branches:orafce Emiliano Langella 2023-02-10 15:02:07 +00:00
  • fb4619be21 Accepting request 1064220 from home:emilianolangella:branches:orafce Martin Pluskal 2023-02-10 13:10:22 +00:00
  • c7ad627b8c - remove pg 10 support Marcus Rueckert 2023-01-31 15:33:13 +00:00
  • e77d7634f5 - enable pg 15 Marcus Rueckert 2023-01-31 15:03:57 +00:00
  • 2424640ba5 - enable pg 13 and 14 Marcus Rueckert 2021-11-30 19:42:07 +00:00
  • 865a068974 - remove dead PG versions Marcus Rueckert 2021-11-30 19:33:33 +00:00
  • 5cc8145d9f fix license Marcus Rueckert 2019-10-23 19:57:17 +00:00
  • 88c861d71c switch to generated tarball Marcus Rueckert 2019-10-22 18:48:22 +00:00
  • 0004d3b0b2 - adding postgresql12 to _multibuild Marcus Rueckert 2019-10-22 16:19:35 +00:00
  • 7becd81c6d - Update to version 3.6.1+git24.cf58d28: Marcus Rueckert 2018-10-27 03:04:33 +00:00
  • 2a3ffd7927 - Add build for PostgreSQL 11 and drop 9.3. - BuildReuire server-devel instead of devel. Reinhard Max 2018-10-25 14:13:16 +00:00
  • d5e0a65571 fix the exclude Marcus Rueckert 2017-08-10 17:08:50 +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.1 Marcus Rueckert 2017-08-10 16:57:55 +00:00
  • b696949b68 - switch to multibuild Marcus Rueckert 2017-08-10 16:51:52 +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 Rueckert 2015-02-19 11:43:03 +00:00
  • 1f17e9af2f - enable 9.4 Marcus Rueckert 2015-02-19 10:43:51 +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
  • 7c03d65fc2 Accepting request 139946 from home:deadpoint Reinhard Max 2012-11-13 08:10:56 +00:00
  • 253ccb7ffb Accepting request 96525 from home:deadpoint Reinhard Max 2011-12-13 20:00:37 +00:00