summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-06-14Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-03-01From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier
1998-02-26index_markpos()/index_restrpos() are in use now.Vadim B. Mikheev
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-01Reduce size of inlining.Bruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-27dummyret cleanupBruce Momjian
1998-01-27Deadlock ceallnup.Bruce Momjian
1998-01-25Somehow the 'comment' here got messed upMarc G. Fournier
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-07Include transam.h to get NullTransactionId definedThomas G. Lockhart
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-09-18Inline frequently called functions.Bruce Momjian
1997-09-14Add mention of heap_getattr() compiler warning.Bruce Momjian
1997-09-12Fix heap_getattr bug I just added.Bruce Momjian
1997-09-12Macro cleanup of heap_getattr.Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-04Fix conditional casting.Bruce Momjian
1997-08-29Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev
1997-08-29heap_getattr fix for aix.Bruce Momjian
1997-08-27heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev
1997-08-26Inlined heap_getattr().Bruce Momjian
1997-08-22+ CreateTupleDescCopyConstrVadim B. Mikheev
1997-08-21AttrConstr --> TupleConstrVadim B. Mikheev
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-05-30Added: new BTP_CHAIN flag (if hikey == firstkey then it's notVadim B. Mikheev
1997-05-22gist.h:Vadim B. Mikheev
1997-04-16BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev
1997-03-28From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-24New func _bt_checkkeys() added to let caller know number of keysVadim B. Mikheev
1997-03-18Patches for Vadim's multikey indexing...Marc G. Fournier
1997-02-22Added: UNIQUE feature to bulkload code.Vadim B. Mikheev