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
*
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
*
Need to switch to tuples memory context when replacing the toasted
Jan Wieck
2000-07-21
1
-1
/
+9
*
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
1
-1
/
+42
*
Moving toaster out of NO ELOG area in heap_update().
Jan Wieck
2000-07-04
1
-14
/
+14
*
unlock buffer before releasing in heap_insert
Vadim B. Mikheev
2000-07-04
1
-9
/
+50
*
Add missing #include for TOAST.
Tom Lane
2000-07-03
1
-1
/
+2
*
TOAST
Jan Wieck
2000-07-03
1
-2
/
+36
*
heap' logging
Vadim B. Mikheev
2000-07-03
1
-33
/
+73
*
Attached is a new patch which addresses this problem. (oids in
Bruce Momjian
2000-07-02
1
-1
/
+10
*
Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>
Peter Eisentraut
2000-06-30
1
-1
/
+55
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-4
/
+1
*
Final #include cleanup.
Bruce Momjian
2000-06-15
1
-2
/
+1
*
heap' xlog records
Vadim B. Mikheev
2000-06-02
1
-1
/
+36
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-3
/
+1
*
Repair memory leaks that caused CacheCxt to grow without bound. We
Tom Lane
2000-05-21
1
-1
/
+4
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-39
/
+45
*
Enable backward sequential scan even after reaching EOF.
Hiroshi Inoue
2000-02-09
1
-21
/
+1
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
1
-2
/
+2
*
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
1
-2
/
+4
*
Added empty TOASTER files and corrected some minor glitches
Jan Wieck
1999-12-21
1
-1
/
+2
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-1
/
+39
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
1
-5
/
+5
*
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian
1999-11-23
1
-2
/
+8
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-8
/
+8
*
Rearrange heap_beginscan to eliminate extra call on
Tom Lane
1999-10-30
1
-10
/
+16
*
The 1st step to implement new type of scan,TidScan.
Hiroshi Inoue
1999-10-11
1
-1
/
+90
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
1
-17
/
+19
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-21
/
+70
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
1
-2
/
+2
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-6
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-6
/
+7
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
1
-12
/
+12
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-7
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
1
-1
/
+3
*
cleanup
Bruce Momjian
1999-07-09
1
-2
/
+1
*
typo fix.
Bruce Momjian
1999-07-02
1
-2
/
+2
*
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-10
1
-7
/
+22
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-55
/
+57
*
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
1
-2
/
+2
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
1
-1
/
+2
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
1
-249
/
+247
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
1
-206
/
+204
*
Fix for vacuum and cache use. Fix for BSDI 4.0.
Bruce Momjian
1998-10-12
1
-25
/
+1
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
1
-2
/
+4
[next]