index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
alter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
1
-1
/
+0
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-9
/
+9
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+2
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-4
/
+4
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+1
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
1
-9
/
+9
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+6
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-3
/
+3
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Fix maintenance hazards caused by ill-considered use of default: cases.
Tom Lane
2017-05-14
1
-3
/
+35
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
1
-1
/
+1
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
1
-0
/
+8
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
1
-17
/
+16
*
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
1
-0
/
+15
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
1
-6
/
+3
*
Logical replication
Peter Eisentraut
2017-01-20
1
-0
/
+10
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Remove dead line of code
Peter Eisentraut
2016-09-28
1
-1
/
+0
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-9
/
+8
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
1
-3
/
+0
*
Fix possible NULL dereference in ExecAlterObjectDependsStmt
Alvaro Herrera
2016-04-10
1
-1
/
+1
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+3
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
1
-0
/
+37
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
1
-1
/
+11
*
Remove variable shadowing
Alvaro Herrera
2015-04-07
1
-1
/
+0
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
1
-1
/
+1
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-18
/
+37
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
1
-1
/
+2
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-0
/
+4
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
1
-2
/
+2
*
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
1
-1
/
+3
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-18
/
+18
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
1
-52
/
+0
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
1
-0
/
+7
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+2
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
1
-0
/
+5
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
1
-91
/
+283
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
1
-31
/
+85
*
Fix incorrect error message when schema-CREATE permission is absent.
Robert Haas
2013-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
1
-75
/
+52
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
1
-12
/
+4
[next]