summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-1/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-4/+9
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-7/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+9
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-3/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-4/+4
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-2/+3