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
*
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
*
Remove dead line of code
Peter Eisentraut
2016-09-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
Fix possible NULL dereference in ExecAlterObjectDependsStmt
Alvaro Herrera
2016-04-10
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Remove variable shadowing
Alvaro Herrera
2015-04-07
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
*
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
[next]