Commit Graph

10 Commits (e693e97d754ed6812ea115170afeae4bf8797d3f)

Author SHA1 Message Date
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