summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-11The 1st step to implement new type of scan,TidScan.Hiroshi Inoue
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-09-27Transaction log manager core code.Vadim B. Mikheev
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-08-08Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-12readd include for safety.Bruce Momjian
1999-07-10heapam.h uses type time_t, but didn't include <time.h>.Tom Lane
1999-07-04Align cleanup.Bruce Momjian
1999-07-04More alignmentBruce Momjian
1999-07-04Clarify maximum tuple and max attribute lengths.Bruce Momjian
1999-07-03More cleanupBruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-06-101. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian
1999-05-25Get rid of page-level locking in btree-s.Vadim B. Mikheev
1999-05-25pgindent run over code.Bruce Momjian
1999-04-15Declare hashint8().Thomas G. Lockhart
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-25Clean up att_align calculations so that XXXALIGN macrosTom Lane
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