summaryrefslogtreecommitdiff
path: root/src/backend/commands/extension.c
AgeCommit message (Expand)Author
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
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "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
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund