summaryrefslogtreecommitdiff
path: root/src/backend/catalog/heap.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-181/+15
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-2/+4
* Clean up #include's.Bruce Momjian2000-06-151-1/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-7/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+3
* heap_drop() should flush the relcache entry for theTom Lane2000-05-251-1/+4
* Clean up grotty references to CacheCxt (externs inside functions,Tom Lane2000-05-201-5/+4
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-6/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-71/+99
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-9/+9
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+5
* Implement reindex commandHiroshi Inoue2000-02-181-6/+5
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-5/+8
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-13/+1
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-3/+3
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-14/+6
* Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane2000-01-171-3/+3
* Repair breakage of inherited constraint expressions --- needed aTom Lane2000-01-161-18/+21
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-201-7/+7
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-10/+10
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-11/+11
* Delete pg_statistics rows for a relation during heap_destroy_with_catalog.Tom Lane1999-11-281-15/+44
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-5/+5
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-161-8/+8
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-16/+16
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-17/+46
* Hello.Bruce Momjian1999-10-261-137/+11
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-9/+153
* Somehow missed this call to addRangeTableEntry() ...Tom Lane1999-10-071-2/+2
* Don't set BootstrapProcessingMode in AddNewRelationTuple() beforeVadim B. Mikheev1999-10-061-18/+4
* Oops, DEFAULT processing wasn't doing type compatibility checkingTom Lane1999-10-041-17/+41
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-108/+333
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-3/+2
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-214/+183
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+231
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-80/+52
* Disallow DROP TABLE/DROP INDEX inside a transaction block.Tom Lane1999-09-051-10/+19
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-041-12/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-12/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-081-2/+2
* CleanupBruce Momjian1999-06-161-3/+1
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-041-7/+1
* Patch from Andreas: when CREATE TABLE is followed by CREATE INDEXTom Lane1999-05-261-6/+5
* pgindent run over code.Bruce Momjian1999-05-251-56/+59
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-19/+4