summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-09Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier
2018-07-08Correct obsolete unique index insertion comment.Peter Geoghegan
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-07-04Check for interrupts inside the nbtree page deletion code.Andres Freund
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-07-02Add wait event for fsync of WAL segmentsMichael Paquier
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-27Cosmetic improvements for faster column addition.Amit Kapila
2018-06-26Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-26Remove obsolete comment block in nbtsort.c.Peter Geoghegan
2018-06-26Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-22Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier
2018-06-18Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier
2018-06-16Remove AELs from subxids correctly on standbySimon Riggs
2018-06-15Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera
2018-06-14Fail BRIN control functions during recovery explicitlyAlvaro Herrera
2018-06-06Fix function code in error reportAlvaro Herrera
2018-05-30Move _bt_upgrademetapage() into critical section.Teodor Sigaev
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-18Message wording and pluralization improvementsPeter Eisentraut