summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/expected/init.out
Commit message (Collapse)AuthorAgeFilesLines
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+8
| | | | | | | | | | | | | I'd supposed that people would do this manually when creating new operator classes, but the folly of that was exposed today. The tests seem fast enough that we can just apply them during the normal regression tests. contrib/isn fails the checks for lack of complete sets of cross-type operators. That's a nice-to-have policy rather than a functional requirement, so leave it as-is, but insert ORDER BY in the query to ensure consistent cross-platform output. Discussion: https://postgr.es/m/7076.1480446837@sss.pgh.pa.us
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-7/+1
| | | | | | | | | | | This isn't fully tested as yet, in particular I'm not sure that the "foo--unpackaged--1.0.sql" scripts are OK. But it's time to get some buildfarm cycles on it. sepgsql is not converted to an extension, mainly because it seems to require a very nonstandard installation process. Dimitri Fontaine and Tom Lane
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-15/+2
| | | | | | | about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module scripts.
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-211-2/+2
| | | | | | calculations for interval and time/timetz to behave sanely for both integer and float timestamps; up to now I think it's been doing something pretty strange...
* New version. Add support for int2, int8, float4, float8, timestamp ↵Teodor Sigaev2004-05-281-0/+20
with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST