Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
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-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-10August 6, 2002Bruce Momjian
2002-06-07Please apply attached patch to contrib/intarray (7.2, 7.3).Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-02-07Repair some problems in GIST-index contrib modules. Patch fromTom Lane
2001-10-04 1. Implemented binary search in arrayBruce Momjian
2001-09-30Changes:Tom Lane
2001-09-23please apply attached patch to current CVS.Bruce Momjian
2001-08-04Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian
2001-08-041. Fixed error with empty array ( '{}' ),Bruce Momjian
2001-06-11contrib/intarray updates from Oleg Bartunov:Tom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-03-22Run pgindent on _int.c, for Tom Lane. I had skipped this file becauseBruce Momjian
2001-03-20Repair intarray's problems with TOASTed input, avoid scribbling onTom Lane
2001-03-18Restore include-file updates, and fix some of the more glaring macroTom Lane
2001-03-17Update contrib intarray to Jan 25 version.Bruce Momjian
2001-02-12Add // -> /* */ mapping to pgindent.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-12commit Oleg and Teodor's RD-tree implementation ... this provides theMarc G. Fournier