]> granicus.if.org Git - postgresql/history - contrib/intarray
Redesign tablesample method API, and do extensive code review.
[postgresql] / contrib / intarray /
2015-07-21 Heikki LinnakangasAdd selectivity estimation functions for intarray opera...
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-16 Tom LaneReplace insertion sort in contrib/intarray with qsort().
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-16 Kevin GrittnerEliminate unnecessary NULL checks in picksplit method...
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-09-07 Bruce Momjianintarray: return empty zero-dimensional array for...
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-17 Tom LaneFix longstanding error in contrib/intarray's int[]...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-18 Tom LaneOne more hack to make contrib upgrades from 9.0 match...
2011-02-17 Tom LaneFix upgrade of contrib/intarray and contrib/unaccent...
2011-02-16 Tom LaneAdd backwards-compatible declarations of some core...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-27 Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-09 Tom LaneFix assorted corner-case bugs in contrib/intarray.
2011-01-08 Tom LaneUpdate GIN support function definitions for contrib...
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-03-25 Tom LaneFix ginint4_queryextract() to actually do what it was...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-07 Tom LaneRevert my patch of 2009-04-04 that removed contrib...
2009-04-05 Tom LaneRemove contrib/intarray's definitions of the <@ and...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
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.
next