summaryrefslogtreecommitdiff
path: root/src/backend/commands/alter.c
AgeCommit message (Expand)Author
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-11-15Add an assertion in get_object_address()Peter Eisentraut
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-07-10Add more sanity checks with callers of changeDependencyFor()Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-08Unify some internal error message wordingsPeter Eisentraut
2022-08-18Ensure that pg_auth_members.grantor is always valid.Robert Haas
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-09-09Remove useless castsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
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-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut