summaryrefslogtreecommitdiff
path: root/contrib/ltree/sql
Commit message (Expand)AuthorAgeFilesLines
* Validate ltree siglen GiST option to be int-alignedAlexander Korotkov2023-04-231-0/+2
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-2/+6
* Allow hyphens in ltree labelsAndrew Dunstan2023-01-061-6/+12
* Convert contrib/ltree's input functions to report errors softlyAndrew Dunstan2022-12-281-0/+15
* Clean up parsing of ltree and lquery some more.Tom Lane2020-04-011-0/+27
* Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane2020-03-311-0/+14
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-311-0/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+35
* Fix lquery's behavior for consecutive '*' items.Tom Lane2020-03-281-1/+4
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-281-0/+11
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-131-0/+3
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* 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 extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-131-0/+6
* Recent tightening of allowed array-literal syntax broke one test caseTom Lane2004-08-211-1/+1
* Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian2003-03-311-0/+24
* Please apply patches for contrib/ltree.Bruce Momjian2003-02-191-8/+22
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-2/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-222/+224
* Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian2002-08-061-0/+12
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+238