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 a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
*
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-17
*
Make startup process respond to signals to cancel waiting on latch.
Simon Riggs
2010-10-14
*
Fix bug in comment of timeline history file.
Simon Riggs
2010-10-14
*
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-11
*
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update HOT README about when single-page vacuums happen.
Bruce Momjian
2010-09-19
*
Add some documentation about how we WAL-log filesystem actions.
Tom Lane
2010-09-17
*
Fix two typos in comments, spotted by Fujii Masao and Thom Brown
Heikki Linnakangas
2010-09-15
*
Use a latch to make startup process wake up and replay immediately when
Heikki Linnakangas
2010-09-15
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
*
Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to
Tom Lane
2010-08-30
*
Fix misleading DEBUG2 issued during RemoveOldXlogFiles()
Simon Riggs
2010-08-30
*
Truncate subtrans after each restartpoint.
Simon Riggs
2010-08-30
*
Reduce PANIC to ERROR in some occasionally-reported btree failure cases.
Tom Lane
2010-08-29
*
Remove duplicate translatable phrase
Alvaro Herrera
2010-08-26
*
Tidy up a few calls to smrgextend().
Robert Haas
2010-08-19
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Make RecordTransactionCommit() respect wal_level.
Robert Haas
2010-08-13
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-08-01
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
*
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-29
*
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-23
*
Update obsolete comment. Noted by Josh Tolley.
Tom Lane
2010-07-08
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus
Tom Lane
2010-07-03
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
*
Add C comment about why synchronous_commit=off behavior can lose
Bruce Momjian
2010-06-29
*
emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.
Robert Haas
2010-06-28
*
Make RemoveOldXlogFiles's debug printout match style used elsewhere:
Tom Lane
2010-06-17
*
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-17
*
If a corrupt WAL record is received by streaming replication, disconnect
Heikki Linnakangas
2010-06-14
*
Fix typo/bug, found by Clang compiler
Peter Eisentraut
2010-06-12
*
Rename restartpoint_command to archive_cleanup_command.
Itagaki Takahiro
2010-06-10
*
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
*
Return NULL instead of 0/0 in pg_last_xlog_receive_location() and
Heikki Linnakangas
2010-06-10
*
In standby mode, respect checkpoint_segments in addition to
Heikki Linnakangas
2010-06-09
*
Make the walwriter close it's handle to an old xlog segment if it's no longer
Magnus Hagander
2010-06-09
*
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-07
*
Fix some inconsistent quoting of wal_level values in messages
Peter Eisentraut
2010-06-03
*
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-06-03
*
Fix obsolete comments that I neglected to update in a previous patch.
Heikki Linnakangas
2010-06-02
*
Adjust comment to reflect that we now have Hot Standby. Pointed out by
Heikki Linnakangas
2010-05-27
*
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-15
*
Fix bug in processing of checkpoint time for max_standby_delay. Latest
Simon Riggs
2010-05-15
[next]