• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

    • -50
    • +49
    ./postgresql/news-aggregator-packages-create.sql
    • -1
    • +1
    ./postgresql/news-aggregator-packages-drop.sql
    • -87
    • +87
    ./postgresql/news-aggregator-tables-create.sql
Redefine foreign key constraints on the na_aggregators table so that there won't be need for package uninstantiation callbacks (as found downstream)

    • -29
    • +6
    ./postgresql/news-aggregator-packages-create.sql
    • -2
    • +7
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +33
    ./postgresql/upgrade/upgrade-0.10d-0.11d.sql
  1. … 1 more file in changeset.
No need to explicitly delete permissions

    • -12
    • +0
    ./postgresql/news-aggregator-packages-drop.sql
Fix typo in drop script

    • -1
    • +1
    ./postgresql/news-aggregator-packages-drop.sql
Move upgrade scripts in the proper directory

    • -0
    • +84
    ./postgresql/upgrade/upgrade-0.7d-0.8d.sql
    • -0
    • +5
    ./postgresql/upgrade/upgrade-0.9d-0.10d.sql
Add missing constraint at creation

    • -0
    • +1
    ./postgresql/news-aggregator-tables-create.sql
Make guid,source_id unique for na_items

    • -0
    • +5
    ./postgresql/upgrade-0.9d-0.10d.sql
  1. … 3 more files in changeset.
na_items_item_id_seq created before na_items tables

    • -1
    • +1
    ./postgresql/news-aggregator-tables-create.sql
file upgrade-0.9.7-0.9.8.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.9.7-0.9.8.sql
file upgrade-0.9.6b-0.9.7.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.9.6b-0.9.7.sql
file upgrade-0.9.4d-0.9.5b.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.9.4d-0.9.5b.sql
file upgrade-0.9d-0.9.4d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.9d-0.9.4d.sql
file upgrade-0.6-0.7d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.6-0.7d.sql
file upgrade-0.5d-0.6d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.5d-0.6d.sql
file upgrade-0.7d-0.8d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.7d-0.8d.sql
file upgrade-0.5d2-0.5d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
Data model changes: Added author and pub_date fields to na_item__new (news-aggregator)

    • -3
    • +11
    ./postgresql/news-aggregator-packages-create.sql
    • -2
    • +4
    ./postgresql/news-aggregator-packages-drop.sql
Added the following fields to the news-aggregator data model:

- author, comment_page and pub_date to na_items

- source_title and show_description_p to na_subscriptions

    • -1
    • +9
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +17
    ./postgresql/upgrade-0.7d-0.8d.sql
Checked through all the conflicts between news-aggregator-0-2d and news-aggregator-0-4d and bumped version to 0.5d

    • -67
    • +0
    ./oracle/news-aggregator-create.sql
    • -121
    • +0
    ./oracle/news-aggregator-package-create.sql
    • -10
    • +0
    ./oracle/news-aggregator-package-drop.sql
    • -121
    • +0
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
    • -191
    • +7
    ./postgresql/news-aggregator-create.sql
    • -38
    • +7
    ./postgresql/news-aggregator-drop.sql
  1. … 17 more files in changeset.
Initial revision

    • -0
    • +405
    ./postgresql/news-aggregator-packages-create.sql
    • -0
    • +82
    ./postgresql/news-aggregator-packages-drop.sql
    • -0
    • +277
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +54
    ./postgresql/news-aggregator-tables-drop.sql
  1. … 63 more files in changeset.
Hakan Andersson made functions use timestamptz instead of timestamp

    • -4
    • +4
    ./postgresql/news-aggregator-create.sql
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +121
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
  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)

    • -5
    • +5
    ./oracle/news-aggregator-package-create.sql
  1. … 274 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +67
    ./oracle/news-aggregator-create.sql
    • -0
    • +121
    ./oracle/news-aggregator-package-create.sql
    • -0
    • +10
    ./oracle/news-aggregator-package-drop.sql
    • -0
    • +192
    ./postgresql/news-aggregator-create.sql
    • -0
    • +39
    ./postgresql/news-aggregator-drop.sql
  1. … 811 more files in changeset.
file news-aggregator-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-create.sql
    • -0
    • +0
    ./postgresql/news-aggregator-create.sql
file news-aggregator-package-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-package-drop.sql
file news-aggregator-package-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-package-create.sql
file news-aggregator-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-drop.sql
    • -0
    • +0
    ./postgresql/news-aggregator-drop.sql