summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
Commit message (Expand)AuthorAgeFilesLines
* Allow include files to compile own their own.Bruce Momjian2006-07-131-4/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-4/+8
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+4
* Revert patch, doesn't do what it should:Bruce Momjian2006-06-271-4/+1
* Disallow changing/dropping default expression of a SERIAL columnBruce Momjian2006-06-271-1/+4
* Revert patch pending more discussion:Bruce Momjian2006-04-301-4/+1
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-291-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+2
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-261-1/+2
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-1/+3
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-281-3/+3
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-111-4/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-2/+12
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-231-1/+3
* First steps towards statistics on expressional (nee functional) indexes.Tom Lane2004-02-151-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-191-1/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-161-1/+5
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-2/+2
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-091-1/+2
* pgindent run.Bruce Momjian2002-09-041-8/+8
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+1
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-1/+2
* Use the dependency mechanism to manage column defaults. We need thisTom Lane2002-07-151-1/+4
* In DeleteAttributeTuples, use a single indexscan instead of the multipleTom Lane2002-07-141-1/+4
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-1/+3
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-5/+8
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-4/+3
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-5/+6
* Code review for DOMAIN patch.Tom Lane2002-03-201-6/+6
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-191-2/+2
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+9
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-9/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+9
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* Consolidate tables of known system attributes into one table.Tom Lane2001-10-221-3/+5
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-3/+4
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-301-1/+4