aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Change executor to just Assert that table locks were already obtained.Tom Lane2018-10-03
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Add assertions that we hold some relevant lock during relation open.Tom Lane2018-10-01
* 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
* Minor formatting cleanup for 2a6368343fAlexander Korotkov2018-09-27
* Remove extra usage of BoxPGetDatum() macroAlexander Korotkov2018-09-27
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* 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
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-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
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Improve handling of corrupted two-phase state files at recoveryMichael Paquier2018-09-07
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* 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
* Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund2018-08-23
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* fix typoAlvaro Herrera2018-08-21
* Use the built-in float datatypes to implement geometric typesTomas Vondra2018-08-16
* Improve comment in GetNewObjectId().Thomas Munro2018-08-16
* 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
* 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