aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane2014-12-25
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-25
* Move pg_lzcompress.c to src/common.Fujii Masao2014-12-25
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-22
* Fix file descriptor leak at end of recovery.Heikki Linnakangas2014-12-21
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Change how first WAL segment on new timeline after promotion is created.Heikki Linnakangas2014-12-18
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-11
* Remove duplicate code in heap_prune_chain()Simon Riggs2014-12-08
* Tweaks for recovery_target_actionSimon Riggs2014-12-07
* Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas2014-12-05
* Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas2014-12-05
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix typosAlvaro Herrera2014-12-03
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* Update transaction README for persistent multixactsAlvaro Herrera2014-11-28
* Fix assertion failure at end of PITR.Heikki Linnakangas2014-11-28
* action_at_recovery_target recovery config optionSimon Riggs2014-11-25
* Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas2014-11-24
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-24
* No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas2014-11-21
* Fix bogus comments in XLogRecordAssembleHeikki Linnakangas2014-11-21
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Silence compiler warning about variable being used uninitialized.Heikki Linnakangas2014-11-20
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-18
* Fix WAL-logging of B-tree "unlink halfdead page" operation.Heikki Linnakangas2014-11-17
* Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund2014-11-15
* Clean up includes from RLS patchStephen Frost2014-11-14
* Allow interrupting GetMultiXactIdMembersAlvaro Herrera2014-11-14
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so.Heikki Linnakangas2014-11-13
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* BRIN: fix bug in xlog backup block countingAlvaro Herrera2014-11-10
* Further code and wording tweaks in BRINAlvaro Herrera2014-11-10
* Fix compiler warning for non-assert builds.Kevin Grittner2014-11-10
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* Fix building with WAL_DEBUG.Heikki Linnakangas2014-11-07
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas2014-11-07
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao2014-11-06