aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Silence compiler warningAlvaro Herrera2016-04-04
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-03
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* XLogReader general code cleanupAlvaro Herrera2016-03-30
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Fix typos.Robert Haas2016-03-15
* Fix typos in commentsAlvaro Herrera2016-03-15
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-13
* Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas2016-03-11
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Reduce size of two phase file headerSimon Riggs2016-03-10
* Reduce lock level for altering fillfactorSimon Riggs2016-03-10
* 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
* Add a generic command progress reporting facility.Robert Haas2016-03-09
* Add new flags argument for xl_heap_visible to heap2_desc.Robert Haas2016-03-08
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Minor improvements to transaction manager README.Robert Haas2016-03-04
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-04
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Allow the WAL writer to flush WAL at a reduced rate.Andres Freund2016-02-16
* Change delimiter used for display of NextXIDJoe Conway2016-02-12
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Shift the responsibility for emitting "database system is shut down".Tom Lane2016-02-11
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Add more chattiness in server shutdown.Tom Lane2016-02-09
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Introduce group locking to prevent parallel processes from deadlocking.Robert Haas2016-02-07
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix whitespacePeter Eisentraut2016-01-30
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane2016-01-26
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-20
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19