aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Finish up XLOG_HINT renamingAlvaro Herrera2016-06-17
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Fix typos in commentsAlvaro Herrera2016-03-15
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-13
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Message improvementsPeter Eisentraut2015-11-16
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Message style improvementsPeter Eisentraut2015-10-28
* Fix BRIN free space computationsAlvaro Herrera2015-10-27
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Invalidate caches after cranking up a parallel worker transaction.Robert Haas2015-10-16
* Tighten up application of parallel mode checks.Robert Haas2015-10-16
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11