]> granicus.if.org Git - postgresql/history - src/include/access
Massive commit to run PGINDENT on all *.c and *.h files.
[postgresql] / src / include / access /
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-04 Bruce MomjianFix conditional casting.
1997-08-29 Vadim B. MikheevFix very old bug which made tuples changed/inserted...
1997-08-29 Bruce Momjianheap_getattr fix for aix.
1997-08-27 Vadim B. Mikheevheap_delete returns int now (for non-functional deletes).
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-22 Vadim B. Mikheev+ CreateTupleDescCopyConstr
1997-08-21 Vadim B. MikheevAttrConstr --> TupleConstr
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-05-30 Vadim B. MikheevAdded: new BTP_CHAIN flag (if hikey == firstkey then...
1997-05-22 Vadim B. Mikheevgist.h:
1997-04-16 Vadim B. MikheevBTREE_VERSION_1: using bti_itup->t_tid as unique identi...
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-24 Vadim B. MikheevNew func _bt_checkkeys() added to let caller know numbe...
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
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-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1996-11-27 Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. Fournieranother gone
1996-11-05 Marc G. Fournierthese ones have their dependencies cleaned up
1996-11-05 Marc G. FournierAnother run through.
1996-11-05 Marc G. FournierAnother
1996-11-05 Marc G. FournierAnd another one
1996-11-05 Marc G. FournierAnother one bits the dust...
1996-11-05 Marc G. FournierAnd another...
1996-11-05 Marc G. FournierAnd another..
1996-11-05 Marc G. FournierAnother one cleaned out
1996-11-04 Marc G. Fournieranother pass through.
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-04 Marc G. Fournier-Wall based cleanup of include files, based from acl...
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-11-01 Marc G. FournierInclude dependencies based on tupdesc.h, as:
1996-10-31 Marc G. Fournierremove:
1996-10-31 Bruce MomjianAdded needed include file.
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-21 Marc G. FournierDefine prototypes from giststrat.c required in gistscan.c
1996-10-20 Marc G. FournierMore include files cleaned up
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-10-19 Marc G. Fournieranother small one
1996-10-19 Marc G. Fournier...same
1996-10-19 Marc G. Fournierslow work...
1996-10-19 Marc G. Fournieranother one cleaned up
1996-10-19 Marc G. Fournieranother another one
1996-10-19 Marc G. Fournierclean out include files of including other includes...
1996-10-18 Marc G. FournierAdd prototype for heap_getattr() to quiet compiler
1996-09-23 Marc G. FournierDate: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
1996-09-16 Marc G. Fournier|Subject: Postgres patch: Assert attribute type match
1996-08-28 Marc G. FournierMore cleanups of the include files
1996-08-28 Marc G. Fournierc.h is included in postgres.h already
1996-08-27 Marc G. FournierMoved from backend/access to include/access