summaryrefslogtreecommitdiff
path: root/contrib/seg/sql
Commit message (Expand)AuthorAgeFilesLines
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-081-0/+32
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-2/+6
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-231-0/+13
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-211-0/+3
* Stabilize contrib/seg regression test.Tom Lane2021-06-071-0/+2
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-201-0/+9
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+5
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-9/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-0/+4
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-17/+19
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-0/+1
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+223