index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
alter.c
Commit message (
Expand
)
Author
Age
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
Remove ObjectClass type
Peter Eisentraut
2024-03-26
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-15
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-07-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Unify some internal error message wordings
Peter Eisentraut
2022-11-08
*
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-18
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Remove useless casts
Peter Eisentraut
2021-09-09
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix "unexpected relkind" error when denying permissions on toast tables.
Tom Lane
2019-11-05
*
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
*
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-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
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-05-14
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
*
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
[next]