aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Fix WAL recycling on standbys depending on archive_modeMichael Paquier2018-09-28
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fast default trigger and expand_tuple fixesAndrew Dunstan2018-09-24
* Defer restoration of libraries in parallel workers.Thomas Munro2018-09-20
* Fix minor error message style guide violation.Tom Lane2018-09-19
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* Fix past pd_upper write in ginRedoRecompress()Alexander Korotkov2018-09-09
* During the split, set checksum on an empty hash index page.Amit Kapila2018-09-04
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ensure correct minimum consistent point on standbysMichael Paquier2018-08-31
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* fix typoAlvaro Herrera2018-08-21
* Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera2018-08-15
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* 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
* 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
* 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