aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray/_int.c
Commit message (Expand)AuthorAge
* Changes:Bruce Momjian2003-06-11
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Fix failure when uniq-ifying an array of zero elements.Tom Lane2003-05-16
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Clean up mess from duplicate patches.Tom Lane2002-09-14
* > intarray and ltree both seem to be mapping their own declarations ontoBruce Momjian2002-09-12
* The attached small patch fixes the cause of the regression test failureBruce Momjian2002-09-12
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* August 6, 2002Bruce Momjian2002-08-10
* Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian2002-06-07
* Change made to elog:Bruce Momjian2002-03-06
* Repair some problems in GIST-index contrib modules. Patch fromTom Lane2002-02-07
* 1. Implemented binary search in arrayBruce Momjian2001-10-04
* Changes:Tom Lane2001-09-30
* please apply attached patch to current CVS.Bruce Momjian2001-09-23
* Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian2001-08-04
* 1. Fixed error with empty array ( '{}' ),Bruce Momjian2001-08-04
* contrib/intarray updates from Oleg Bartunov:Tom Lane2001-06-11
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* Run pgindent on _int.c, for Tom Lane. I had skipped this file becauseBruce Momjian2001-03-22
* Repair intarray's problems with TOASTed input, avoid scribbling onTom Lane2001-03-20
* Restore include-file updates, and fix some of the more glaring macroTom Lane2001-03-18
* Update contrib intarray to Jan 25 version.Bruce Momjian2001-03-17
* Add // -> /* */ mapping to pgindent.Bruce Momjian2001-02-12
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* commit Oleg and Teodor's RD-tree implementation ... this provides theMarc G. Fournier2001-01-12