summaryrefslogtreecommitdiff
path: root/contrib/ltree/Makefile
AgeCommit message (Expand)Author
2024-03-21Add hash support functions and hash opclass for contrib/ltree.Tom Lane
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2020-03-30Implement operator class parametersAlexander Korotkov
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2002-11-01Fix incorrect subdir value.Tom Lane
2002-07-30Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian