summaryrefslogtreecommitdiff
path: root/contrib/intarray
AgeCommit message (Expand)Author
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-10Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev
2006-05-03Make GIN opclass worked with intarray extensionsTeodor Sigaev
2006-04-12Change int->int32, for clarity.Bruce Momjian
2006-04-03Minor cleanupsTeodor Sigaev
2006-04-03Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-19Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-14Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-03Optimize benchmark query and update benchmark's results.Teodor Sigaev
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
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