Commit Graph

37 Commits (64d2467fc8d34b2a0c84d1c1aadb349a0df4b618)

Author SHA1 Message Date
John Naylor dac048f71e Build all Flex files standalone 3 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 5 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Alexander Korotkov 38970ce862 Split contrib/cube platform-depended checks into separate test 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 7 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Teodor Sigaev 33bd250f6c Cube extension kNN support 10 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 16 years ago
Peter Eisentraut 7c31742a07 Remove all traces that suggest that a non-Bison yacc might be supported, and 17 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago
Peter Eisentraut c8c864c261 Put flex'ed and bison'ed files in contrib in the distribution tarball, as 20 years ago
Tom Lane fb51ad3419 Make all our flex and bison files use %option prefix or %name-prefix 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 20 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 03e47392e0 Make contrib/cube work with flex 2.5.31. Fix it up to have a real 22 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Tom Lane 9d00798720 Tweak bison build rules so that we get the same error messages from 23 years ago
Tom Lane cab9437a43 Arrange to compile flex output files as inclusions into other files 23 years ago
Peter Eisentraut aff53b27f0 Make the yacc rules safe for parallel make. See discussion on pgsql-patches 24 years ago
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 24 years ago
Bruce Momjian 558fae16e3 The attached patch enables the contrib subtree to build cleanly under 25 years ago
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 25 years ago
Peter Eisentraut 2660803697 Only look for bison as YACC; other yaccs need to be selected explicitly. 25 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago