summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-28Fix WAL recycling on standbys depending on archive_modeMichael Paquier
2018-09-27Minor formatting cleanup for 2a6368343fAlexander Korotkov
2018-09-27Remove extra usage of BoxPGetDatum() macroAlexander Korotkov
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-24Fast default trigger and expand_tuple fixesAndrew Dunstan
2018-09-20Defer restoration of libraries in parallel workers.Thomas Munro
2018-09-19Fix minor error message style guide violation.Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-13Attach FPI to the first record after full_page_writes is turned on.Amit Kapila
2018-09-11Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth
2018-09-09Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-09-07Improve handling of corrupted two-phase state files at recoveryMichael Paquier
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2018-09-04During the split, set checksum on an empty hash index page.Amit Kapila
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-08-23Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-21fix typoAlvaro Herrera
2018-08-16Use the built-in float datatypes to implement geometric typesTomas Vondra
2018-08-16Improve comment in GetNewObjectId().Thomas Munro
2018-08-15Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera
2018-08-13Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-08-10Fix typo in SP-GiST error messageAlexander Korotkov
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-27Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov
2018-07-27Fix grammar in README.tuplockAlvaro Herrera
2018-07-27Fix the buffer release order for parallel index scans.Amit Kapila
2018-07-24Fix calculation for WAL segment recycling and removalMichael Paquier
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-23Make more consistent some error messages for file-related operationsMichael Paquier
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-18Fix casting in error message for two-phase fileMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-17Revise BuildIndexValueDescription to simplify itAlvaro Herrera
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-07-13Improve performance of tuple conversion map generationHeikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-12Clean up temporary WAL segments after an instance crashMichael Paquier
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-07-09Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane