index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catcaches can now store negative entries as well as positive ones, to
Tom Lane
2002-03-03
1
-7
/
+7
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
1
-39
/
+39
*
Add more sanity-checking to PageAddItem and PageIndexTupleDelete,
Tom Lane
2002-01-15
1
-7
/
+1
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-10
/
+10
*
Fix problem reported by Alex Korn: if a relation has been dropped and
Tom Lane
2001-11-02
1
-82
/
+78
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-40
/
+45
*
Ensure that all TransactionId comparisons are encapsulated in macros
Tom Lane
2001-08-23
1
-7
/
+9
*
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
Tom Lane
2001-08-10
1
-21
/
+17
*
Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
Tom Lane
2001-07-12
1
-6
/
+1
*
Fix my old fault(returns auto variable reference).
Hiroshi Inoue
2001-07-06
1
-2
/
+3
*
Further work on connecting the free space map (which is still just a
Tom Lane
2001-06-29
1
-20
/
+14
*
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-27
1
-24
/
+12
*
Statistical system views (yet without the config stuff, but
Jan Wieck
2001-06-22
1
-2
/
+34
*
Remove RelationGetBufferWithBuffer(), which is horribly confused about
Tom Lane
2001-06-09
1
-403
/
+81
*
Prevent forced blank line before comment block in pgindent.
Bruce Momjian
2001-05-17
1
-2
/
+2
*
Spacing cleanup.
Bruce Momjian
2001-05-17
1
-2
/
+1
*
Repair race condition introduced into heap_update() in 7.1 ---
Tom Lane
2001-05-16
1
-12
/
+64
*
Modify RelationGetBufferForTuple() so that we only do lseek and lock
Tom Lane
2001-05-12
1
-2
/
+2
*
Fix unportable assumptions about alignment of local char[n] variables.
Tom Lane
2001-03-25
1
-29
/
+58
*
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
1
-188
/
+146
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-185
/
+199
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
1
-5
/
+82
*
Tweak heap_update/delete so that we do not hold the buffer context lock
Tom Lane
2001-01-15
1
-47
/
+68
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
1
-7
/
+7
*
Correct nasty error in heap_update: it was releasing the buffer refcount
Tom Lane
2001-01-07
1
-11
/
+37
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
1
-24
/
+45
*
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
1
-2
/
+6
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
1
-288
/
+254
*
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-27
1
-2
/
+2
*
Resolve complie error(was my fault).
Hiroshi Inoue
2000-12-11
1
-3
/
+2
*
*redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.
Hiroshi Inoue
2000-12-11
1
-1
/
+3
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
1
-4
/
+8
*
Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
Tom Lane
2000-11-30
1
-10
/
+3
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
1
-20
/
+2
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
1
-5
/
+1
*
Silence gcc warnings.
Tom Lane
2000-11-20
1
-3
/
+3
*
Minor cleanup of tableOid-related coding.
Tom Lane
2000-11-14
1
-10
/
+7
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
1
-26
/
+10
*
WAL fixes.
Vadim B. Mikheev
2000-10-29
1
-42
/
+94
*
WAL misc
Vadim B. Mikheev
2000-10-24
1
-50
/
+125
*
WAL
Vadim B. Mikheev
2000-10-21
1
-2
/
+53
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
1
-96
/
+157
*
WAL
Vadim B. Mikheev
2000-10-13
1
-3
/
+5
*
WAL
Vadim B. Mikheev
2000-10-13
1
-2
/
+18
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
1
-5
/
+6
*
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-09-07
1
-44
/
+441
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
1
-6
/
+8
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
1
-26
/
+80
*
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-22
1
-50
/
+1
[next]