Commit Graph

27 Commits (f76b975d5887e7e668862e7068eb09073ec23c63)

Author SHA1 Message Date
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Alexander Korotkov f919c165eb Enforce cube dimension limit in all cube construction functions 7 years ago
Alexander Korotkov 38970ce862 Split contrib/cube platform-depended checks into separate test 7 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane ade49c605f Test all contrib-created operator classes with amvalidate. 9 years ago
Tom Lane f31a931fad Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. 9 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Heikki Linnakangas 08612f45a0 Extend cube on-disk format to pack points more tightly. 12 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane 31edbadf4a Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 19 years ago
Andrew Dunstan 596b858fcb fix most regression tests for new cube code. 19 years ago
Bruce Momjian 796de9c1ed /contrib/cube improvements: 19 years ago
Tom Lane dcf2e1c8c7 Remove the << >> &< and &> operators for contrib/cube, which were 21 years ago
Bruce Momjian 80b3513d57 The attached patch provides cube with 4 functions for building cubes 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
Bruce Momjian e57ab04565 This is a comprehensive set of diffs (versus current CVS) that replaces those 23 years ago
Bruce Momjian 32784cddf1 The changes I have made are described in CHANGES. This was based on 23 years ago
Tom Lane 119fd7956a Remove test of 'inf' since it introduces a platform dependency (some 24 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago