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
*
Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.
Tom Lane
2016-04-10
*
Micro-optimize GenericXLogFinish().
Tom Lane
2016-04-09
*
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
*
Code review/prettification for generic_xlog.c.
Tom Lane
2016-04-09
*
Run pgindent on generic_xlog.c.
Tom Lane
2016-04-09
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Increase maximum number of clog buffers.
Andres Freund
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-04-04
*
Silence compiler warning
Alvaro Herrera
2016-04-04
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
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
[next]