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
...
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Fix misspelled function name in comment.
Heikki Linnakangas
2016-02-01
*
Fix whitespace
Peter Eisentraut
2016-01-30
*
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-28
*
Improve ResourceOwners' behavior for large numbers of owned objects.
Tom Lane
2016-01-26
*
Suppress compiler warning.
Tom Lane
2016-01-21
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Refactor headers to split out standby defs
Simon Riggs
2016-01-20
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
*
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
*
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2016-01-01
*
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
[prev]
[next]