aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/extend.sgml
Commit message (Expand)AuthorAge
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Doc: clarify behavior of "anyrange" pseudo-type.Tom Lane2020-03-17
* Doc: Fix various inconsistenciesMichael Paquier2019-10-16
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-03
* Refactor installation of extension headers.Andrew Gierth2018-09-07
* Allow extensions to install built as well as unbuilt headers.Andrew Gierth2018-09-05
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-31
* Don't qualify type pg_catalog.text in extend-extensions-example.Noah Misch2018-03-23
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Documentation improvements around domain types.Tom Lane2017-10-24
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Documentation spell checking and markup improvementsPeter Eisentraut2017-06-18
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Provide NO_INSTALLCHECK option for pgxs.Andres Freund2016-11-14
* Allow CREATE EXTENSION to follow extension update paths.Tom Lane2016-09-11
* Doc: minor documentation improvements about extensions.Tom Lane2016-09-07
* doc: Document that sequences can also be extension configuration tablesPeter Eisentraut2016-04-17
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Fix pg_dump handling of extension config tablesStephen Frost2015-03-02
* Remove USE_VPATH make variable from PGXSPeter Eisentraut2014-12-04
* doc: Fix spacing in verbatim environmentsPeter Eisentraut2014-07-08
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-24
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Document support for VPATH builds of extensions.Andrew Dunstan2013-10-06
* doc: Add IDs to link targets used by phpPgAdminPeter Eisentraut2013-05-07
* Improve documentation about the relationship of extensions and schemas.Tom Lane2013-04-04
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-20
* Further review of range-types patch.Tom Lane2011-11-18
* Support range data types.Heikki Linnakangas2011-11-03
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-24
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-06-09
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Add links to documentation from 9.1 release notes.Bruce Momjian2011-03-19
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane2011-02-13
* Change the naming convention for extension files to use double dashes.Tom Lane2011-02-13
* Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane2011-02-12
* Clean up installation directory choices for extensions.Tom Lane2011-02-11
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Correct spelling: longjump() -> longjmp().Robert Haas2010-12-24
* Fix grammarPeter Eisentraut2010-12-24
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20