jordi fita mas
44ac595b86
Update PostgreSQL version to 15, used in Debian 12
2023-06-15 12:44:41 +02:00
jordi fita mas
7ff09bfa5c
Add pkg-config as build dependency
2023-01-25 01:14:38 +01:00
jordi fita mas
851dca13b9
Fix architecture from all to any
2023-01-25 01:07:41 +01:00
jordi fita mas
2cbc3efd7f
Add pkg-config dependency
2023-01-24 15:23:28 +01:00
jordi fita mas
ecc78c9590
Add Debian packaging
2023-01-24 15:08:30 +01:00
Peter Eisentraut
00241b96b8
CI: Remove Travis, add Cirrus
2022-05-26 17:03:29 +02:00
Peter Eisentraut
7a7849a48a
Fix -Wimplicit-fallthrough=3 warning
...
for PostgreSQL 13
2020-05-21 08:36:08 +02:00
Peter Eisentraut
969031cd25
Travis CI: Fix build script
...
We need to pass PG_CONFIG to "sudo make install" because sudo clears
the PATH and so it might run the install step against another version.
2020-05-21 08:22:45 +02:00
Peter Eisentraut
9277ca4d9c
Travis CI: Update to bionic, add new PostgreSQL versions
2019-12-28 10:28:52 +01:00
Peter Eisentraut
e5d25a8fe9
Travis CI: Update setup
...
Update PGDG repo setup, update to xenial, use inline scripts instead
of external gists.
2019-04-24 11:43:45 +02:00
Peter Eisentraut
437ae00801
Travis CI: Add new PostgreSQL versions
2019-04-23 18:21:16 +02:00
Peter Eisentraut
dd3f45945b
Add license file
...
closes #5
2015-12-24 22:43:34 -05:00
Peter Eisentraut
73270357c5
Refine sort order
2015-12-23 22:35:15 -05:00
Peter Eisentraut
a9cf856ca0
Add more URLs to tests, mainly for checking sorting
2015-12-23 19:00:57 -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
817deaaa30
Keep all old extension install scripts around
...
We need them to test upgrades.
2015-10-02 23:53:32 -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
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