index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2019-05-08
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-03-24
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-02-02
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-01
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-14
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-10-31
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-28
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-09
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-04
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-06-18
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-14
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-06
Fix function code in error report
Alvaro Herrera
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-03
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-03-26
Fix thinko in comment
Alvaro Herrera
2018-03-22
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-08
Fix mistake in comment
Peter Eisentraut
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-03
Fix BRIN summarization concurrent with extension
Alvaro Herrera
[next]