]> granicus.if.org Git - postgresql/history - contrib/ltree
Fix division by zero in _bt_vacuum_needs_cleanup()
[postgresql] / contrib / ltree /
2019-02-16 Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-07-31 Andrew GierthProvide for contrib and pgxs modules to install include...
2018-07-13 Tom LaneFix crash in contrib/ltree's lca() function for empty...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-14 Peter EisentrautSpelling fixes
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-07 Tom LaneRevert "Provide DLLEXPORT markers for C functions via...
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-06-14 Robert HaasUpdate extensions with GIN/GIST support for parallel...
2016-06-09 Tom LaneHandle contrib's GIN/GIST support function signature...
2016-03-08 Andres Freundltree: Zero padding bytes when allocating memory for...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2015-10-05 Noah MischPrevent stack overflow in query-type functions.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2014-11-05 Tom LaneFix volatility markings of some contrib I/O functions.
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
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-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.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-16 Peter EisentrautRemove unreachable code
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...
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-08-27 Bruce MomjianAdd postgres.h to *.c files for pg_upgrade, ltree,...
2011-04-25 Peter EisentrautSupport "make check" in contrib
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-02-08 Peter EisentrautPer-column collation support
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
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-02-24 Tom LaneAllow zero-dimensional (ie, empty) arrays in contrib...
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...
2008-06-30 Teodor Sigaevltree support for multibyte encodings. Patch was made by
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-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
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-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdjust expected file for new CVS version label.
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-30 Tom LaneSupport functions for index opclasses should be immutable.
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
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-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
2006-09-11 Tom LaneFix omissions in contrib uninstall scripts. Michael...
2006-08-08 Teodor SigaevFix bug introduced by last patch, thanks again to Mario...
2006-08-07 Teodor Sigaevfix bug about modifying value in shared buffer,
2006-07-11 Teodor SigaevFix bug corrupting query in gist consistent function.
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-04-27 Tom LaneFix ltreeparentsel so it actually works ...
2006-04-27 Tom LaneUn-break ltree.
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
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...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2005-12-06 Teodor SigaevFix stupid bug with sizeof
2005-11-19 Tom LaneAdd defenses against nulls-in-arrays to contrib/ltree...
next