summaryrefslogtreecommitdiff
path: root/contrib/intarray
AgeCommit message (Expand)Author
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-01-27Add intset() to READMETeodor Sigaev
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-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-01-08Remove broken (and unnecessary) definition of operator <> for _int4Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-08-01Update contrib regression tests for recent error message editing.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-06-11Update expected file to match new _int.sql.Tom Lane
2003-06-11Add missing intarray files.Bruce Momjian
2003-06-11Changes:Bruce Momjian
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-16Fix failure when uniq-ifying an array of zero elements.Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-12-27Small fix in documentation and some examples of usage. Please, apply toBruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-01Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-03This is small README fix for contrib/intarray. Thank you.Bruce Momjian
2002-09-14Clean up mess from duplicate patches.Tom Lane
2002-09-12> intarray and ltree both seem to be mapping their own declarations ontoBruce Momjian
2002-09-12The attached small patch fixes the cause of the regression test failureBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-10August 6, 2002Bruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-06-07Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-02-07Repair some problems in GIST-index contrib modules. Patch fromTom Lane
2001-11-24Remove bogus pg_amop insertion commands, per discussion of 25-Oct.Tom Lane
2001-10-04 1. Implemented binary search in arrayBruce Momjian
2001-09-30Changes:Tom Lane
2001-09-30Update required due to recent changes in FigureColname.Tom Lane
2001-09-23please apply attached patch to current CVS.Bruce Momjian
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-08-04Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian