aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/schemacmds.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Update copyright for 2023Bruce Momjian2023-01-02
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Parse/analyze function renamingPeter Eisentraut2022-03-04
* Update copyright for 2022Bruce Momjian2022-01-07
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Unify drop-by-OID functionsPeter Eisentraut2020-06-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove various special checks around default rolesStephen Frost2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Fix some issues with temp/transient tables in extension scripts.Tom Lane2012-03-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Consolidate DROP handling for some object types.Robert Haas2011-10-19