Commit Graph

43 Commits (b7dc5da1969cb0756739feb393eea51a8265ca04)

Author SHA1 Message Date
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 1 year ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 1 year ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 1 year ago
Peter Eisentraut 8c852ba9a4 Allow some exclusion constraints on partitions 2 years ago
Tom Lane ff720a597c Fix planner to consider matches to boolean columns in extension indexes. 3 years ago
Tom Lane 54b1cb7eb7 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Tom Lane 8a2e323f20 Handle mixed returnable and non-returnable columns better in IOS. 4 years ago
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 4 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 4 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 6 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane 17d6a8fb76 Improve stability of recently-added regression test case. 7 years ago
Tom Lane fedc97cdfd Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Tom Lane b5febc1d12 Fix IOS planning when only some index columns can return an attribute. 7 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 8 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 8 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 9 years ago
Tom Lane d94977ef1c Ensure plan stability in contrib/btree_gist regression test. 9 years ago
Tom Lane 542320c2bd Be more careful about printing constants in ruleutils.c. 10 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 10 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Tom Lane 8436489c81 Add KNNGIST support to contrib/btree_gist. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 15 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 16 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 20 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 20 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp 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 21 years ago
Tom Lane 6ed071bca5 Update contrib regression tests for recent error message editing. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane bb3c00ee28 Regression output didn't get updated to match recent commit. 23 years ago
Bruce Momjian 4efbbd7318 We just released new version of contrib/btree_gist 23 years ago
Tom Lane 1e970dcee8 Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. 23 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tom Lane ceb9e60e8e Update contrib regression tests for OPAQUE datatype changes. 23 years ago
Tom Lane 2d6b1f29fb Update incorrect expected file. Use 'timestamp without time zone' 24 years ago
Tom Lane a9289708af New contrib module for BTREE emulation in GiST. 24 years ago