Commit Graph

32 Commits (3c4d7557e03ba1ca988a2d1a2518a4ad93976f86)

Author SHA1 Message Date
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 3 months ago
Tom Lane 9034a2d512 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Heikki Linnakangas 28d3c2ddcf Fix another bug in parent page splitting during GiST index build. 2 years ago
Michael Paquier c00fbe89dc intarray: Prevent out-of-bound memory reads with gist__int_ops 2 years ago
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 2 years ago
Andrew Dunstan 3b76622e04 Convert contrib/intarray's bqarr_in() to report errors softly 3 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 5 years ago
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 6 years ago
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 7 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Heikki Linnakangas c6fbe6d6fb Add selectivity estimation functions for intarray operators. 10 years ago
Tom Lane 06d9afa6f9 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Tom Lane 2d6cb170d4 Remove ill-considered (not to mention undocumented) attempt to make 18 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 19 years ago
Teodor Sigaev 5320c6cf6b Make GIN opclass worked with intarray extensions 19 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 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 6a276b7bfd Update expected file to match new _int.sql. 22 years ago
Bruce Momjian 47d5c3d5e7 Changes: 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Tom Lane 1e970dcee8 Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. 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
Bruce Momjian 181ca96e7a August 6, 2002 23 years ago
Tom Lane 5798ccc4a6 Update required due to recent changes in FigureColname. 24 years ago
Bruce Momjian 484a0fa454 please apply attached patch to current CVS. 24 years ago
Tom Lane f933766ba7 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 24 years ago
Tom Lane 2ef6e7ee18 Repair intarray's problems with TOASTed input, avoid scribbling on 25 years ago
Bruce Momjian 4bcb80a3e3 Update contrib intarray to Jan 25 version. 25 years ago
Marc G. Fournier 1db943b3ca commit Oleg and Teodor's RD-tree implementation ... this provides the 25 years ago