summaryrefslogtreecommitdiff
path: root/src/backend/commands/extension.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Revert "Handle multi-command queries correctly inside SQL as well as plpgsql ...Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane
2017-05-05Handle multi-command queries correctly inside SQL as well as plpgsql functions.Pavan Deolasee
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-27Use castNode() in a bunch of statement-list-related code.Tom Lane
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-09-11Allow CREATE EXTENSION to follow extension update paths.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-05Cosmetic code cleanup in commands/extension.c.Tom Lane
2016-07-26Message style improvementsPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-17Message improvementsPeter Eisentraut
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-06-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-07Code beautification for object-access hook machinery.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas