summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAgeFilesLines
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-44/+441
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-041-6/+8
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-26/+80
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-50/+1
* Need to switch to tuples memory context when replacing the toastedJan Wieck2000-07-211-1/+9
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-211-1/+42
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-041-14/+14
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-041-9/+50
* Add missing #include for TOAST.Tom Lane2000-07-031-1/+2
* TOASTJan Wieck2000-07-031-2/+36
* heap' loggingVadim B. Mikheev2000-07-031-33/+73
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-021-1/+10
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-301-1/+55
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-4/+1
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* heap' xlog recordsVadim B. Mikheev2000-06-021-1/+36
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-211-1/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-39/+45
* Enable backward sequential scan even after reaching EOF.Hiroshi Inoue2000-02-091-21/+1
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-2/+2
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-101-2/+4
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-1/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+39
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-5/+5
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-2/+8
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-8/+8
* Rearrange heap_beginscan to eliminate extra call onTom Lane1999-10-301-10/+16
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-111-1/+90
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-17/+19
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-21/+70
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-6/+7
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-12/+12
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+3
* cleanupBruce Momjian1999-07-091-2/+1
* typo fix.Bruce Momjian1999-07-021-2/+2
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-7/+22
* pgindent run over code.Bruce Momjian1999-05-251-55/+57
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-249/+247
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-206/+204
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-25/+1
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+4