summaryrefslogtreecommitdiff
path: root/contrib/ltree/expected
Commit message (Expand)AuthorAgeFilesLines
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-231-2/+7
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-12/+16
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-061-18/+32
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-281-0/+25
* Clean up parsing of ltree and lquery some more.Tom Lane2020-04-011-0/+98
* Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane2020-03-311-16/+94
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-311-4/+9
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+154
* Fix lquery's behavior for consecutive '*' items.Tom Lane2020-03-281-0/+24
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-281-0/+46
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-131-0/+18
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* 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
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-12/+6
* Adjust expected file for new CVS version label.Bruce Momjian2007-11-131-8/+8
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-261-6/+6
* Recent tightening of allowed array-literal syntax broke one test caseTom Lane2004-08-211-1/+1
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-4/+4
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-8/+12
* Fix subpath and subltree. Allow to return '' value.Teodor Sigaev2003-07-181-6/+6
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-8/+8
* Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian2003-03-311-6/+126
* Please apply patches for contrib/ltree.Bruce Momjian2003-02-191-110/+214
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-8/+8
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-217/+217
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+8
* Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian2002-08-061-0/+60
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+7371