• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

    • -0
    • +114
    ./upgrade/upgrade-5.10.0d1-5.10.0d2.sql
  1. … 8098 more files in changeset.
file upgrade-5.10.0d1-5.10.0d2.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d1-5.10.0d2.sql
merged changes from the oacs-5-9 branch and resolved conflicts

    • -231
    • +110
    ./acs-messaging-packages.sql
    • -0
    • +108
    ./upgrade/upgrade-5.9.0-5.9.1d1.sql
    • -0
    • +103
    ./upgrade/upgrade-5.9.1d1-5.9.1d2.sql
    • -0
    • +198
    ./upgrade/upgrade-5.9.1d2-5.9.1d3.sql
  1. … 7831 more files in changeset.
file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d2-5.9.1d3.sql
file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d1-5.9.1d2.sql
  1. … 1 more file in changeset.
file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0-5.9.1d1.sql
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +18
    ./upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 9 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -293
    • +471
    ./acs-messaging-packages.sql
    • -32
    • +40
    ./upgrade/upgrade-4.6.2-4.6.3.sql
    • -6
    • +15
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
    • -34
    • +42
    ./upgrade/upgrade-5.8.0d1-5.8.0d2.sql
Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

    • -0
    • +98
    ./upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 7 more files in changeset.
switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

  1. … 8 more files in changeset.
Correction of name constraint

  1. … 2 more files in changeset.
Fix #2981: table_name and id_column must be null for acs_message_revision object type

    • -0
    • +1
    ./upgrade/upgrade-5.3.0d1-5.3.0d2.sql
  1. … 3 more files in changeset.
Made tables etc lower-case to satisfy Jeff's coding standards automated

tests.

  1. … 1 more file in changeset.
Applied patch 394

various bug fixes for package_id, title addition to acs_objects

  1. … 12 more files in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 95 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

  1. … 94 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +8
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 94 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +11
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 596 more files in changeset.
file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-5.0.0b3-5.0.0b4.sql
  1. … 3 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -0
    • +102
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 40 more files in changeset.
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.2-4.6.3.sql
Patches to make OpenACS PG 7.3 compatible.

  1. … 53 more files in changeset.

Fixed some errors in my earlier hacking on hierarchical queries...

  1. … 3 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 17 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 61 more files in changeset.

Bug fixes in the postgres ports of these packages ...

  1. … 2 more files in changeset.

Fixed all sorts of cruft uncovered when I decided to fix the bug preventing

file upload in bboard.

  1. … 5 more files in changeset.