summaryrefslogtreecommitdiff
path: root/contrib/ltree
AgeCommit message (Expand)Author
2007-11-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2007-11-13Adjust expected file for new CVS version label.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
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