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
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
1
-5
/
+20
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-30
/
+31
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
1
-1
/
+1
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
1
-2
/
+9
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
1
-3
/
+19
*
Fix ATSimpleRecursion() to allow recursion from a foreign table.
Tom Lane
2015-04-28
1
-3
/
+5
*
Add comments warning against generalizing default_with_oids.
Tom Lane
2015-04-25
1
-0
/
+8
*
Reduce lock levels of some trigger DDL and add FKs
Simon Riggs
2015-04-05
1
-17
/
+18
*
Transform ALTER TABLE/SET TYPE/USING expr during parse analysis
Alvaro Herrera
2015-04-03
1
-28
/
+7
*
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
1
-110
/
+309
*
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
1
-1
/
+8
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
1
-13
/
+23
*
C comment: update lock level mention in comment
Bruce Momjian
2015-03-20
1
-3
/
+3
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
1
-2
/
+2
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-38
/
+65
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
1
-2
/
+2
*
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
1
-6
/
+8
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
1
-2
/
+3
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
1
-0
/
+3
*
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
/
+1
*
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-17
1
-6
/
+2
*
Event Trigger for table_rewrite
Simon Riggs
2014-12-08
1
-19
/
+45
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
1
-1
/
+18
*
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-17
1
-2
/
+4
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
1
-54
/
+2
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
1
-0
/
+1
*
Message improvements
Peter Eisentraut
2014-10-12
1
-1
/
+1
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
1
-0
/
+1
*
Code review for row security.
Stephen Frost
2014-09-24
1
-2
/
+2
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-0
/
+70
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
1
-1
/
+1
*
Issue clearer notice when inherited merged columns are moved
Bruce Momjian
2014-09-03
1
-3
/
+12
*
Oops, forgot to "git add" one last change
Alvaro Herrera
2014-08-25
1
-4
/
+8
*
Editorial review of SET UNLOGGED
Alvaro Herrera
2014-08-25
1
-14
/
+21
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
1
-5
/
+234
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
1
-0
/
+171
*
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
1
-22
/
+29
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-1
/
+0
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
1
-2
/
+7
*
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-06-24
1
-2
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-121
/
+125
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
1
-1
/
+0
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
1
-5
/
+1
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
1
-65
/
+109
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
1
-0
/
+3
*
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
1
-2
/
+2
*
Update a few comments to mention materialized views.
Robert Haas
2014-02-25
1
-5
/
+8
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
1
-37
/
+100
[next]