index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
alter.c
Age
Commit message (
Expand
)
Author
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-11-15
Add an assertion in get_object_address()
Peter Eisentraut
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-03-26
Remove ObjectClass type
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-10
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-08
Unify some internal error message wordings
Peter Eisentraut
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-09-09
Remove useless casts
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-30
SQL procedures
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Fix maintenance hazards caused by ill-considered use of default: cases.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
[next]