index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
*
Tweak heap_update/delete so that we do not hold the buffer context lock
Tom Lane
2001-01-15
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
Correct nasty error in heap_update: it was releasing the buffer refcount
Tom Lane
2001-01-07
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
*
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-27
*
Resolve complie error(was my fault).
Hiroshi Inoue
2000-12-11
*
*redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.
Hiroshi Inoue
2000-12-11
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
Tom Lane
2000-11-30
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Silence gcc warnings.
Tom Lane
2000-11-20
*
Minor cleanup of tableOid-related coding.
Tom Lane
2000-11-14
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
WAL fixes.
Vadim B. Mikheev
2000-10-29
*
WAL misc
Vadim B. Mikheev
2000-10-24
*
WAL
Vadim B. Mikheev
2000-10-21
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
*
WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-09-07
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
*
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-22
*
Need to switch to tuples memory context when replacing the toasted
Jan Wieck
2000-07-21
*
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
*
Moving toaster out of NO ELOG area in heap_update().
Jan Wieck
2000-07-04
*
unlock buffer before releasing in heap_insert
Vadim B. Mikheev
2000-07-04
*
Add missing #include for TOAST.
Tom Lane
2000-07-03
*
TOAST
Jan Wieck
2000-07-03
*
heap' logging
Vadim B. Mikheev
2000-07-03
*
Attached is a new patch which addresses this problem. (oids in
Bruce Momjian
2000-07-02
*
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Peter Eisentraut
2000-06-30
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Final #include cleanup.
Bruce Momjian
2000-06-15
*
heap' xlog records
Vadim B. Mikheev
2000-06-02
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
*
Repair memory leaks that caused CacheCxt to grow without bound. We
Tom Lane
2000-05-21
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Enable backward sequential scan even after reaching EOF.
Hiroshi Inoue
2000-02-09
*
Add:
Bruce Momjian
2000-01-26
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
*
Added empty TOASTER files and corrected some minor glitches
Jan Wieck
1999-12-21
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
[next]