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
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
*
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Fix typos.
Robert Haas
2016-03-15
*
Fix typos in comments
Alvaro Herrera
2016-03-15
*
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
*
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Reduce size of two phase file header
Simon Riggs
2016-03-10
*
Reduce lock level for altering fillfactor
Simon Riggs
2016-03-10
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
*
Add new flags argument for xl_heap_visible to heap2_desc.
Robert Haas
2016-03-08
*
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-08
*
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2016-03-06
*
Minor improvements to transaction manager README.
Robert Haas
2016-03-04
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Correct StartupSUBTRANS for page wraparound
Simon Riggs
2016-02-19
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
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
[next]