summaryrefslogtreecommitdiff
path: root/contrib/intarray
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Implemented binary search in arrayBruce Momjian2001-10-042-24/+20
* Changes:Tom Lane2001-09-303-198/+155
* Update required due to recent changes in FigureColname.Tom Lane2001-09-301-54/+54
* please apply attached patch to current CVS.Bruce Momjian2001-09-235-91/+1256
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-48/+6
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-3/+3
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-215-105/+157
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-20/+5
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-8/+8
* Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian2001-08-041-1/+1
* 1. Fixed error with empty array ( '{}' ),Bruce Momjian2001-08-042-21/+36
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* contrib/intarray updates from Oleg Bartunov:Tom Lane2001-06-111-138/+263
* Ooops, forgot to commit Makefile along with other changes.Tom Lane2001-05-311-2/+2
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-76/+52
* Run pgindent on _int.c, for Tom Lane. I had skipped this file becauseBruce Momjian2001-03-221-748/+939
* Repair intarray's problems with TOASTed input, avoid scribbling onTom Lane2001-03-204-186/+2210
* Restore include-file updates, and fix some of the more glaring macroTom Lane2001-03-181-16/+20
* Restore Peter's makefile fixes.Tom Lane2001-03-181-24/+11
* Update contrib intarray to Jan 25 version.Bruce Momjian2001-03-177-266/+816
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Add // -> /* */ mapping to pgindent.Bruce Momjian2001-02-121-4/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Clean up garbage.Peter Eisentraut2001-01-131-26/+10
* Surely one README file is enough.Peter Eisentraut2001-01-131-76/+0
* Surely we don't need a 7.0.3 makefile in 7.1.Peter Eisentraut2001-01-121-64/+0