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
/
tablecmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment fixes.
Robert Haas
2012-08-30
1
-3
/
+4
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-1
/
+1
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
1
-1
/
+2
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
1
-15
/
+2
*
Fix typo in comment
Alvaro Herrera
2012-08-08
1
-1
/
+1
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
1
-1
/
+1
*
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-16
1
-17
/
+3
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
1
-109
/
+22
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
1
-6
/
+3
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-132
/
+139
*
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-16
1
-3
/
+4
*
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
1
-0
/
+4
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-1
/
+1
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
1
-33
/
+29
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
1
-3
/
+4
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
1
-4
/
+37
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
1
-16
/
+45
*
Add support for renaming constraints
Peter Eisentraut
2012-03-10
1
-0
/
+102
*
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-09
1
-1
/
+1
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
1
-5
/
+181
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
1
-1
/
+1
*
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
1
-20
/
+44
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
1
-8
/
+21
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
1
-4
/
+30
*
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
1
-5
/
+17
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
1
-5
/
+9
*
Fix backwards logic in previous commit.
Robert Haas
2012-01-06
1
-5
/
+6
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
1
-246
/
+151
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
1
-16
/
+50
*
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
1
-0
/
+75
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
1
-0
/
+35
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
1
-0
/
+22
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
1
-15
/
+35
*
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-15
1
-43
/
+70
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
1
-61
/
+125
*
Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.
Robert Haas
2011-12-06
1
-1
/
+1
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
1
-56
/
+85
*
Change FK trigger naming convention to fix self-referential FKs.
Tom Lane
2011-10-26
1
-14
/
+12
*
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-26
1
-7
/
+21
*
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-09
1
-51
/
+48
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
1
-9
/
+19
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
1
-0
/
+106
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
1
-32
/
+82
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
1
-2
/
+11
*
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-07
1
-6
/
+11
*
Message style tweaks
Peter Eisentraut
2011-07-05
1
-1
/
+2
*
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
1
-0
/
+28
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
1
-6
/
+7
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
1
-34
/
+202
[next]