• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updates timezone data once again, bump version to 5.10.1b3

The timezone data from IANA has changed (probably several years ago),

and the min/max years have to be changed to -2147481748/2147485547,

which are no acceptable years for timestamps in PostgreSQL and

Oracle. The new timezone data maps now these boundary values 1/9999.

This commit fixes as well a bug introduced by the last version of the

timezone data in cases, where Tcl versions with older timezone data

were used, and the fallback operations based on Tcl failed. Tcl

versions 8.6.14* and Tcl 9.0* have up-to-date time zones, e.g. Tcl

8.6.13 still requires in some rare cases the fallback to the database,

where the error might show up.

  1. … 4 more files in changeset.
add update script, that was missed several years ago

    • -0
    • +307
    ./upgrade-5.10.0d1-5.10.0d2.sql
  1. … 1 more file in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- modernize SQL

  1. … 2 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 18 more files in changeset.
- Solving problem for overlaping in changes for some european times.

- Loading more timezones.

Ref: http://alice.wu-wien.ac.at:8000/xowiki/timezone-updgrade

    • -0
    • +4
    ./upgrade-timezones.ctl
  1. … 4 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fixed bug #2748

  1. … 1 more file in changeset.
file upgrade-5.2.2-5.2.3b1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade-5.2.2-5.2.3b1.sql
Fixed bug #2749.

  1. … 2 more files in changeset.
timezone__get_abbrev invalid decl for p_time, bump version, upgrade

    • -0
    • +15
    ./upgrade-5.2.0d1-5.2.0d2.sql
  1. … 2 more files in changeset.
adding upgrade script for PG for version 0.3 that we forgot to add previously

    • -0
    • +29
    ./upgrade-0.2d-0.3.sql