tsearch2-driver-procs-postgresql.xql

  • last updated 28 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix count query to also honor the extra_args

    • -0
    • +24
    ./tsearch2-driver-procs-postgresql.xql
  1. … 1 more file in changeset.
Implement TIP#130 Add -exta_args to search callback definition to avoid having to redefine it constantly

    • -7
    • +17
    ./tsearch2-driver-procs-postgresql.xql
  1. … 4 more files in changeset.
Fix typo in query names

    • -2
    • +2
    ./tsearch2-driver-procs-postgresql.xql
More missing defaults

    • -3
    • +3
    ./tsearch2-driver-procs-postgresql.xql
Add default config for PG < 8.3 query.

    • -3
    • +3
    ./tsearch2-driver-procs-postgresql.xql
Fix postgtresql 8.3 compatibility for another query.

    • -6
    • +27
    ./tsearch2-driver-procs-postgresql.xql
  1. … 1 more file in changeset.
Hopefully found the secret to customizing queries by version

    • -1
    • +44
    ./tsearch2-driver-procs-postgresql.xql
  1. … 2 more files in changeset.
Fucking query processor only allows one queryset per xql file

    • -42
    • +0
    ./tsearch2-driver-procs-postgresql.xql
  1. … 1 more file in changeset.
Broke out 8.3 vs. old tsearch queries into a query file and conditionalized

by version. Did not break out queries not affected by 8.3.

    • -0
    • +81
    ./tsearch2-driver-procs-postgresql.xql
  1. … 1 more file in changeset.