summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-14Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-26Add:Bruce Momjian
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-21Added empty TOASTER files and corrected some minor glitchesJan Wieck
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
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