• last updated 33 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Increased the maximum length of a CR type in postgres because the default

maximum identifier length has been 63, rather than 31, characters since,

ummm, care to guess? How about PG 7.3 !!!

Got rid of stupid logging of delete operations, just as I did on PG.

Removed stupid NOTICEs to the log file when deleting stuff. Slows large

deletes down a LOT and fills log file with GARBAGE.

Merged from 5.4.2

  1. … 277 more files in changeset.
Remove reference to obselete table cr_doc_filter.

file upgrade-5.4.2b1-5.4.2b2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.4.2b1-5.4.2b2.sql
Remove cr_doc_filter table, it is not used and the index is not allowed

in 10g.

  1. … 1 more file in changeset.
Moved back to the java versions of utils because it doesn't appear anyone's

going to fix this soon, and work on 5.5 has begun.

Made naming constraints follow our standard so PG core AA tests won't bitch

Remove unecessary upgrades.

Fix RI trigger now that we require PG 8 we don't need the workaround in

cr_folders.

    • -793
    • +0
    ./postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql
  1. … 1 more file in changeset.
file upgrade-5.4.2d1-5.4.2d2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.4.2d1-5.4.2d2.sql
Don't reload image datamodel.

Remove explicit delete of images row, acs_object.del does that for you.

Removing that change means we don't need to reload the image pl/sql

package.

Fix content_type__is_content_type define function args to match Tcl

procedure and Oracle signature. The argument is called object_type.

    • -0
    • +9
    ./postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql
Somehow rolling back malte's stuff missed this file, and I hadn't noticed

Missed two files to rollback previously

Part of the malte rollback

    • -670
    • +0
    ./oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql
Rolled back abortive attempt to substitute dbms_log stuff for java

    • -134
    • +0
    ./oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
    • -137
    • +0
    ./oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
  1. … 1 more file in changeset.
new update script in case, someone managed to get the .info file without the update script

    • -0
    • +146
    ./postgresql/upgrade/upgrade-5.4.0d7-5.4.0d8.sql
    • -0
    • +360
    ./postgresql/upgrade/upgrade-5.4.0d8-5.4.0d9.sql
  1. … 1 more file in changeset.
add update script

  1. … 1 more file in changeset.
fix more function_args, fix comment for default values in stored procedures

  1. … 1 more file in changeset.
Merged 5.3 to HEAD

    • -26
    • +1
    ./postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
  1. … 60 more files in changeset.
Made sure the content package has the new procedures as well

Missing upgrade scripts

    • -0
    • +3
    ./oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
    • -0
    • +134
    ./oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
    • -0
    • +137
    ./oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
    • -0
    • +670
    ./oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql
    • -0
    • +9
    ./postgresql/upgrade/upgrade-5.4.0d6-5.4.0d7.sql
Got rid of reliance on Java for Oracle. Removed unused old functions. Hopefully someone else can help with a fresh install test as well

  1. … 2 more files in changeset.
Get rid of the postgres warning "adding missing FROM-clause entry " on sequences

Make "db_nextval acs_object_id_seq" more than twice as fast (from 948 microseconds to 378 microseconds)

    • -0
    • +839
    ./postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
  1. … 7 more files in changeset.
adding upgrade script

    • -0
    • +2
    ./postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
Fix incorrect function args

  1. … 1 more file in changeset.
Support for relative file locations which might even reside on a windows drive and therefore start with d:\

  1. … 4 more files in changeset.
This old version of the view update is superseeded by upgrade-5.3.0d1, apart from the fact that on none of my sites moving from pre 5.2 it has been working on an upgrade (usually fails due to image content type)

    • -26
    • +1
    ./postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql
Remove duplicated inserts of Open Documents mime types