summaryrefslogtreecommitdiff
path: root/contrib/Makefile
AgeCommit message (Expand)Author
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-03-03Introduce logical decoding.Robert Haas
2014-01-14Test code for shared memory message queue facility.Robert Haas
2013-12-20pg_prewarm, a contrib module for prewarming relationd data.Robert Haas
2013-02-22contrib/Makefile also needs updatedAlvaro Herrera
2013-02-21Add postgres_fdw contrib module.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-03-27pg_test_timing utility, to measure clock monotonicity and timing cost.Robert Haas
2012-01-20Triggered change notifications.Robert Haas
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2011-01-22Clean up pg_test_fsync commit.Tom Lane
2010-11-27New contrib module, auth_delay.Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-06-14New contrib module for use as an archive_cleanup_command, or as aSimon Riggs
2010-05-13Move pg_upgrade shared library out into its own /contrib directoryBruce Momjian
2010-05-12Hook pg_upgrade into the contrib makefile structure so it gets builtTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-08-18Unaccent dictionary.Teodor Sigaev
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-03-25Add btree_gin contrib module.Tom Lane
2009-01-04Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane
2008-11-19Add auto-explain contrib module for automatic logging of the plans ofTom Lane
2008-07-29Add a new, improved version of citext as a contrib module.Tom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS, and in passing make itTom Lane
2007-11-13Re-add contrib/tsearch2 to the set of buildable contrib modules.Tom Lane
2007-10-15Add sample text search dictionary templates and parsers, to replace theTom Lane
2007-10-13Remove contrib/txid, in preparation for migrating it into core.Tom Lane
2007-10-07Added the Skytools extended transaction ID module to contrib as discussedJan Wieck
2007-08-21contrib/tsearch2 now fails its regression test because of conflicts withTom Lane
2007-06-01Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane
2007-05-17Add database page inspection /contrib module.Bruce Momjian
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-14revert change to build xml2 until a better fix is foundAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
2007-02-08Add /contrib/pg_standby:Bruce Momjian
2006-09-09Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane
2006-09-05Add hstore contrib module.Teodor Sigaev
2006-09-05Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane
2006-09-04sslinfo contrib module - information about current SSL certificatePeter Eisentraut
2006-05-30Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian
2006-04-23Add pgrowlocksTatsuo Ishii
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2006-02-25Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.Peter Eisentraut
2006-02-12Add contrib/pg_freespacemap to display free space map information.Bruce Momjian
2005-09-01Correct comment about why contrib/xml2 isn't built automatically.Tom Lane