]> granicus.if.org Git - postgresql/history - src/backend/access
Goodbye register keyword. Compiler knows better.
[postgresql] / src / backend / access /
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-07 Bruce Momjianatttypmod now -1.
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-05 Bruce MomjianFix for varchar functions, and indextyple j-1 fix.
1998-02-05 Marc G. Fournier Symptom:
1998-02-05 Bruce Momjianchar() cleanup and more cacheoff improvements.
1998-02-04 Bruce MomjianCleanup getattr code. Make CHAR() use attcacheoff.
1998-01-31 Bruce Momjianfmgr_faddr cleanup
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
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-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-17 Marc G. FournierClean up the Makefiles
1997-12-09 Thomas G. LockhartRemove trailing period from an elog message.
1997-12-08 Bruce MomjianMore VARHDRSZ additions.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
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 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-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-22 Vadim B. MikheevFix multi-column index scans in internal pages.
1997-09-24 Thomas G. LockhartCoerce type of NULL pointer return to suppress gcc...
1997-09-22 Vadim B. Mikheev+#include <access/xact.h>
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Bruce MomjianInline frequently called functions.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-10 Bruce MomjianCleanup for array fix patch.
1997-09-10 Bruce MomjianFix for arrays.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-29 Vadim B. MikheevTupleUpdatedByCurXactAndCmd () changed due to
1997-08-29 Vadim B. MikheevFix very old bug which made tuples changed/inserted...
1997-08-27 Vadim B. Mikheevheap_delete returns int now (for non-functional deletes).
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-22 Bruce MomjianRemove compile warning.
1997-08-22 Vadim B. MikheevCreateTupleDescCopy don't copy constraints now!
1997-08-21 Bruce MomjianName change cleanup.
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-08-20 Bruce MomjianMore NOT_USEDs
1997-08-20 Vadim B. MikheevHTNegate/HTCommute/HTNegateCommute are not used.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-14 Vadim B. Mikheev_hash_checkpage: cleanup for CASSERT
1997-08-12 Bruce MomjianThese changes allow the module to compile quietly when...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-06 Vadim B. MikheevCatch non-functional delete attempts.
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-06-28 Vadim B. Mikheev_hash_first: release buf & metabuf if no tuples found...
1997-06-12 Vadim B. MikheevSomeone forgot about aligning in fastgetiattr()...
1997-06-11 Vadim B. MikheevCompare 'char' and 'text' lexicographically.
1997-06-11 Marc G. FournierFrom: Robert Bruccoleri <bruc@bms.com>
1997-06-10 Vadim B. MikheevDuplicates handling...
1997-06-06 Vadim B. MikheevAdded check is new item successfuly inserted to a page...
1997-05-31 Vadim B. MikheevIf we have to split leaf page in the chain of duplicates
1997-05-30 Vadim B. MikheevFix duplicates handling.
1997-05-22 Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-20 Vadim B. MikheevInitialize internal keys if rtree used in inner scan.
1997-05-05 Vadim B. MikheevBug: backend crashes in btbeginscan()->btrescan()-...
1997-04-30 Vadim B. MikheevFix old bug in _hash_first() for scan without keys:
1997-04-24 Vadim B. Mikheev_bt_endpoint fixed: set currentItemData to Invalid...
1997-04-22 Marc G. FournierMajor patch from Thomas Lockhart <Thomas.G.Lockhart...
1997-04-18 Vadim B. Mikheev#ifdef BTREE_BUILD_STATS enables to get executor stats...
1997-04-18 Vadim B. MikheevFix bttextcmp() to use unsigned char*.
1997-04-16 Vadim B. Mikheev1. BTREE_VERSION_1: using bti_itup->t_tid as unique...
1997-04-07 Vadim B. MikheevFix btabstimecmp ().
1997-04-02 Vadim B. MikheevCloseSequences () at xact commit/abort.
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-26 Vadim B. MikheevSomeone forgot about 'case sizeof(int32)' for
1997-03-25 Vadim B. MikheevFree memory allocated by command in the BlankPortal...
1997-03-24 Vadim B. Mikheev+ NULLs handling
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-02-25 Marc G. FournierChange "WARN" message generated if a unique index is...
1997-02-22 Vadim B. MikheevAdded: UNIQUE feature to bulkload code.
1997-02-18 Bruce MomjianUpdate btree patches that were missed.
1997-02-14 Bruce MomjianAdd prototypes and remove unused variables from btree...
1997-02-12 Marc G. FournierWhat looks like some *major* improvements to btree...
1997-01-25 Bruce Momjianwould you mind committing the following changes for...
1997-01-23 Bruce MomjianRemoved unlinked patch that is not neede now that Vadim...
1997-01-16 Vadim B. MikheevVariableRelationPutNextXid () now flushes variable...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-10 Vadim B. MikheevFixed (I hope) unique btree index implementation.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
next