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
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Fix thinko in previous commit.
Heikki Linnakangas
2013-02-22
*
If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.
Heikki Linnakangas
2013-02-22
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Better fix for "unarchived WAL files get deleted on crash recovery" bug.
Heikki Linnakangas
2013-02-15
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Don't delete unarchived WAL files during crash recovery.
Heikki Linnakangas
2013-02-15
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Fix checkpoint after fast promotion.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
*
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Reduce log level of picksplit-doesn't-support-secondary-split whining.
Tom Lane
2013-02-09
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
*
Fix Xmax freeze conditions
Alvaro Herrera
2013-02-08
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Rely only on checkpoint 1 at end of recovery.
Simon Riggs
2013-02-07
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
*
Fill tuple before HeapSatisfiesHOTAndKeyUpdate
Alvaro Herrera
2013-02-01
*
Restrict infomask bits to set on multixacts
Alvaro Herrera
2013-01-31
*
Switch timelines if we crash soon after promotion.
Simon Riggs
2013-01-31
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Add some randomness to the choice of which GiST page to insert to.
Heikki Linnakangas
2013-01-25
*
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-24
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
*
Fix off-by-one bug in xlog reading logic
Alvaro Herrera
2013-01-18
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
*
When xlogreader asks the callback function to read a page, make sure we
Heikki Linnakangas
2013-01-17
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-17
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
*
Remove spurious space
Alvaro Herrera
2013-01-14
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Delay reading timeline history file until it's fetched from master.
Heikki Linnakangas
2013-01-03
*
Fix bug in streaming replication over multiple tli switches.
Heikki Linnakangas
2013-01-02
*
Fix silly typo in code, which broke the check for reaching consistency.
Heikki Linnakangas
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-27
*
Fix grammatical mistake in error message
Peter Eisentraut
2012-12-20
*
Fix recycling of WAL segments after switching timeline during recovery.
Heikki Linnakangas
2012-12-20
[next]