]> granicus.if.org Git - postgresql/history - contrib/seg
Update copyrights in source tree to 2008.
[postgresql] / contrib / seg /
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...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Bruce Momjian1. null-safe interface to GiST
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2000-12-11 Tom LaneGene Selkov's SEG datatype (GiST example code)