aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dropcmds.c
Commit message (Expand)AuthorAge
* 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
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-27
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut2015-05-18
* Add transforms featurePeter Eisentraut2015-04-26
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Use TypeName to represent type names in certain commandsAlvaro Herrera2014-12-30
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Don't trash input list structure in does_not_exist_skipping().Tom Lane2012-11-08
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Consolidate DROP handling for some object types.Robert Haas2011-10-19