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
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
*
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
*
Fix two typos, by Fujii Masao.
Heikki Linnakangas
2010-12-06
*
Fix two small bugs in new gistget.c logic.
Tom Lane
2010-12-04
*
Add external documentation for KNNGIST.
Tom Lane
2010-12-03
*
Put back gistgettuple's check for backwards scan request.
Tom Lane
2010-12-03
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
*
Remove now-outdated mention of quotes being required in recovery.conf.
Robert Haas
2010-12-03
*
Use GUC lexer for recovery.conf parsing.
Robert Haas
2010-12-03
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
*
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
*
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-11-09
*
Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)
Heikki Linnakangas
2010-11-02
*
Fix corner-case bug in tracking of latest removed WAL segment during
Heikki Linnakangas
2010-11-01
*
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-26
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
*
Don't try to fetch database name when SetTransactionIdLimit() is executed
Tom Lane
2010-10-20
*
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
*
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
[next]