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
/
hio.c
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-09-07
*
heap' logging
Vadim B. Mikheev
2000-07-03
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Add:
Bruce Momjian
2000-01-26
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
*
Try to detect oversize tuple before corrupting relation, instead of
Tom Lane
1999-11-29
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Update tuple size check.
Bruce Momjian
1999-07-03
*
Fix for insertion of tuple too large.
Bruce Momjian
1999-07-03
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix LMGR for MVCC.
Vadim B. Mikheev
1999-05-07
*
Use page-level ExtendLock lock instead of table-level -
Vadim B. Mikheev
1999-05-01
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
More cleanups
Marc G. Fournier
1996-11-05
*
More include file cleanups
Marc G. Fournier
1996-11-03
*
Changes required so that access/* compiles cleanly...
Marc G. Fournier
1996-11-03
*
Cleaned out -I../.. -I../../include from Makefile
Marc G. Fournier
1996-10-31
*
-Wall'd
Marc G. Fournier
1996-10-21
*
First pass at fixing my own mistakes
Marc G. Fournier
1996-10-20
*
Another directory cleaned out
Marc G. Fournier
1996-10-20
*
Move #define PageIsNew (true if page is not initialize) to bufpage.h
Vadim B. Mikheev
1996-10-18
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09