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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-33
/
+63
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
1
-1
/
+1
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
1
-2
/
+3
*
Improve error message when WAL ends before reaching end of online backup.
Heikki Linnakangas
2011-03-31
1
-1
/
+6
*
Check that we've reached end-of-backup also when we're not performing
Heikki Linnakangas
2011-03-30
1
-5
/
+3
*
Minor changes to recovery pause behaviour.
Simon Riggs
2011-03-23
1
-12
/
+12
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
1
-0
/
+2
*
When two base backups are started at the same time with pg_basebackup,
Heikki Linnakangas
2011-03-21
1
-34
/
+61
*
Remove bogus semicolons in recoveryPausesHere.
Robert Haas
2011-03-18
1
-2
/
+2
*
Add pause_at_recovery_target to recovery.conf.sample; improve docs.
Robert Haas
2011-03-17
1
-0
/
+8
*
Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as
Bruce Momjian
2011-03-10
1
-1
/
+1
*
Emit a LOG message when pausing at the recovery target.
Robert Haas
2011-03-10
1
-0
/
+3
*
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-08
1
-0
/
+2
*
If recovery_target_timeline is set to 'latest' and standby mode is enabled,
Heikki Linnakangas
2011-03-07
1
-3
/
+76
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
2
-1
/
+35
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-28
/
+32
*
Named restore point improvements.
Robert Haas
2011-02-24
1
-0
/
+4
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
1
-4
/
+54
*
pg_ctl promote
Robert Haas
2011-02-15
1
-4
/
+45
*
PITR can stop at a named restore point when recovery target = time
Simon Riggs
2011-02-15
1
-10
/
+20
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
1
-5
/
+20
*
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-09
1
-4
/
+4
*
Named restore points in recovery. Users can record named points, then
Simon Riggs
2011-02-08
2
-11
/
+166
*
Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
Simon Riggs
2011-02-08
1
-0
/
+137
*
Remove rare corner case for data loss when triggering standby server.
Simon Riggs
2011-02-08
1
-1
/
+6
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
4
-0
/
+34
*
Log restartpoints in the same fashion as checkpoints.
Robert Haas
2011-02-02
1
-8
/
+14
*
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-31
1
-91
/
+205
*
Allow the wal_buffers setting to be auto-tuned to a reasonable value.
Tom Lane
2011-01-22
1
-1
/
+40
*
Split pg_start_backup() and pg_stop_backup() into two pieces
Magnus Hagander
2011-01-09
1
-8
/
+58
*
Improve recovery.conf.sample comments.
Robert Haas
2011-01-07
1
-11
/
+17
*
Update comments in RecordTransactionCommit() to mention unlogged tables.
Robert Haas
2011-01-03
1
-8
/
+9
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
11
-11
/
+11
*
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-30
4
-12
/
+26
*
Support unlogged tables.
Robert Haas
2010-12-29
1
-0
/
+17
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
1
-4
/
+4
*
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
1
-3
/
+3
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
1
-1
/
+1
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
1
-10
/
+23
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
1
-6
/
+35
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
1
-1
/
+1
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
1
-1
/
+1
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
1
-2
/
+0
*
Fix two typos, by Fujii Masao.
Heikki Linnakangas
2010-12-06
1
-2
/
+2
*
Remove now-outdated mention of quotes being required in recovery.conf.
Robert Haas
2010-12-03
1
-2
/
+0
*
Use GUC lexer for recovery.conf parsing.
Robert Haas
2010-12-03
1
-147
/
+39
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-1
/
+1
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
1
-1
/
+3
*
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
1
-0
/
+18
*
Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)
Heikki Linnakangas
2010-11-02
1
-9
/
+12
[next]