index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
extension.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Disallow deletion of CurrentExtensionObject while running extension script.
Tom Lane
2011-11-28
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
*
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-05
*
Improve define_custom_variable's handling of pre-existing settings.
Tom Lane
2011-10-04
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-23
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add post-creation hook for extensions, consistent with other object types.
Robert Haas
2011-03-24
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
Tom Lane
2011-02-16
*
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-14
*
Support replacing MODULE_PATHNAME during extension script file execution.
Tom Lane
2011-02-13
*
Change the naming convention for extension files to use double dashes.
Tom Lane
2011-02-13
*
Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.
Tom Lane
2011-02-12
*
Clean up installation directory choices for extensions.
Tom Lane
2011-02-11
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
*
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
*
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
*
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-09
*
Suppress some compiler warnings in recent commits.
Tom Lane
2011-02-08
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08