summaryrefslogtreecommitdiff
path: root/contrib/ltree
AgeCommit message (Expand)Author
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-09-11Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane
2006-08-08Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev
2006-08-07fix bug about modifying value in shared buffer,Teodor Sigaev
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-06-28ChangesTeodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-04-27Fix ltreeparentsel so it actually works ...Tom Lane
2006-04-27Un-break ltree.Tom Lane
2006-04-26Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian
2006-04-26Enhanced containment selectivity function for /contrib/ltreeBruce Momjian
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-11-19Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-09-24Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-21Recent tightening of allowed array-literal syntax broke one test caseTom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-01-26Docs fix from Kris Jurka <books@ejurka.com>Teodor Sigaev
2004-01-19Correct type for isalnumTeodor Sigaev
2003-12-17Repair badly broken estimation of output buffer size in lquery_out().Tom Lane
2003-08-04pgindent run.Bruce Momjian
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-27elog mop-up.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-06-11Changes:Bruce Momjian