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
*
Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep
Neil Conway
2006-07-02
1
-133
/
+127
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-28
/
+136
*
ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)
Bruce Momjian
2006-07-02
1
-9
/
+509
*
Revert patch, doesn't do what it should:
Bruce Momjian
2006-06-27
1
-6
/
+1
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
1
-10
/
+49
*
Disallow changing/dropping default expression of a SERIAL column
Bruce Momjian
2006-06-27
1
-1
/
+6
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
1
-1
/
+4
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
1
-9
/
+2
*
Revert patch pending more discussion:
Bruce Momjian
2006-04-30
1
-6
/
+1
*
Disallow changing DEFAULT expression of a SERIAL column.
Bruce Momjian
2006-04-29
1
-1
/
+6
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
1
-20
/
+13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that
Tom Lane
2006-03-03
1
-68
/
+63
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
1
-16
/
+74
*
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
Tom Lane
2006-01-30
1
-9
/
+37
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-41
/
+41
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
1
-3
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-488
/
+466
*
Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.
Tom Lane
2005-10-03
1
-1
/
+9
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
1
-62
/
+1
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
1
-3
/
+4
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
1
-1
/
+3
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
1
-1
/
+44
*
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
Tom Lane
2005-08-22
1
-1
/
+20
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
1
-18
/
+22
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
1
-26
/
+48
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
1
-1
/
+295
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
1
-6
/
+17
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
1
-1
/
+4
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-14
/
+14
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
1
-3
/
+3
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
1
-2
/
+2
*
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
1
-42
/
+2
*
Create separate ON INSERT and ON UPDATE triggers on tables with foreign
Neil Conway
2005-05-30
1
-38
/
+60
*
Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian
2005-05-10
1
-2
/
+2
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-33
/
+31
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-22
/
+26
*
Change addRangeTableEntryForRelation() to take a Relation pointer instead
Tom Lane
2005-04-13
1
-3
/
+3
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-11
/
+31
*
Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an
Tom Lane
2005-03-25
1
-2
/
+4
*
Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,
Neil Conway
2005-03-24
1
-7
/
+7
*
Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire
Neil Conway
2005-03-23
1
-7
/
+7
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
1
-6
/
+5
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-18
/
+11
*
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-09
1
-16
/
+32
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
1
-3
/
+3
*
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2005-01-27
1
-65
/
+95
*
Fix ALTER TABLE ADD COLUMN so that constraints of domain types are
Tom Lane
2005-01-24
1
-3
/
+32
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
1
-4
/
+2
[next]