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
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
*
Update transaction README for persistent multixacts
Alvaro Herrera
2014-11-28
*
Fix assertion failure at end of PITR.
Heikki Linnakangas
2014-11-28
*
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
*
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
No need to call XLogEnsureRecordSpace when the relation is unlogged.
Heikki Linnakangas
2014-11-21
*
Fix bogus comments in XLogRecordAssemble
Heikki Linnakangas
2014-11-21
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
*
Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas
2014-11-20
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
Fix WAL-logging of B-tree "unlink halfdead page" operation.
Heikki Linnakangas
2014-11-17
*
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
*
Clean up includes from RLS patch
Stephen Frost
2014-11-14
*
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-14
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.
Heikki Linnakangas
2014-11-13
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
BRIN: fix bug in xlog backup block counting
Alvaro Herrera
2014-11-10
*
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
*
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-10
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
*
Fix building with WAL_DEBUG.
Heikki Linnakangas
2014-11-07
*
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Fix generation of SP-GiST vacuum WAL records.
Heikki Linnakangas
2014-11-07
*
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-07
*
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-11-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Avoid setup work for invalidation messages at start-of-(sub)xact.
Robert Haas
2014-10-29
*
Update README.tuplock
Alvaro Herrera
2014-10-23
*
Prevent the already-archived WAL file from being archived again.
Fujii Masao
2014-10-23
*
Don't duplicate log_checkpoint messages for both of restart and checkpoints.
Andres Freund
2014-10-21
*
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-21
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Message improvements
Peter Eisentraut
2014-10-12
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Check for GiST index tuples that don't fit on a page.
Heikki Linnakangas
2014-10-03
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
*
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
2014-10-01
*
Remove most volatile qualifiers from xlog.c
Andres Freund
2014-09-22
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Fix GIN data page split ratio calculation.
Heikki Linnakangas
2014-09-12
*
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
[next]