summaryrefslogtreecommitdiff
path: root/contrib/ltree/expected
AgeCommit message (Expand)Author
2020-04-01Clean up parsing of ltree and lquery some more.Tom Lane
2020-03-31Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane
2020-03-31Improve error messages in ltree_in and lquery_in.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-28Fix lquery's behavior for consecutive '*' items.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2018-07-13Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Adjust expected file for new CVS version label.Bruce Momjian
2006-04-26Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian
2004-08-21Recent tightening of allowed array-literal syntax broke one test caseTom Lane
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-18Fix subpath and subltree. Allow to return '' value.Teodor Sigaev
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-31Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian
2003-02-19Please apply patches for contrib/ltree.Bruce Momjian
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-06Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian
2002-07-30Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian