aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix thinkos from commit 9989d37Michael Paquier2019-12-03
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-18
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-16
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane2019-11-04
* Fix typos in the codeMichael Paquier2019-10-30
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Fix typo in xlog.c.Fujii Masao2019-10-24
* Fix commentPeter Eisentraut2019-10-22
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-18
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-11
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-09
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Remove AtSubStart_Notify.Robert Haas2019-10-04
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Optimize partial TOAST decompressionTomas Vondra2019-10-01
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-30
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-27
* Fix comment in xlogreader.cMichael Paquier2019-09-26
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-25
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-25
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24