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
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
1
-0
/
+5
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
1
-42
/
+109
*
Centralize some ALTER <whatever> .. SET SCHEMA checks.
Robert Haas
2010-11-22
1
-18
/
+2
*
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
1
-24
/
+14
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
1
-6
/
+6
*
Support triggers on views.
Tom Lane
2010-10-10
1
-3
/
+3
*
Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.
Tom Lane
2010-10-02
1
-1
/
+18
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
1
-84
/
+173
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
1
-3
/
+17
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
1
-4
/
+4
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
1
-13
/
+4
*
Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.
Robert Haas
2010-08-03
1
-1
/
+10
*
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
1
-3
/
+14
*
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-29
1
-5
/
+7
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
1
-196
/
+363
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
1
-2
/
+12
*
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
1
-17
/
+44
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-8
/
+8
*
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-07-01
1
-1
/
+4
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-26
/
+1
*
Forbid renaming columns of objects whose column names are system-generated.
Robert Haas
2010-03-20
1
-1
/
+19
*
Fix incorrect comment about permissions checking being done in utility.c.
Robert Haas
2010-03-10
1
-5
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-65
/
+76
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
1
-54
/
+23
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-45
/
+37
*
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-04
1
-38
/
+10
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
1
-1
/
+7
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
1
-3
/
+3
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
1
-15
/
+29
*
Type table feature
Peter Eisentraut
2010-01-28
1
-7
/
+58
*
Change a few remaining calls of XLogArchivingActive() to use
Heikki Linnakangas
2010-01-28
1
-3
/
+4
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
1
-73
/
+47
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
1
-1
/
+18
*
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-17
1
-11
/
+8
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-4
/
+4
*
Preserve relfilenodes:
Bruce Momjian
2010-01-06
1
-3
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add an index on pg_inherits.inhparent, and use it to avoid seqscans in
Tom Lane
2009-12-29
1
-10
/
+8
*
Remove code that attempted to rename index columns to keep them in sync with
Tom Lane
2009-12-23
1
-72
/
+4
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
1
-2
/
+2
*
Add large object access control.
Itagaki Takahiro
2009-12-11
1
-1
/
+2
*
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
1
-1
/
+11
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
1
-1
/
+3
*
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-20
1
-5
/
+8
*
Allow rewriting ALTER TABLE to skip WAL logging.
Heikki Linnakangas
2009-11-04
1
-2
/
+36
*
Support SQL-compliant triggers on columns, ie fire only if certain columns
Tom Lane
2009-10-14
1
-1
/
+4
*
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
Tom Lane
2009-10-13
1
-29
/
+20
*
CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...
Andrew Dunstan
2009-10-12
1
-1
/
+62
*
Change CREATE TABLE so that column default expressions coming from different
Tom Lane
2009-10-06
1
-9
/
+9
[next]