summaryrefslogtreecommitdiff
path: root/src/backend/commands/extension.c
AgeCommit message (Expand)Author
2024-10-28Strip Windows newlines from extension script files manually.Tom Lane
2024-10-25Read extension script files in text not binary mode.Tom Lane
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-09-07Update extension lookup routines to use the syscacheMichael Paquier
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-03-04Explicitly list dependent types as extension members in pg_depend.Tom Lane
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-31Remove PushOverrideSearchPath() and PopOverrideSearchPath().Noah Misch
2023-07-10Add more sanity checks with callers of changeDependencyFor()Michael Paquier
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-07Make get_extension_schema() availableMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-25Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-02Emit debug message when executing extension script.Jeff Davis
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-11Improve error message for missing extension.Tom Lane
2022-01-07Update copyright for 2022Bruce Momjian
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-11Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-01Refactor creation of normal dependency records when creating extensionMichael Paquier
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-01PG_FINALLYPeter Eisentraut
2019-07-10Reduce memory consumption for multi-statement query strings.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane