• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reduce duplication:

index and update_index were in fact implementing a upsert logic. Modern sql allows to write this in a single query and merge the two apis into one. Replace reference in the service contracts as well.

    • -0
    • +7
    ./upgrade/upgrade-5.10.0d5-5.10.0d6.sql
  1. … 5 more files in changeset.
file upgrade-5.10.0d5-5.10.0d6.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d5-5.10.0d6.sql
Removed obsolete @arch-tag

  1. … 24 more files in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -20
    • +29
    ./tsearch2-driver-package-create.sql
  1. … 19 more files in changeset.
object_id on delete cascade

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
file upgrade-0.4d1-0.4d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-0.4d1-0.4d2.sql
Add on delete cascade to object_id foreign key.

  1. … 1 more file in changeset.
Adding tsearch2 driver to oacs-5-1 branch

  1. … 4 more files in changeset.
Rename create and drop scripts so they work.

    • -0
    • +21
    ./tsearch2-driver-create.sql
    • -0
    • +10
    ./tsearch2-driver-drop.sql
Remove set_curcfg from create.sql. Created wrapper functions for

to_tsvector and to_tsquery to call set_curcfg each time.

    • -0
    • +24
    ./tsearch2-driver-package-create.sql
Use 'default' tsearch2 configuration. It should be a parameter eventually.

Pass configuration name into tsvector and tsquery

  1. … 1 more file in changeset.
Uncomment create script so it actually works!

Adding tsearch2 search engine driver. Needs work, but will actually index content.

    • -0
    • +20
    ./tsearch2-create.sql
  1. … 3 more files in changeset.