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