aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-15
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane2001-01-07
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-30
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Resolve complie error(was my fault).Hiroshi Inoue2000-12-11
* *redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.Hiroshi Inoue2000-12-11
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Silence gcc warnings.Tom Lane2000-11-20
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-14
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WAL fixes.Vadim B. Mikheev2000-10-29
* WAL miscVadim B. Mikheev2000-10-24
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* Btree WAL logging.Vadim B. Mikheev2000-10-04
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* 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
* 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
* 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
* 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
* 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
* 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