aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap
Commit message (Expand)AuthorAge
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-04
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-31
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Need to switch to tuples memory context when replacing the toastedJan Wieck2000-07-21
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-21
* Some security checks that we've found an external value completelyJan Wieck2000-07-11
* Bugfix. If toasted tuple containted NULLs, DataFill() was handedJan Wieck2000-07-06
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-04
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-04
* Add missing #include for TOAST.Tom Lane2000-07-03
* TOASTJan Wieck2000-07-03
* heap' loggingVadim B. Mikheev2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Repair memory leaks that caused CacheCxt to grow without bound. WeTom Lane2000-05-21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Enable backward sequential scan even after reaching EOF.Hiroshi Inoue2000-02-09
* Add:Bruce Momjian2000-01-26
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-20
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-29
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Rearrange heap_beginscan to eliminate extra call onTom Lane1999-10-30
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15