index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
1
-1
/
+1
*
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-07
3
-13
/
+85
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
2
-12
/
+9
*
Introduce minimal C99 usage to verify compiler support.
Andres Freund
2018-08-23
1
-3
/
+18
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
1
-0
/
+2
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
1
-1
/
+20
*
Reset shmem_exit_inprogress after shmem_exit()
Peter Eisentraut
2018-07-12
1
-0
/
+2
*
Fix wrong file path in header comment
Alexander Korotkov
2018-07-11
1
-1
/
+1
*
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
1
-0
/
+3
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
2
-16
/
+115
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
2
-18
/
+0
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
1
-0
/
+38
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
2
-7
/
+8
*
Move RecoveryLockList into a hash table.
Thomas Munro
2018-06-26
1
-83
/
+92
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
2
-25
/
+4
*
Fix memory leak in BufFileCreateShared().
Tatsuo Ishii
2018-06-16
1
-31
/
+22
*
Fix memory leak.
Tatsuo Ishii
2018-06-15
1
-2
/
+2
*
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
2
-8
/
+1
*
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-14
1
-7
/
+16
*
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
1
-1
/
+5
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
1
-4
/
+4
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
1
-11
/
+11
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
1
-2
/
+2
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
2
-14
/
+14
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
1
-11
/
+21
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
2
-6
/
+7
*
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
1
-1
/
+1
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
3
-3
/
+0
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
3
-7
/
+4
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
4
-18
/
+42
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
1
-0
/
+7
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
3
-4
/
+7
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
1
-1
/
+1
*
Remove obsolete SLRU wrapping and warnings from predicate.c.
Tom Lane
2018-03-30
1
-49
/
+3
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
1
-0
/
+9
*
Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().
Tom Lane
2018-03-29
1
-3
/
+4
*
Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.
Tom Lane
2018-03-29
1
-81
/
+0
*
C comment: fix wording about shared memory message queue
Bruce Momjian
2018-03-29
1
-4
/
+4
*
While vacuuming a large table, update upper-level FSM data every so often.
Tom Lane
2018-03-29
2
-19
/
+100
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
1
-2
/
+1
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
1
-2
/
+3
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
1
-2
/
+3
*
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
1
-3
/
+1
*
shm_mq: Fix detach race condition.
Robert Haas
2018-03-05
1
-0
/
+12
*
shm_mq: Have the receiver set the sender's less frequently.
Robert Haas
2018-03-02
1
-26
/
+44
*
shm_mq: Reduce spinlock usage.
Robert Haas
2018-03-02
1
-122
/
+129
*
Remove volatile qualifiers from shm_mq.c.
Andres Freund
2018-03-01
1
-33
/
+27
*
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Robert Haas
2018-02-28
1
-0
/
+1
*
Remove extra words.
Robert Haas
2018-02-22
1
-2
/
+2
[next]