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
2001-04-05
Fix comment that Vadim found confusing.
Tom Lane
2001-04-05
StartupXLOG(): initialize XLogCtl->Insert to new page if there is
Vadim B. Mikheev
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-03-18
Remove NEXTXID xlog record type to avoid three-way deadlock risk.
Tom Lane
2001-03-18
Make sure ControlFile logId/logSeg don't go backwards (barely possible given a
Tom Lane
2001-03-17
Rearrange XLogFileInit so that control-file spinlock is not held while filling
Tom Lane
2001-03-16
Support syncing WAL log to disk using either fsync(), fdatasync(),
Tom Lane
2001-03-14
Use SEP_CHAR consistently in forming XLOG pathnames.
Tom Lane
2001-03-13
Change xlog page-header format to include StartUpID. Use the SUI to
Tom Lane
2001-03-13
XLOG (and related) changes:
Tom Lane
2001-02-26
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane
2001-02-18
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-13
Comments about GetFreeXLBuffer().
Vadim B. Mikheev
2001-02-13
Removed abort() in XLogFileOpen.
Vadim B. Mikheev
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-12
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-09
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2000-12-30
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-29
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-18
>> Here is a patch for the beos port (All regression tests are OK).
Bruce Momjian
2000-12-18
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-11
Remove elog for online log files.
Vadim B. Mikheev
2000-12-11
elog(LOG)-->elog(DEBUG) for skipped logs.
Vadim B. Mikheev
2000-12-08
Resurrect -F switch: it controls fsyncs again, though the fsyncs are
Tom Lane
2000-12-03
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-28
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-27
Check for link(2) failure.
Tom Lane
2000-11-25
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-21
Refine log/error messages. Print out the errno message, not the number.
Peter Eisentraut
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-21
misc
Vadim B. Mikheev
2000-11-21
Fix OID bootstraping.
Vadim B. Mikheev
2000-11-21
Init ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev
2000-11-20
Compile WAL by default.
Vadim B. Mikheev
2000-11-16
That variable I removed broke XLOG, that part of the delta
Bruce Momjian
2000-11-16
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-09
Auto checkpoint creation.
Vadim B. Mikheev
2000-11-05
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-03
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-10-28
WAL
Vadim B. Mikheev
2000-10-24
WAL misc
Vadim B. Mikheev
2000-10-23
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-21
WAL
Vadim B. Mikheev
2000-10-20
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-07-04
misc
Vadim B. Mikheev
2000-06-02
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
[next]