summaryrefslogtreecommitdiff
path: root/src/backend/commands/extension.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-081-3/+3
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-271-1/+1
* Message style and spelling improvementsPeter Eisentraut2011-06-221-2/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-159/+159
* Add post-creation hook for extensions, consistent with other object types.Robert Haas2011-03-241-0/+4
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-7/+6
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-041-80/+105
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-2/+1
* Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.Tom Lane2011-02-161-5/+17
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-141-18/+391
* Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane2011-02-131-0/+18
* Change the naming convention for extension files to use double dashes.Tom Lane2011-02-131-26/+98
* Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane2011-02-121-139/+243
* Clean up installation directory choices for extensions.Tom Lane2011-02-111-5/+4
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-111-59/+694
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-101-14/+44
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-091-26/+68
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-091-1/+58
* Suppress some compiler warnings in recent commits.Tom Lane2011-02-081-19/+12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-0/+1401