Commit Graph

24 Commits (04e96bc69d541dd7b5f4d3b3daf49d291c7fcbb4)

Author SHA1 Message Date
Alvaro Herrera ac50404224 Have REASSIGN OWNED work on extensions, too 14 years ago
Tom Lane ec3e183ec5 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane 3d332c8f38 Improve and simplify CREATE EXTENSION's management of GUC variables. 14 years ago
Tom Lane 7f7fdd2a17 Make CREATE EXTENSION check schema creation permissions. 15 years ago
Tom Lane 7c88443399 Fix another oversight in logging of changes in postgresql.conf settings. 15 years ago
Peter Eisentraut a0b5146b25 Message style and spelling improvements 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Robert Haas a432e2783b Add post-creation hook for extensions, consistent with other object types. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Tom Lane a874fe7b4c Refactor the executor's API to support data-modifying CTEs better. 15 years ago
Tom Lane 65076269ea Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR. 15 years ago
Tom Lane 555353c0c5 Rearrange extension-related views as per recent discussion. 15 years ago
Tom Lane e693e97d75 Support replacing MODULE_PATHNAME during extension script file execution. 15 years ago
Tom Lane 27d5d7ab10 Change the naming convention for extension files to use double dashes. 15 years ago
Tom Lane 6c2e734f0a Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics. 15 years ago
Tom Lane 24d1280c4d Clean up installation directory choices for extensions. 15 years ago
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Tom Lane 01467d3e4f Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. 15 years ago
Tom Lane caddcb8f4b Fix pg_upgrade to handle extensions. 15 years ago
Tom Lane 5bc178b89f Implement "ALTER EXTENSION ADD object". 15 years ago
Tom Lane 375e5b0a68 Suppress some compiler warnings in recent commits. 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago