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
*
Oops. Remove stray paren.
Heikki Linnakangas
2012-06-24
1
-1
/
+1
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-138
/
+115
*
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
1
-145
/
+199
*
Move WAL continuation record information to WAL page header.
Heikki Linnakangas
2012-06-24
1
-17
/
+14
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-307
/
+245
*
Revert "Reduce checkpoints and WAL traffic on low activity database server"
Tom Lane
2012-06-13
1
-15
/
+13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-155
/
+163
*
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
1
-0
/
+7
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
1
-7
/
+41
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
1
-23
/
+15
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
1
-2
/
+1
*
Remove duplicate word in comment.
Robert Haas
2012-04-30
1
-1
/
+1
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-1
/
+1
*
Fix typo
Peter Eisentraut
2012-04-16
1
-4
/
+4
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
1
-9
/
+21
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
1
-4
/
+26
*
Add additional safety check against invalid backup label file
Peter Eisentraut
2012-03-14
1
-1
/
+1
*
Silence warning about unused variable, when building without assertions.
Heikki Linnakangas
2012-03-08
1
-2
/
+1
*
Typo fix.
Robert Haas
2012-03-06
1
-1
/
+1
*
Make the comments more clear on the fact that UpdateFullPageWrites() is not
Heikki Linnakangas
2012-03-06
1
-3
/
+5
*
Remove extra copies of LogwrtResult.
Heikki Linnakangas
2012-03-06
1
-52
/
+22
*
Simplify the way changes to full_page_writes are logged.
Heikki Linnakangas
2012-03-06
1
-35
/
+25
*
Rename LWLockWaitUntilFree to LWLockAcquireOrWait.
Heikki Linnakangas
2012-02-08
1
-1
/
+1
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
1
-13
/
+36
*
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-05
1
-2
/
+2
*
Make group commit more effective.
Heikki Linnakangas
2012-01-30
1
-7
/
+29
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
1
-29
/
+375
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-01-13
1
-1
/
+1
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
1
-5
/
+3
*
Refactor XLogInsert a bit. The rdata entries for backup blocks are now
Heikki Linnakangas
2012-01-11
1
-111
/
+91
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
1
-0
/
+43
*
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
1
-26
/
+34
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
1
-4
/
+17
*
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-12-02
1
-8
/
+24
*
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-13
1
-1
/
+32
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
1
-445
/
+25
*
Update more comments about checkpoints being done by bgwriter
Simon Riggs
2011-11-02
1
-10
/
+10
*
Reduce checkpoints and WAL traffic on low activity database server
Simon Riggs
2011-11-02
1
-13
/
+15
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
1
-194
/
+6
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
1
-3
/
+11
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
1
-5
/
+12
*
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
1
-3
/
+3
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
1
-0
/
+7
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
1
-2
/
+4
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
1
-4
/
+5
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
1
-4
/
+3
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
1
-25
/
+31
*
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-17
1
-1
/
+1
[next]