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
/
xlog.c
Commit message (
Expand
)
Author
Age
*
Tweak error message.
Tom Lane
2001-06-21
*
Adjust WAL code so that checkpoints truncate the xlog at the previous
Tom Lane
2001-06-06
*
Mark many strings in backend not covered by elog for translation. Also,
Peter Eisentraut
2001-06-03
*
Remove SEP_CHAR, replace with / or '/' as appropriate.
Bruce Momjian
2001-05-30
*
I found the answer to this: the partition had filled up, and so the problem
Bruce Momjian
2001-05-22
*
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-04-05
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
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-18
*
Rearrange XLogFileInit so that control-file spinlock is not held while filling
Tom Lane
2001-03-17
*
Support syncing WAL log to disk using either fsync(), fdatasync(),
Tom Lane
2001-03-16
*
Use SEP_CHAR consistently in forming XLOG pathnames.
Tom Lane
2001-03-14
*
Change xlog page-header format to include StartUpID. Use the SUI to
Tom Lane
2001-03-13
*
XLOG (and related) changes:
Tom Lane
2001-03-13
*
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane
2001-02-26
*
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-18
*
Comments about GetFreeXLBuffer().
Vadim B. Mikheev
2001-02-13
*
Removed abort() in XLogFileOpen.
Vadim B. Mikheev
2001-02-13
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2001-01-09
*
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
*
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
>> 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-18
*
Remove elog for online log files.
Vadim B. Mikheev
2000-12-11
*
elog(LOG)-->elog(DEBUG) for skipped logs.
Vadim B. Mikheev
2000-12-11
*
Resurrect -F switch: it controls fsyncs again, though the fsyncs are
Tom Lane
2000-12-08
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-30
*
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-28
*
Check for link(2) failure.
Tom Lane
2000-11-27
*
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-25
*
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-21
*
Compile WAL by default.
Vadim B. Mikheev
2000-11-20
*
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-16
*
Auto checkpoint creation.
Vadim B. Mikheev
2000-11-09
*
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-05
*
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-11-03
*
WAL
Vadim B. Mikheev
2000-10-28
*
WAL misc
Vadim B. Mikheev
2000-10-24
[next]