aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov2018-07-28
* Fix grammar in README.tuplockAlvaro Herrera2018-07-27
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Make more consistent some error messages for file-related operationsMichael Paquier2018-07-23
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix casting in error message for two-phase fileMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Revise BuildIndexValueDescription to simplify itAlvaro Herrera2018-07-16
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Improve performance of tuple conversion map generationHeikki Linnakangas2018-07-13
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* Clean up temporary WAL segments after an instance crashMichael Paquier2018-07-13
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-09
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-09
* Correct obsolete unique index insertion comment.Peter Geoghegan2018-07-08
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Remove obsolete comment block in nbtsort.c.Peter Geoghegan2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-22
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera2018-06-15
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Fix function code in error reportAlvaro Herrera2018-06-06
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05