index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Revert patch pending more discussion:
Bruce Momjian
2006-04-30
*
Disallow changing DEFAULT expression of a SERIAL column.
Bruce Momjian
2006-04-29
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that
Tom Lane
2006-03-03
*
Add CASCADE option to TRUNCATE. Joachim Wieland
Tom Lane
2006-03-03
*
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
Tom Lane
2006-01-30
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
Alvaro Herrera
2005-11-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.
Tom Lane
2005-10-03
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
*
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
Tom Lane
2005-08-22
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
*
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
Tom Lane
2005-08-04
*
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-08-01
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-05
*
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
*
Create separate ON INSERT and ON UPDATE triggers on tables with foreign
Neil Conway
2005-05-30
*
Report index name on CLUSTER failure. Also, suggest ALTER TABLE
Bruce Momjian
2005-05-10
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Change addRangeTableEntryForRelation() to take a Relation pointer instead
Tom Lane
2005-04-13
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
*
Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an
Tom Lane
2005-03-25
*
Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,
Neil Conway
2005-03-24
*
Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire
Neil Conway
2005-03-23
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-09
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
*
Generalize TRUNCATE to support truncating multiple tables in one
Tom Lane
2005-01-27
*
Fix ALTER TABLE ADD COLUMN so that constraints of domain types are
Tom Lane
2005-01-24
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Prevent a backend crash when processing CREATE TABLE commands with
Neil Conway
2004-11-16
*
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
Tom Lane
2004-11-05
*
I found a corner case in which it is possible for RI_FKey_check's call
Tom Lane
2004-10-30
*
In ALTER COLUMN TYPE, strip any implicit coercion operations appearing
Tom Lane
2004-10-22
*
Disallow referential integrity actions from being deferred; only the
Tom Lane
2004-10-21
[next]