index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
2000-06-02
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
heap' xlog records
Vadim B. Mikheev
2000-06-02
Create an fd.c entry point that is just like plain open(2) except that
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-03-20
Turn XLOG off (do not create log file).
Vadim B. Mikheev
2000-03-07
I've recently written to pgsql-ports about a problem with PG7.0 on NT
Bruce Momjian
2000-02-15
Fix up error and log messages.
Thomas G. Lockhart
2000-01-26
Add:
Bruce Momjian
1999-11-19
New parallel regression test shell and related things.
Jan Wieck
1999-10-25
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-24
Add a notion of a 'catalog version number' that can indicate
Tom Lane
1999-10-16
Check RELSEG_SIZE when postmaster starting up.
Tatsuo Ishii
1999-10-12
Add blcksz to struct ControlFileData to check BLCKSZ is same
Tatsuo Ishii
1999-10-06
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-09-28
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-27
Transaction log manager core code.
Vadim B. Mikheev