summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2014-12-07Remove duplicate code in heap_prune_chain()Simon Riggs
2014-12-07Tweaks for recovery_target_actionSimon Riggs
2014-12-05Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-03Fix typosAlvaro Herrera
2014-12-02Minor cleanup of function declarations for BRIN.Tom Lane
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-28Fix assertion failure at end of PITR.Heikki Linnakangas
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-24Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-21No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas
2014-11-21Fix bogus comments in XLogRecordAssembleHeikki Linnakangas
2014-11-21Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane
2014-11-20Silence compiler warning about variable being used uninitialized.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-11-17Fix WAL-logging of B-tree "unlink halfdead page" operation.Heikki Linnakangas
2014-11-15Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-14Allow interrupting GetMultiXactIdMembersAlvaro Herrera
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-13Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-10BRIN: fix bug in xlog backup block countingAlvaro Herrera
2014-11-10Further code and wording tweaks in BRINAlvaro Herrera
2014-11-10Fix compiler warning for non-assert builds.Kevin Grittner
2014-11-08Fix some coding issues in BRINAlvaro Herrera
2014-11-07Fix building with WAL_DEBUG.Heikki Linnakangas
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-07Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas
2014-11-07Remove obsolete cases from GiST update redo code.Heikki Linnakangas
2014-11-06Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-10-29Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas
2014-10-23Update README.tuplockAlvaro Herrera
2014-10-23Prevent the already-archived WAL file from being archived again.Fujii Masao
2014-10-20Don't duplicate log_checkpoint messages for both of restart and checkpoints.Andres Freund
2014-10-20Renumber CHECKPOINT_* flags.Andres Freund
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-12Message improvementsPeter Eisentraut
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-03Check for GiST index tuples that don't fit on a page.Heikki Linnakangas
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-10-01Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund