summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
AgeCommit message (Expand)Author
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-27Revert patch, doesn't do what it should:Bruce Momjian
2006-06-27Disallow changing/dropping default expression of a SERIAL columnBruce Momjian
2006-04-30Revert patch pending more discussion:Bruce Momjian
2006-04-29Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-31Fix unintended assignment of sequences to the containing schema'sTom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane
2004-07-11Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-02-15First steps towards statistics on expressional (nee functional) indexes.Tom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-12-16Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-15Use the dependency mechanism to manage column defaults. We need thisTom Lane
2002-07-14In DeleteAttributeTuples, use a single indexscan instead of the multipleTom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-07Back out domain patch until it works properly.Bruce Momjian
2002-03-06Ok. Updated patch attached.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian