Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-02Make "directory" setting work with extension_control_pathPeter Eisentraut
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-19extension_control_pathPeter Eisentraut
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-13Remove unused parameter from execute_extension_script().Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
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-04Update copyright for 2024Bruce Momjian
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-08-01Remove 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-24Introduce 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-08Update 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