OSDN Git Service

Change error messages to oids come out as %u and not %d. Change has no
[pg-rex/syncrep.git] / src / backend / catalog / index.c
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-13 Bruce MomjianWhile investigating a user's complaint, I have found...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-10 Vadim B. MikheevAdded attributes for primary/unique/foreign keys...
1998-09-09 Vadim B. MikheevFix for indexing problem (?): heap tuple was pfree...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce Momjianindexing.c cleanups.
1998-08-28 Bruce Momjianvacuum fix.
1998-08-28 Bruce MomjianHi all,
1998-08-26 Bruce MomjianFix problem where attbyval was wrong for xid types.
1998-08-26 Bruce MomjianMake attalign match type alignment.
1998-08-24 Bruce MomjianFix bootstrap so it properly defines alignment of attri...
1998-08-21 Bruce MomjianFix display in initdb.
1998-08-20 Bruce MomjianFix for index problem that showed up in constraint...
1998-08-20 Bruce Momjianfix for index problem.
1998-08-20 Bruce MomjianAnother vacuum fix.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianUse defines rather than constants for types.
1998-07-12 Bruce Momjianremoved unneeded long spec on constants.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-13 Bruce MomjianFix problem with table drop after rollback of transacti...
1998-05-09 Thomas G. LockhartChange parameters to func_error().
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-07 Bruce MomjianAtttypmod cleanups.
1998-02-07 Bruce Momjianatttypmod now -1.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-21 Bruce MomjianArchive cleanups.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-27 Vadim B. MikheevUse shared lock when building indices
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Vadim B. MikheevRemove DEFAULT/CHECK infos from catalog on DROP TABLE
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-04-05 Vadim B. MikheevCheck for attributeList is NULL in ConstructTupleDescri...
1997-03-27 Vadim B. MikheevAdded call to heap_endscan in IndexIsUniqueNoCache...
1997-03-24 Vadim B. MikheevSetting index' attributes attcacheoff to -1 in index_cr...
1997-03-19 Vadim B. MikheevFix index_create for multi-column indices
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1996-11-30 Bruce MomjianThis patch changes quite a few instances of references...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-08-27 Marc G. FournierRemove include of machine.h
1996-08-26 Marc G. FournierThere, now we support GiST...now what? :)
1996-08-19 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources