summaryrefslogtreecommitdiff
path: root/contrib/seg/expected/seg.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-10/+14
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-231-0/+20
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-211-0/+7
* Stabilize contrib/seg regression test.Tom Lane2021-06-071-0/+2
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-3/+3
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-201-0/+28
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+8
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-7/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+18
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-0/+151
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-20/+19
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-271-6/+6
* Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane2004-10-241-2/+1
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-22/+16
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-11/+20
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-9/+9
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-2/+2
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-221-7/+7
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+2
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+1064