aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.Tom Lane2018-09-19
* Allow DSM allocation to be interrupted.Thomas Munro2018-09-18
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-07
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut2018-07-12
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-26
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix memory leak in BufFileCreateShared().Tatsuo Ishii2018-06-16
* Fix memory leak.Tatsuo Ishii2018-06-15
* Remove spurious code comments in standby related codeSimon Riggs2018-06-14
* Remove cut-off bug from RunningTransactionDataSimon Riggs2018-06-14
* Exclude VACUUMs from RunningXactDataSimon Riggs2018-06-07
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-10
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane2018-03-30
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane2018-03-29
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* C comment: fix wording about shared memory message queueBruce Momjian2018-03-29
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-29
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Add predicate locking for GiSTTeodor Sigaev2018-03-27
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* shm_mq: Fix detach race condition.Robert Haas2018-03-05
* shm_mq: Have the receiver set the sender's less frequently.Robert Haas2018-03-02
* shm_mq: Reduce spinlock usage.Robert Haas2018-03-02
* Remove volatile qualifiers from shm_mq.c.Andres Freund2018-03-01
* Document LWTRANCHE_PARALLEL_HASH_JOIN.Robert Haas2018-02-28
* Remove extra words.Robert Haas2018-02-22
* Fix typoMagnus Hagander2018-02-20
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-19
* Fix crash when canceling parallel queryPeter Eisentraut2018-02-16
* Cast to void in StaticAssertExpr, not its callers.Tom Lane2018-02-15