summaryrefslogtreecommitdiff
path: root/contrib/ltree/sql
AgeCommit message (Expand)Author
2024-03-21Add hash support functions and hash opclass for contrib/ltree.Tom Lane
2023-04-23Validate ltree siglen GiST option to be int-alignedAlexander Korotkov
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-01-06Allow hyphens in ltree labelsAndrew Dunstan
2022-12-28Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan
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
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2004-08-21Recent tightening of allowed array-literal syntax broke one test caseTom 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-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
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