]> granicus.if.org Git - postgresql/history - contrib/ltree/ltree_op.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / contrib / ltree / ltree_op.c
2019-10-24 Amit KapilaMake the order of the header file includes consistent...
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-07-13 Tom LaneFix crash in contrib/ltree's lca() function for empty...
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2016-03-08 Andres Freundltree: Zero padding bytes when allocating memory for...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
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...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-20 Tom LaneChange patternsel (LIKE/regex selectivity estimation...
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-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-07-18 Teodor SigaevFix subpath and subltree. Allow to return '' value.
2003-03-31 Bruce MomjianPlease, apply patch for contrib/ltree to current CVS...
2002-09-04 Bruce Momjianpgindent run.
2002-08-04 Bruce Momjianplease find attached patch to current CVS ( contrib...
2002-07-30 Bruce MomjianAdd ltree data type to contrib, from Teodor Sigaev...