summaryrefslogtreecommitdiff
path: root/contrib/ltree
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-242-2/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-253-7/+7
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-212-8/+0
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-214-14/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-292-74/+94
* Recent tightening of allowed array-literal syntax broke one test caseTom Lane2004-08-212-2/+2
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-4/+8
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-072-2/+2
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-303-17/+15
* Docs fix from Kris Jurka <books@ejurka.com>Teodor Sigaev2004-01-261-3/+3
* Correct type for isalnumTeodor Sigaev2004-01-191-1/+1
* Repair badly broken estimation of output buffer size in lquery_out().Tom Lane2003-12-171-5/+4
* pgindent run.Bruce Momjian2003-08-044-116/+133
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-4/+4
* elog mop-up.Tom Lane2003-07-271-2/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-248-46/+141
* Fix subpath and subltree. Allow to return '' value.Teodor Sigaev2003-07-182-8/+9
* Changes:Bruce Momjian2003-06-112-176/+60
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-10/+8
* Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian2003-03-315-7/+300
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* Please apply patches for contrib/ltree.Bruce Momjian2003-02-199-128/+509
* Fix incorrect subdir value.Tom Lane2002-11-011-1/+1
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-8/+8
* 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-184-621/+768
* Tiny patch fixing small documentation typo.Bruce Momjian2002-09-201-2/+2
* pgindent run.Bruce Momjian2002-09-0410-1542/+1973
* Modify array operations to include array's element type OID in theTom Lane2002-08-262-10/+10
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+8