• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add update script, that was missed several years ago

    • -0
    • +307
    ./postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql
  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

    • -38611
    • +39200
    ./common/timezone-rules.dat
  1. … 7832 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -13
    • +22
    ./postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql
  1. … 2547 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -97
    • +217
    ./postgresql/ref-timezones-create.sql
    • -7
    • +15
    ./postgresql/ref-timezones-drop.sql
    • -8
    • +18
    ./postgresql/upgrade/upgrade-0.2d-0.3.sql
    • -7
    • +17
    ./postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 16 more files in changeset.
Applied the 5.5.0a1 fix to the timezones control file, to match the new

data format.

- Solving problem for overlaping in changes for some european times.

- Loading more timezones.

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

    • -35931
    • +39960
    ./common/timezone-rules.dat
    • -0
    • +4
    ./postgresql/upgrade/upgrade-timezones.ctl
  1. … 2 more files in changeset.
Some time, long long ago, the PSQL "\copy" command syntax change, but the

old syntax was accepted. As of PG 8.3, the old syntax is no longer allowed.

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. … 720 more files in changeset.
file upgrade-5.2.2-5.2.3b1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql
timezone__get_abbrev invalid decl for p_time, bump version, upgrade

    • -0
    • +15
    ./postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -11
    • +12
    ./postgresql/ref-timezones-create.sql
  1. … 598 more files in changeset.
changed the \copy commands to use the 7.2 format for psql as it is supported in 7.2 and 7.3

  1. … 6 more files in changeset.
switch to using \\copy rather than copy since the backend typically

is not able to read the dat file because of permissions (or if it is

on a remote machine the file typically will not even exist).

bug #1033

  1. … 7 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +341
    ./oracle/upgrade/upgrade-0.3-0.4d1.sql
  1. … 23 more files in changeset.
allow bulk loading with 7.2

  1. … 6 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
Fixed upgrade for PG 7.2. Unfortunately, COPY has different syntax between 7.2 and 7.3

adding upgrade script for PG for version 0.3 that we forgot to add previously

    • -0
    • +29
    ./postgresql/upgrade/upgrade-0.2d-0.3.sql
Added timezone__convert_to_locale proc for PG

    • -1
    • +23
    ./postgresql/ref-timezones-create.sql
  1. … 1 more file in changeset.
Forgot to change data control file to reference this package rather than

my test package ...

Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

    • -36045
    • +0
    ./common/ref-timezones-rules.sql
    • -35931
    • +0
    ./common/timezone-rules.csv
    • -0
    • +35931
    ./common/timezone-rules.dat
    • -0
    • +521
    ./common/timezones.dat
  1. … 24 more files in changeset.
Removed references to the old INSERT data initialization files in the

oracle version.

Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loader

to load the data for this package. Much, much faster than a bazillion

INSERT statements.

    • -35931
    • +0
    ./common/01-timezone-rules.csv
    • -0
    • +35931
    ./common/timezone-rules.csv
    • -0
    • +521
    ./common/timezones.csv
    • -0
    • +5
    ./oracle/00-timezones.ctl
    • -0
    • +11
    ./oracle/01-timezone-rules.ctl
    • -0
    • +1
    ./postgresql/00-timezones.ctl
    • -0
    • +1
    ./postgresql/01-timezone-rules.ctl
Moved csv files to match naming scheme that makes it easy to load in both

PG and Oracle - dd-table-name.csv where dd is the sequence number, used

to control the order in which table data is loaded.

    • -0
    • +521
    ./common/00-timezones.csv
    • -0
    • +35931
    ./common/01-timezone-rules.csv
    • -35931
    • +0
    ./common/ref-timezones-rules.csv
merge of 4.6.3b1 to HEAD

    • -0
    • +35931
    ./common/ref-timezones-rules.csv
    • -47
    • +48
    ./postgresql/ref-timezones-create.sql
  1. … 6 more files in changeset.
file ref-timezones-data.csv was initially added on branch oacs-4-6.

    • -0
    • +0
    ./common/ref-timezones-data.csv
file ref-timezones-rules.csv was initially added on branch oacs-4-6.

    • -0
    • +0
    ./common/ref-timezones-rules.csv
rolling back bad commit. I committed installation timesaver changes to these files as part of my catalog file commit. Needless to say, Jeff the Gatekeeper Davis immediately spotted this mistake so that it could be corrected...

    • -1
    • +36016
    ./common/ref-timezones-rules.sql
I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

    • -36016
    • +1
    ./common/ref-timezones-rules.sql
  1. … 333 more files in changeset.
undo bad commit

    • -0
    • +36016
    ./common/ref-timezones-rules.sql
  1. … 7 more files in changeset.