summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-202-20/+24
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-11/+13
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-196-44/+131
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-2/+3
* Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev2005-11-143-20/+16
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-153-25/+24
* Optimize benchmark query and update benchmark's results.Teodor Sigaev2005-10-032-12/+14
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-0/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-1/+1
* Add intset() to READMETeodor Sigaev2005-01-271-0/+7
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-214-7/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-292-311/+362
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-303-26/+24
* Remove broken (and unnecessary) definition of operator <> for _int4Tom Lane2004-01-081-11/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-044-63/+64
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-2/+2
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-246-18/+39
* Update expected file to match new _int.sql.Tom Lane2003-06-111-2/+2
* Add missing intarray files.Bruce Momjian2003-06-116-0/+2750
* Changes:Bruce Momjian2003-06-114-2699/+27
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-13/+13
* Fix failure when uniq-ifying an array of zero elements.Tom Lane2003-05-161-17/+5
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-4/+2
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-4/+4
* Small fix in documentation and some examples of usage. Please, apply toBruce Momjian2002-12-271-2/+39
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+1
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-1/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+1
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-240/+371
* This is small README fix for contrib/intarray. Thank you.Bruce Momjian2002-10-031-0/+2
* Clean up mess from duplicate patches.Tom Lane2002-09-141-2/+0
* > intarray and ltree both seem to be mapping their own declarations ontoBruce Momjian2002-09-121-2/+5
* The attached small patch fixes the cause of the regression test failureBruce Momjian2002-09-121-0/+2
* pgindent run.Bruce Momjian2002-09-041-710/+896
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-13/+12
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-32/+32
* August 6, 2002Bruce Momjian2002-08-105-1/+572
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-262/+35
* Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian2002-06-072-1/+31
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+6
* Change made to elog:Bruce Momjian2002-03-061-155/+155
* Repair some problems in GIST-index contrib modules. Patch fromTom Lane2002-02-071-0/+4
* Remove bogus pg_amop insertion commands, per discussion of 25-Oct.Tom Lane2001-11-241-16/+0