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
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Message improvements
Peter Eisentraut
2015-11-16
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
*
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-28
*
Add two missing cases to ATWrongRelkindError.
Robert Haas
2015-10-22
*
Fix bogus comments
Alvaro Herrera
2015-10-15
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
*
Fix typo in comment.
Heikki Linnakangas
2015-07-29
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
*
Reformat code in ATPostAlterTypeParse.
Heikki Linnakangas
2015-07-14
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
*
Fix ATSimpleRecursion() to allow recursion from a foreign table.
Tom Lane
2015-04-28
*
Add comments warning against generalizing default_with_oids.
Tom Lane
2015-04-25
*
Reduce lock levels of some trigger DDL and add FKs
Simon Riggs
2015-04-05
*
Transform ALTER TABLE/SET TYPE/USING expr during parse analysis
Alvaro Herrera
2015-04-03
*
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
*
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
C comment: update lock level mention in comment
Bruce Momjian
2015-03-20
*
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
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
[next]