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
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-27
Minor formatting cleanup for 2a6368343f
Alexander Korotkov
2018-09-27
Remove extra usage of BoxPGetDatum() macro
Alexander Korotkov
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-24
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-19
Fix minor error message style guide violation.
Tom Lane
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-11
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-07
Improve handling of corrupted two-phase state files at recovery
Michael Paquier
2018-09-07
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-04
During the split, set checksum on an empty hash index page.
Amit Kapila
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-23
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-21
fix typo
Alvaro Herrera
2018-08-16
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-16
Improve comment in GetNewObjectId().
Thomas Munro
2018-08-15
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-13
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-27
Reduce path length for locking leaf B-tree pages during insertion
Alexander Korotkov
2018-07-27
Fix grammar in README.tuplock
Alvaro Herrera
2018-07-27
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-24
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix casting in error message for two-phase file
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-17
Revise BuildIndexValueDescription to simplify it
Alvaro Herrera
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-13
Improve performance of tuple conversion map generation
Heikki Linnakangas
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-12
Clean up temporary WAL segments after an instance crash
Michael Paquier
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-09
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
[next]