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
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Fix typo in comment.
Robert Haas
2015-12-18
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Fix typo in comment.
Robert Haas
2015-11-19
*
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-11-19
*
Message improvements
Peter Eisentraut
2015-11-16
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
*
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
*
Fix typos in comments.
Robert Haas
2015-10-22
*
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
*
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
*
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
*
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
*
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-02
*
Fix message punctuation according to style guide
Peter Eisentraut
2015-10-01
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Add missing serial comma
Peter Eisentraut
2015-09-18
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
*
Microvacuum for GIST
Teodor Sigaev
2015-09-09
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-07
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
[next]