aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Reduce size of inlining.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* dummyret cleanupBruce Momjian1998-01-27
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Somehow the 'comment' here got messed upMarc G. Fournier1998-01-25
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Cleanup up include files.Bruce Momjian1997-11-26
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Include transam.h to get NullTransactionId definedThomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* Inline frequently called functions.Bruce Momjian1997-09-18
* Add mention of heap_getattr() compiler warning.Bruce Momjian1997-09-14
* Fix heap_getattr bug I just added.Bruce Momjian1997-09-12
* Macro cleanup of heap_getattr.Bruce Momjian1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Fix conditional casting.Bruce Momjian1997-09-04
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-29
* heap_getattr fix for aix.Bruce Momjian1997-08-29
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* + CreateTupleDescCopyConstrVadim B. Mikheev1997-08-22
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-19
* Added: new BTP_CHAIN flag (if hikey == firstkey then it's notVadim B. Mikheev1997-05-30
* gist.h:Vadim B. Mikheev1997-05-22
* BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-16
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-28
* New func _bt_checkkeys() added to let caller know number of keysVadim B. Mikheev1997-03-24
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-18
* Added: UNIQUE feature to bulkload code.Vadim B. Mikheev1997-02-22
* Update btree patches that were missed.Bruce Momjian1997-02-18
* Add prototypes and remove unused variables from btree Fastbuild patch.Bruce Momjian1997-02-14
* What looks like some *major* improvements to btree indexing...Marc G. Fournier1997-02-12
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-10
* TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev1996-11-27
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-13
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* another goneMarc G. Fournier1996-11-06
* these ones have their dependencies cleaned upMarc G. Fournier1996-11-05