]> granicus.if.org Git - postgresql/history - contrib/seg
Avoid scan-build warning about uninitialized htonl() arguments.
[postgresql] / contrib / seg /
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
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-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-07-29 Tom LaneFix contrib/cube and contrib/seg to build with bison...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2011-11-01 Peter EisentrautClean up whitespace and indentation in parser and scann...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-05-19 Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
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.
2010-12-16 Tom LaneFix contrib/seg's GiST picksplit method.
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.
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
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-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-25 Tom LaneAdd %option noinput to contrib's flex scanners, to...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-19 Tom Laneseg_size() has to be V1 calling convention, too.
2008-04-18 Alvaro HerreraChange the float4-returning functions in contrib/seg...
2008-04-18 Tom LaneFix typo.
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-14 Tom LanePush index operator lossiness determination down to...
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-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-06-28 Teodor SigaevChanges
2006-06-01 Tom LaneGot tired of waiting for spoonbill's compiler to get...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-04-03 Peter EisentrautPut flex'ed and bison'ed files in contrib in the distri...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-06-27 Tom LaneAdjust contrib/seg &< and &> operators so that r-tree...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2004-10-24 Tom LaneAdd comparison file for exp-three-digits formatting.
2004-10-24 Tom LaneReplace ad-hoc atof() code with call to float4in, per...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-09-14 Tom LaneFix contrib/cube and contrib/seg to compile on Windows.
2004-09-10 Neil ConwayFix two typos in comments.
2004-09-02 Tom LaneFix ancient declaration inconsistency in cube & seg...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-07-12 Peter EisentrautMake installation instructions match reality.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-14 Tom LaneMake contrib/seg work with flex 2.5.31. Fix it up...
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-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-14 Tom LaneFix various recent build and regression-test problems...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-22 Tom LaneRemove extraneous | ... while bison 1.28 doesn't object...
2002-09-22 Tom LaneI haven't seen any objections, so here is a patch....
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
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-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-07-30 Tom LaneUse Max/Min macros, not MAX/MIN, to eliminate portabili...
next