]> granicus.if.org Git - postgresql/history - contrib/intarray
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
[postgresql] / contrib / intarray /
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-14 Tom LaneRemove ill-considered (not to mention undocumented...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-07 Peter EisentrautUse memcpy() instead of strncpy() for copying into...
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-10 Teodor SigaevSome optimizations by Volkan YAZICI <yazicivo@ttnet...
2006-05-03 Teodor SigaevMake GIN opclass worked with intarray extensions
2006-04-12 Bruce MomjianChange int->int32, for clarity.
2006-04-03 Teodor SigaevMinor cleanups
2006-04-03 Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-19 Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-14 Teodor SigaevRemove usage of ArrayType->flags field, use pgsql's...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Teodor SigaevOptimize benchmark query and update benchmark's results.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-01-27 Teodor SigaevAdd intset() to README
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-01-08 Tom LaneRemove broken (and unnecessary) definition of operator...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneUpdate contrib regression tests for recent error messag...
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-11 Tom LaneUpdate expected file to match new _int.sql.
2003-06-11 Bruce MomjianAdd missing intarray files.
2003-06-11 Bruce MomjianChanges:
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-16 Tom LaneFix failure when uniq-ifying an array of zero elements.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-12-27 Bruce MomjianSmall fix in documentation and some examples of usage...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-03 Bruce MomjianThis is small README fix for contrib/intarray. Thank...
2002-09-14 Tom LaneClean up mess from duplicate patches.
2002-09-12 Bruce Momjian> intarray and ltree both seem to be mapping their...
2002-09-12 Bruce MomjianThe attached small patch fixes the cause of the regress...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-23 Tom LaneUpdate contrib regression tests for OPAQUE datatype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-10 Bruce MomjianAugust 6, 2002
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-06-07 Bruce MomjianPlease apply attached patch to contrib/intarray (7...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-07 Tom LaneRepair some problems in GIST-index contrib modules...
2001-11-24 Tom LaneRemove bogus pg_amop insertion commands, per discussion...
2001-10-04 Bruce Momjian 1. Implemented binary search in array
2001-09-30 Tom LaneChanges:
2001-09-30 Tom LaneUpdate required due to recent changes in FigureColname.
2001-09-23 Bruce Momjianplease apply attached patch to current CVS.
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-22 Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce Momjian1. null-safe interface to GiST
2001-08-04 Bruce MomjianLooks okay in a quick glance, except error message...
2001-08-04 Bruce Momjian1. Fixed error with empty array ( '{}' ),
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-06-11 Tom Lanecontrib/intarray updates from Oleg Bartunov:
next