summaryrefslogtreecommitdiff
path: root/contrib/ltree
Commit message (Expand)AuthorAgeFilesLines
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-12/+12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-119-118/+120
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-305-87/+136
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-172-0/+6
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-129-20/+31
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-144-20/+30
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-9/+6
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-25/+14
* Change patternsel() so that instead of switching from a pureTom Lane2008-03-091-8/+19
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-162-7/+7
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-163-69/+67
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-152-6/+6
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-132-12/+12
* Adjust expected file for new CVS version label.Bruce Momjian2007-11-131-8/+8
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-133-0/+6
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-113-70/+74
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-512/+0
* Support functions for index opclasses should be immutable.Tom Lane2007-09-301-70/+70
* Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane2007-07-151-2/+2
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-287-58/+60
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-0/+2
* pgindent run for 8.2.Bruce Momjian2006-10-045-19/+21
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-223-9/+9
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-4/+36
* Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane2006-09-111-0/+2
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-081-6/+26
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-071-41/+13
* Fix bug corrupting query in gist consistent function.Teodor Sigaev2006-07-113-3/+19
* ChangesTeodor Sigaev2006-06-282-5/+5
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+2
* Fix ltreeparentsel so it actually works ...Tom Lane2006-04-271-133/+26
* Un-break ltree.Tom Lane2006-04-271-2/+2
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-263-7/+198
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-2/+2
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-23/+7
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-119-0/+12
* This patch makes the error message strings throughout the backendNeil Conway2006-03-015-27/+27
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-272-71/+82
* contrib uninstall scriptsPeter Eisentraut2006-02-272-0/+252
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-202-23/+27
* Fix the assert_enabled issue properly. This eliminates the former ABITom Lane2006-01-082-8/+0
* Fix stupid bug with sizeofTeodor Sigaev2005-12-061-1/+1
* Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane2005-11-194-0/+33
* R-tree is dead ... long live GiST.Tom Lane2005-11-072-3/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-15/+15
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-1/+1
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-4/+4