aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Delete pg_statistics rows for a relation during heap_destroy_with_catalog.Tom Lane1999-11-28
* Enable pg_statistic cache use.Bruce Momjian1999-11-25
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* index_destroy() must grab exclusive access to the parent tableTom Lane1999-11-21
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* formatting cleanupBruce Momjian1999-11-01
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Hello.Bruce Momjian1999-10-26
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Somehow missed this call to addRangeTableEntry() ...Tom Lane1999-10-07
* Don't set BootstrapProcessingMode in AddNewRelationTuple() beforeVadim B. Mikheev1999-10-06
* Oops, DEFAULT processing wasn't doing type compatibility checkingTom Lane1999-10-04
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-30
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Disallow DROP TABLE/DROP INDEX inside a transaction block.Tom Lane1999-09-05
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-04
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Make usecatupd disabled for normal users, and allow normal users toBruce Momjian1999-07-30
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-08
* Cleanup of min tuple size.Bruce Momjian1999-07-07
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* I have a small patch for 6.5.Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* CleanupBruce Momjian1999-06-16
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-04
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Patch from Andreas: when CREATE TABLE is followed by CREATE INDEXTom Lane1999-05-26