Peter Eisentraut
cd80642413
Add hash operator class
...
The uri = uri operator was marked as HASHES, but no hash function or
hash operator class was defined. Hash joins would therefore fail.
Bug report and original patch by Grégoire HUBERT (@chanmix51).
closes #3
2015-08-29 16:17:13 -04:00
Peter Eisentraut
cf854ebea1
Replace uriIsHostSetA() by local implementation
...
Even though uriIsHostSetA() is exported by the uriparser library, it is
not in a header file, so it's not part of the official interface, and
its use causes compiler warnings. So create a local copy and use that.
closes #2
2015-08-27 23:44:40 -04:00
Peter Eisentraut
8a02974787
Add uri_normalize function
2015-04-12 16:01:03 -04:00
Peter Eisentraut
527cc23bc4
Change uri_path to return text
2015-04-03 22:49:52 -04:00
Peter Eisentraut
53789ec067
Expand README.md
2015-03-13 20:00:33 -04:00
Peter Eisentraut
151fbaf691
Remove some error cases that fail with older uriparser version
2015-03-13 01:36:26 -04:00
Peter Eisentraut
fe24ad277f
Fix compiler warnings
2015-03-13 01:22:26 -04:00
Peter Eisentraut
fae032efc9
Avoid compiler warning about type mismatch in ?:
2015-03-13 01:17:06 -04:00
Peter Eisentraut
26ab098b8b
Remove unused variable
2015-03-13 01:08:12 -04:00
Peter Eisentraut
1961ca44d3
Fix type mismatch
2015-03-13 01:01:10 -04:00
Peter Eisentraut
ab41eb4c6d
Add Travis CI configuration
2015-03-13 00:42:31 -04:00
Peter Eisentraut
83b652dc7e
Fix compilation on older PostgreSQL versions
2015-03-13 00:12:16 -04:00
Peter Eisentraut
2dd3f82fb9
Add .gitignore
2015-03-13 00:12:15 -04:00
Peter Eisentraut
c0a9e988f1
Drop "pg" prefix from extension name
2015-03-13 00:12:15 -04:00
Peter Eisentraut
ad14a83d51
uri_port returns integer
...
URI syntax only supports numeric ports.
2015-02-18 22:10:05 -05:00
Peter Eisentraut
67a513742a
First commit
2015-02-17 23:23:18 -05:00