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
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
1
-4
/
+23
*
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
1
-1
/
+1
*
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-04
1
-6
/
+38
*
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
1
-4
/
+33
*
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
1
-5
/
+16
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
1
-13
/
+12
*
Message style improvements
Peter Eisentraut
2016-07-28
7
-56
/
+59
*
Remove unused structure member.
Robert Haas
2016-07-21
1
-2
/
+0
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
3
-51
/
+180
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
2
-6
/
+37
*
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
1
-23
/
+73
*
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
1
-0
/
+4
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
1
-3
/
+13
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
1
-63
/
+88
*
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-11
1
-1
/
+1
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
1
-1
/
+17
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
3
-6
/
+6
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
2
-52
/
+54
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
2
-33
/
+45
*
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-17
1
-1
/
+1
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
1
-1
/
+2
*
Fix typo.
Robert Haas
2016-06-17
1
-1
/
+1
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
1
-2
/
+2
*
Fix fuzzy thinking in ReinitializeParallelDSM().
Tom Lane
2016-06-16
1
-11
/
+11
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
1
-13
/
+32
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
2
-12
/
+12
*
pgindent run for 9.6
Robert Haas
2016-06-09
31
-223
/
+229
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
1
-3
/
+3
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
2
-4
/
+4
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
1
-7
/
+15
*
Fix typo.
Robert Haas
2016-06-06
1
-1
/
+1
*
Fix various common mispellings.
Greg Stark
2016-06-03
1
-1
/
+1
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
1
-15
/
+19
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
2
-20
/
+1
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
3
-3
/
+8
*
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-05-23
1
-0
/
+1
*
Allocate all page images at once in generic wal interface
Teodor Sigaev
2016-05-17
1
-10
/
+9
*
Correctly align page's images in generic wal API
Teodor Sigaev
2016-05-17
1
-1
/
+13
*
Fix bogus comments
Alvaro Herrera
2016-05-12
2
-5
/
+6
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
1
-2
/
+2
*
Fix poorly-worded log message.
Tom Lane
2016-05-08
1
-1
/
+1
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
1
-1
/
+1
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
1
-2
/
+4
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
2
-5
/
+0
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
2
-206
/
+15
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
5
-7
/
+7
*
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-28
2
-61
/
+76
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
3
-26
/
+76
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
3
-220
/
+342
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
44
-626
/
+484
[next]