summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-24Replace typtoout() and gettypelem() with a single routine,Tom Lane
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-16Serialized mode works!Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-10-06Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane
1998-10-04hash.h's use of BSHIFT conflicts with <sys/param.h> on myTom Lane
1998-09-08Fix for macro for AIX.Bruce Momjian
1998-09-07Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-08-11index strategy cleanupBruce Momjian
1998-07-30Fix scan adjustment.Vadim B. Mikheev
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-21VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
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