summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hello.Bruce Momjian1999-10-261-10/+7
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-1/+4
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-1/+11
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-5/+7
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2