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
/
transam
/
xlogutils.c
Commit message (
Expand
)
Author
Age
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in
Bruce Momjian
2002-06-15
*
Reimplement temp tables using schemas. The temp table map is history;
Tom Lane
2002-03-31
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Further cleanup of dynahash.c API, in pursuit of portability and
Tom Lane
2001-10-05
*
Another round of cleanups for dynahash.c (maybe it's finally clean of
Tom Lane
2001-10-01
*
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2001-08-25
*
Ensure that all TransactionId comparisons are encapsulated in macros
Tom Lane
2001-08-23
*
Further work on connecting the free space map (which is still just a
Tom Lane
2001-06-29
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
XLOG (and related) changes:
Tom Lane
2001-03-13
*
Avoid 'FATAL: out of free buffers: time to abort !" error
Hiroshi Inoue
2001-02-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Clean up non-reentrant interface for hash_seq/HashTableWalk, so that
Tom Lane
2001-01-02
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Fix recovery cache code (thanks to Peter Eisentraut for
Vadim B. Mikheev
2000-10-31
*
WAL
Vadim B. Mikheev
2000-10-28
*
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
*
Various utils for WAL
Vadim B. Mikheev
2000-10-13