]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlogutils.c
Add code to allow profiling of backends on Linux: save and restore the
[postgresql] / src / backend / access / transam / xlogutils.c
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-22 Hiroshi InoueAvoid 'FATAL: out of free buffers: time to abort !...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-31 Vadim B. MikheevFix recovery cache code (thanks to Peter Eisentraut for
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-13 Vadim B. MikheevVarious utils for WAL