summaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-081-1/+1
* Fix longstanding recursion hazard in sinval message processing.Tom Lane2018-09-073-13/+85
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-012-12/+9
* Introduce minimal C99 usage to verify compiler support.Andres Freund2018-08-231-3/+18
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-131-0/+2
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-131-1/+20
* Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut2018-07-121-0/+2
* Fix wrong file path in header commentAlexander Korotkov2018-07-111-1/+1
* Use signals for postmaster death on FreeBSD.Thomas Munro2018-07-111-0/+3
* Use signals for postmaster death on Linux.Thomas Munro2018-07-112-16/+115
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-102-18/+0
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-051-0/+38
* pgindent run prior to branchingAndrew Dunstan2018-06-302-7/+8
* Move RecoveryLockList into a hash table.Thomas Munro2018-06-261-83/+92
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-162-25/+4
* Fix memory leak in BufFileCreateShared().Tatsuo Ishii2018-06-161-31/+22
* Fix memory leak.Tatsuo Ishii2018-06-151-2/+2
* Remove spurious code comments in standby related codeSimon Riggs2018-06-142-8/+1
* Remove cut-off bug from RunningTransactionDataSimon Riggs2018-06-141-7/+16
* Exclude VACUUMs from RunningXactDataSimon Riggs2018-06-071-1/+5
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-231-4/+4
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-041-11/+11
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-021-2/+2
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-022-14/+14
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-281-11/+21
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-271-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-262-6/+7
* Fix incorrect close() call in dsm_impl_mmap().Tom Lane2018-04-101-1/+1
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-093-3/+0
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-093-7/+4
* Refactor dir/file permissionsStephen Frost2018-04-074-18/+42
* Predicate locking in hash indexes.Teodor Sigaev2018-04-071-0/+7
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-053-4/+7
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1
* Remove obsolete SLRU wrapping and warnings from predicate.c.Tom Lane2018-03-301-49/+3
* Predicate locking in GIN indexTeodor Sigaev2018-03-301-0/+9
* Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().Tom Lane2018-03-291-3/+4
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-291-81/+0
* C comment: fix wording about shared memory message queueBruce Momjian2018-03-291-4/+4
* While vacuuming a large table, update upper-level FSM data every so often.Tom Lane2018-03-292-19/+100
* Skip temp tables from basebackup.Teodor Sigaev2018-03-271-2/+1
* Add predicate locking for GiSTTeodor Sigaev2018-03-271-2/+3
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-2/+3
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-231-3/+1
* shm_mq: Fix detach race condition.Robert Haas2018-03-051-0/+12
* shm_mq: Have the receiver set the sender's less frequently.Robert Haas2018-03-021-26/+44
* shm_mq: Reduce spinlock usage.Robert Haas2018-03-021-122/+129
* Remove volatile qualifiers from shm_mq.c.Andres Freund2018-03-011-33/+27
* Document LWTRANCHE_PARALLEL_HASH_JOIN.Robert Haas2018-02-281-0/+1
* Remove extra words.Robert Haas2018-02-221-2/+2