• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make static pages work with tip 43; bump to 5.2.0d2, upgrade oracle, postgres

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

  1. … 18 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 14 more files in changeset.
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 34 more files in changeset.
Now correctly sets mime type using sp_maybe_create_new_mime_type,

rather than always using text/html.

  1. … 6 more files in changeset.
- Name of root folder is now unique in the CR even if have multiple

package instances, for both Oracle and Postgres.

- All Postgres functions now defined with "create or replace".

  1. … 3 more files in changeset.
Moved Postgres functions and bodies out of static-pages-create.sql

into separate files (just like for Oracle) - necessary to more cleanly

support upgrade files. No other changes.

  1. … 1 more file in changeset.
file static-page-pb.sql was initially added on branch oacs-4-6.