• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 51 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

  1. … 53 more files in changeset.
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.
Fixing typo.

added missing declare

add tree_sortkey to acs_messages to enable hierarchical queries on the reply_to field

Applied patch from Vinod.

Thanks!

Fixed many little ommisions and drop scripts, etc.

    • -134
    • +181
    ./acs-messaging-packages.sql
fixed included files syntax

Changed parameters to use the new "p_" convention, for the most part.

    • -215
    • +212
    ./acs-messaging-packages.sql
  1. … 3 more files in changeset.
changed dir structure

    • -0
    • +242
    ./upgrade/upgrade-4.0-4.0.1a.sql
    • -0
    • +12
    ./upgrade/upgrade-4.0.1-4.1.sql
    • -0
    • +49
    ./upgrade/upgrade-4.0.1a-4.0.1.sql
    • -0
    • +658
    ./upgrade/upgrade-4.1-4.1.1.sql
  1. … 6 more files in changeset.
Initial checkin after changing directory name.

    • -0
    • +139
    ./acs-messaging-create.sql
    • -0
    • +20
    ./acs-messaging-drop.sql
    • -0
    • +493
    ./acs-messaging-packages.sql
    • -0
    • +24
    ./acs-messaging-views.sql