index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
xlog_internal.h
Age
Commit message (
Expand
)
Author
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-08-11
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-02-17
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-05-20
To support external compression of archived WAL data, add a flag bit to
Tom Lane
2007-04-30
Change the timestamps recorded in transaction commit/abort xlog records
Tom Lane
2007-03-03
Remove undo information from pg_controldata --- never used.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-17
Implement archive_timeout feature to force xlog file switches to occur no more
Tom Lane
2006-08-07
Make recovery from WAL be restartable, by executing a checkpoint-like
Tom Lane
2006-08-06
Add support for forcing a switch to a new xlog file; cause such a switch
Tom Lane
2006-04-05
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-03
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-03-24
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-07-04
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-06-06
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-02
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Widen xl_len field of XLogRecord header to 32 bits, so that we'll have
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-03
Add functions pg_start_backup, pg_stop_backup to create backup label
Tom Lane
2004-07-21
Invent WAL timelines, as per recent discussion, to make point-in-time
Tom Lane