index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2010-04-14
Typo fix. Kevin Grittner.
Robert Haas
2010-04-14
Fix minor typo in comment in xlog.c
Simon Riggs
2010-04-13
Allow Hot Standby to begin from a shutdown checkpoint.
Heikki Linnakangas
2010-04-12
Update the location of last removed WAL segment in shared memory only
Heikki Linnakangas
2010-04-12
Change the logic to decide when to delete old WAL segments, so that it
Heikki Linnakangas
2010-04-07
Allow quotes to be escaped in recovery.conf, by doubling them. This patch
Heikki Linnakangas
2010-04-07
Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during
Heikki Linnakangas
2010-04-06
Further message changes when recovery.conf parameters missing.
Simon Riggs
2010-04-06
Rename "Log-streaming replication parameters" header to "Standby server
Heikki Linnakangas
2010-04-02
Check compulsory parameters in recovery.conf in standby_mode, per docs.
Simon Riggs
2010-04-02
Move system startup message prior to any calls out of data directory.
Simon Riggs
2010-04-01
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-03-31
Change recovery.conf.sample to match postgresql.conf by showing only
Bruce Momjian
2010-03-30
Change the retry-loop in standby mode to also try restoring files from
Heikki Linnakangas
2010-03-30
Properly initialize local varaible in
Bruce Momjian
2010-03-29
Edit recovery.conf.sample so it matches docs. Change standby_mode
Simon Riggs
2010-03-28
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-21
Message tuning
Peter Eisentraut
2010-03-19
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
2010-03-19
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
2010-03-18
Add restartpoint_command option to recovery.conf. Fix bug in %r handling
Heikki Linnakangas
2010-03-15
Remove incorrect comment from GetWriteRecPtr(): the return value is always
Simon Riggs
2010-03-11
Add missing reset of need_initialization in reloptions code.
Tom Lane
2010-03-10
pg_start_backup() can use a share lock to lock ControlFileLock
Itagaki Takahiro
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-25
Make pg_stop_backup's reporting a bit more verbose in hopes of making
Tom Lane
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-19
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
Fix STOP WAL LOCATION in backup history files no to return the next
Itagaki Takahiro
2010-02-17
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
When updating ShmemVariableCache from a checkpoint record, be sure to set
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-12
Reduce the chatter to the log when starting a standby server. Don't
Heikki Linnakangas
2010-02-12
If primary_conninfo is not set, don't try to establish streaming
Heikki Linnakangas
2010-02-12
Check for partial WAL files in standby mode. If restore_command restores
Heikki Linnakangas
2010-02-11
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-10
Now that streaming replication switches between streaming mode and
Heikki Linnakangas
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry
Heikki Linnakangas
2010-02-08
Remove piece of code to zero out minRecoveryPoint when starting crash
Heikki Linnakangas
2010-02-08
Remove some more dead VACUUM-FULL-only code.
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-01
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-01-29
Augment WAL records for btree delete with GetOldestXmin() to reduce
Simon Riggs
[next]