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
Commit message (
Expand
)
Author
Age
...
*
Fix the tracking of min recovery point timeline.
Heikki Linnakangas
2012-12-10
*
Ensure recovery pause feature doesn't pause unless users can connect.
Tom Lane
2012-12-05
*
Oops, meant to change the comment in writeTimeLineHistory.
Heikki Linnakangas
2012-12-05
*
Must not reach consistency before XLOG_BACKUP_RECORD
Simon Riggs
2012-12-05
*
Downgrade a status message from LOG to DEBUG2.
Heikki Linnakangas
2012-12-04
*
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-12-04
*
Track the timeline associated with minRecoveryPoint, for more sanity checks.
Heikki Linnakangas
2012-12-04
*
Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...
Andrew Dunstan
2012-12-03
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Clarify locking for PageGetLSN() in XLogCheckBuffer()
Simon Riggs
2012-12-03
*
Clarify when to use PageSetLSN/PageGetLSN().
Simon Riggs
2012-12-03
*
Refactor the code implementing standby-mode logic.
Heikki Linnakangas
2012-12-03
*
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-02
*
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
*
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-12-02
*
XidEpoch++ if wraparound during checkpoint.
Simon Riggs
2012-12-02
*
Clarify operation of online checkpoints.
Simon Riggs
2012-12-02
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
If we don't have a backup-end-location, don't claim we've reached it.
Heikki Linnakangas
2012-11-28
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-22
*
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-19
*
Skip searching for subxact locks at commit.
Simon Riggs
2012-11-13
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
*
Remove leftover LWLockRelease() call
Alvaro Herrera
2012-11-09
*
Fix erroneous choice of timeline variable, too
Alvaro Herrera
2012-10-31
*
Fix erroneous choices of segNo variables
Alvaro Herrera
2012-10-31
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Fix silly bug in previous refactoring.
Heikki Linnakangas
2012-10-09
*
Put the logic to wait for WAL in standby mode to a separate function.
Heikki Linnakangas
2012-10-09
*
Fix typo in comment, and reword it slightly while we're at it.
Heikki Linnakangas
2012-10-04
*
Fix two bugs introduced in the xlog.c split.
Heikki Linnakangas
2012-10-03
*
Add #includes needed on some platforms in the new files.
Heikki Linnakangas
2012-10-02
*
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-10-02
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-09-19
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix WAL file replacement during cascading replication on Windows.
Heikki Linnakangas
2012-09-05
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
Trim spgist_private.h inclusion
Alvaro Herrera
2012-09-05
*
Fix compiler warnings about unused variables, caused by my previous commit.
Heikki Linnakangas
2012-09-04
*
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
*
Replace memcpy() calls in xlog.c critical sections with struct assignments.
Tom Lane
2012-09-03
*
Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.
Robert Haas
2012-08-30
[prev]
[next]