summaryrefslogtreecommitdiff
path: root/contrib/seg
Commit message (Expand)AuthorAgeFilesLines
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-275-54/+60
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-1/+1
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-13/+0
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1068
* Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane2004-10-242-17/+9
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-6/+4
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-143-9/+7
* Fix two typos in comments.Neil Conway2004-09-101-1/+1
* Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane2004-09-021-2/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-10/+12
* Make installation instructions match reality.Peter Eisentraut2004-07-121-6/+2
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-302-15/+15
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-152-8/+4
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-149-190/+115
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-244-23/+38
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-0/+3
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-141-8/+2
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-11/+9
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-221-2/+2
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-2/+1
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-012-3/+6
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-102/+198
* Remove extraneous | ... while bison 1.28 doesn't object, newer versionsTom Lane2002-09-221-1/+0
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-222-8/+7
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-2/+2
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-2/+3
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-231-0/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-222-26/+18
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-157/+23
* Use Max/Min macros, not MAX/MIN, to eliminate portability issues.Tom Lane2002-07-301-11/+7
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-2/+6
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-1/+3
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-2/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-1/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-10/+4
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-63/+8
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-65/+98
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-19/+19
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-182-1/+6
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-34/+27
* pgindent run. Make it all clean.Bruce Momjian2001-03-224-716/+805
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2