summaryrefslogtreecommitdiff
path: root/contrib/cube
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-110/+129
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-108-125/+154
* Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane2006-07-274-27/+55
* revert last change - broke non-AIX platforms.Andrew Dunstan2006-07-271-4/+4
* another try at keeping AIX/ppc happy on cube test.Andrew Dunstan2006-07-271-4/+4
* fix most regression tests for new cube code.Andrew Dunstan2006-07-273-16/+45
* /contrib/cube improvements:Bruce Momjian2006-07-257-196/+662
* ChangesTeodor Sigaev2006-06-281-3/+3
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut2006-04-032-8/+16
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-131-7/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-114-0/+7
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-072-6/+7
* Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway2006-03-012-12/+12
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-6/+6
* This patch makes the error message strings throughout the backendNeil Conway2006-03-011-8/+9
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-33/+33
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+95
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-1/+1
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-181-1/+3
* Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane2005-10-151-0/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-29/+26
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-1/+2
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-277-978/+13
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-12/+0
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+1
* Add comparison file for exp-three-digits formatting.Tom Lane2004-10-241-0/+1292
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-4/+2
* Add variant regression file to handle machines that convert -1e-700Tom Lane2004-09-301-0/+1292
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-143-54/+52
* 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-1/+1
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-10/+14
* 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-18/+16
* 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/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-149-424/+221
* pgindent run.Bruce Momjian2003-08-041-34/+42
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* elog mop-up.Tom Lane2003-07-271-2/+0
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-243-81/+132
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-1/+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-4/+2
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-135-17/+205
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian2002-11-231-0/+2