Commit Graph

13 Commits

Author SHA1 Message Date
Peter Eisentraut 73270357c5 Refine sort order 2015-12-23 22:35:15 -05:00
Peter Eisentraut ab90f301b5 Fix typo, causing wrong sorting results 2015-10-08 21:23:45 -04:00
Peter Eisentraut 290dd477f3 Add escape/unescape functions 2015-10-03 00:31:37 -04:00
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 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 83b652dc7e Fix compilation on older PostgreSQL versions 2015-03-13 00:12:16 -04:00
Peter Eisentraut c0a9e988f1 Drop "pg" prefix from extension name 2015-03-13 00:12:15 -04:00