aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/alter.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera2020-02-10
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* 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
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane2017-05-14
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut2017-03-03
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove dead line of codePeter Eisentraut2016-09-28
* pgindent run for 9.6Robert Haas2016-06-09
* Remove various special checks around default rolesStephen Frost2016-05-06
* Fix possible NULL dereference in ExecAlterObjectDependsStmtAlvaro Herrera2016-04-10
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Remove variable shadowingAlvaro Herrera2015-04-07
* 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
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't pass oidvector by value.Noah Misch2013-06-12
* Don't use ordinary NULL-terminated strings as Name datums.Noah Misch2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow extracting machine-readable object identityAlvaro Herrera2013-03-20