aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Make genbki.sh a configureable shell program to allow auto-detectionThomas G. Lockhart1998-10-14
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Fix for regproc so proc name can be supplied if unique, if not, oid.Bruce Momjian1998-10-02
* Allow 8-key indexes.Bruce Momjian1998-09-23
* Added attributes for primary/unique/foreign keys...Vadim B. Mikheev1998-09-10
* Fix for indexing problem (?): heap tuple was pfree-d before CatalogIndexInser...Vadim B. Mikheev1998-09-09
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* Fix for indexing problems.Bruce Momjian1998-09-02
* cleanupBruce Momjian1998-09-01
* cleanups of indexing.cBruce Momjian1998-09-01
* cleanupBruce Momjian1998-09-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* indexing.c cleanups.Bruce Momjian1998-08-31
* Fix for possible releasebuffer bug.Bruce Momjian1998-08-30
* Better error message if table exists.Bruce Momjian1998-08-29
* vacuum fix.Bruce Momjian1998-08-28
* Hi all,Bruce Momjian1998-08-28
* Fix problem where attbyval was wrong for xid types.Bruce Momjian1998-08-26
* Make attalign match type alignment.Bruce Momjian1998-08-26
* Can someone please apply this portability patch to genbki.sh ?Bruce Momjian1998-08-25
* >Applied.Bruce Momjian1998-08-25
* Fix bootstrap so it properly defines alignment of attributes.Bruce Momjian1998-08-24
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-24
* Fix display in initdb.Bruce Momjian1998-08-21
* Fix for index problem that showed up in constraint test.Bruce Momjian1998-08-20
* fix for index problem.Bruce Momjian1998-08-20
* Another vacuum fix.Bruce Momjian1998-08-20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use the parser macro IS_BINARY_COMPATIBLE() to allow more successThomas G. Lockhart1998-08-17
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-06
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Use defines rather than constants for types.Bruce Momjian1998-07-20
* Fix temp name length.Bruce Momjian1998-07-20
* removed unneeded long spec on constants.Bruce Momjian1998-07-12
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* RelationForgetRelation not needed in heap_destroy().Bruce Momjian1998-06-14
* Fix problem with table drop after rollback of transaction, no flushBruce Momjian1998-06-13
* Change parameters to func_error().Thomas G. Lockhart1998-05-09
* This patch...Bruce Momjian1998-04-27
* Add hpux patch for cpp.Bruce Momjian1998-04-21
* Try to find cpp failure and report it.Bruce Momjian1998-04-20
* Hi,Bruce Momjian1998-04-06
* From: Maurice Gittens <mgittens@david.gits.nl>Marc G. Fournier1998-04-01
* This simple patch to catalog/pg_type.c fixes a buffer overrun. ItBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26