index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SEP_CHAR, replace with / or '/' as appropriate.
Bruce Momjian
2001-05-30
1
-9
/
+8
*
I found the answer to this: the partition had filled up, and so the problem
Bruce Momjian
2001-05-22
1
-2
/
+2
*
Fix comment that Vadim found confusing.
Tom Lane
2001-04-05
1
-5
/
+4
*
StartupXLOG(): initialize XLogCtl->Insert to new page if there is
Vadim B. Mikheev
2001-04-05
1
-14
/
+44
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-300
/
+343
*
Remove NEXTXID xlog record type to avoid three-way deadlock risk.
Tom Lane
2001-03-18
1
-46
/
+3
*
Make sure ControlFile logId/logSeg don't go backwards (barely possible given a
Tom Lane
2001-03-18
1
-3
/
+4
*
Rearrange XLogFileInit so that control-file spinlock is not held while filling
Tom Lane
2001-03-17
1
-75
/
+117
*
Support syncing WAL log to disk using either fsync(), fdatasync(),
Tom Lane
2001-03-16
1
-26
/
+205
*
Use SEP_CHAR consistently in forming XLOG pathnames.
Tom Lane
2001-03-14
1
-3
/
+4
*
Change xlog page-header format to include StartUpID. Use the SUI to
Tom Lane
2001-03-13
1
-13
/
+54
*
XLOG (and related) changes:
Tom Lane
2001-03-13
1
-1058
/
+1515
*
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane
2001-02-26
1
-3
/
+1
*
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-18
1
-27
/
+47
*
Comments about GetFreeXLBuffer().
Vadim B. Mikheev
2001-02-13
1
-1
/
+18
*
Removed abort() in XLogFileOpen.
Vadim B. Mikheev
2001-02-13
1
-2
/
+1
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
1
-2
/
+1
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
1
-12
/
+12
*
1. Checkpoint.undo may be after checkpoint itself:
Vadim B. Mikheev
2001-01-09
1
-26
/
+82
*
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
1
-3
/
+18
*
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
1
-55
/
+27
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
1
-140
/
+415
*
>> Here is a patch for the beos port (All regression tests are OK).
Bruce Momjian
2000-12-18
1
-1
/
+5
*
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-18
1
-6
/
+6
*
Remove elog for online log files.
Vadim B. Mikheev
2000-12-11
1
-2
/
+1
*
elog(LOG)-->elog(DEBUG) for skipped logs.
Vadim B. Mikheev
2000-12-11
1
-2
/
+2
*
Resurrect -F switch: it controls fsyncs again, though the fsyncs are
Tom Lane
2000-12-08
1
-9
/
+9
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
1
-7
/
+19
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
1
-33
/
+1
*
XLOG stuff for sequences.
Vadim B. Mikheev
2000-11-30
1
-15
/
+25
*
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-28
1
-9
/
+1
*
Check for link(2) failure.
Tom Lane
2000-11-27
1
-2
/
+6
*
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-25
1
-60
/
+199
*
Refine log/error messages. Print out the errno message, not the number.
Peter Eisentraut
2000-11-21
1
-90
/
+91
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
1
-22
/
+6
*
misc
Vadim B. Mikheev
2000-11-21
1
-2
/
+3
*
Fix OID bootstraping.
Vadim B. Mikheev
2000-11-21
1
-6
/
+5
*
Init ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev
2000-11-21
1
-1
/
+5
*
Compile WAL by default.
Vadim B. Mikheev
2000-11-20
1
-2
/
+2
*
That variable I removed broke XLOG, that part of the delta
Bruce Momjian
2000-11-16
1
-1
/
+2
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
1
-2
/
+1
*
Auto checkpoint creation.
Vadim B. Mikheev
2000-11-09
1
-5
/
+10
*
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-05
1
-22
/
+185
*
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-11-03
1
-5
/
+32
*
WAL
Vadim B. Mikheev
2000-10-28
1
-27
/
+56
*
WAL misc
Vadim B. Mikheev
2000-10-24
1
-25
/
+23
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
1
-2
/
+5
*
WAL
Vadim B. Mikheev
2000-10-21
1
-32
/
+149
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
1
-12
/
+2
[next]