summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
...
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-211-2/+5
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-201-1/+1
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-201-3/+3
* Revise GIN READMEAlexander Korotkov2019-11-201-38/+176
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-204-9/+5
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-202-52/+81
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-182-9/+7
* Properly determine length for on-disk TOAST valuesTomas Vondra2019-11-161-1/+1
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-141-3/+12
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-141-4/+18
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-133-94/+106
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-121-4/+2
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-1232-78/+49
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-111-0/+3
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-087-26/+23
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-081-34/+48
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-071-40/+29
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-071-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-16/+3
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-0513-31/+153
* Refactor code building relation optionsMichael Paquier2019-11-054-115/+66
* Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane2019-11-041-4/+7
* Fix typos in the codeMichael Paquier2019-10-302-3/+3
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-271-1/+1
* Fix typo in xlog.c.Fujii Masao2019-10-241-1/+1
* Fix commentPeter Eisentraut2019-10-221-4/+3
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-211-0/+10
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-181-2/+14
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-181-0/+4
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-112-3/+10
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-091-1/+2
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-046-33/+34
* Remove AtSubStart_Notify.Robert Haas2019-10-041-1/+0
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-021-12/+12
* Optimize partial TOAST decompressionTomas Vondra2019-10-011-8/+46
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-301-0/+14
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-271-7/+0
* Fix comment in xlogreader.cMichael Paquier2019-09-261-2/+1
* Support reloptions of enum typeAlvaro Herrera2019-09-253-34/+125
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-251-16/+12
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-251-0/+7
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-251-1/+1
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-244-54/+71
* Speedup truncations of relation forks.Fujii Masao2019-09-241-22/+15
* Message style fixesPeter Eisentraut2019-09-232-2/+2
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-201-20/+20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-194-77/+103
* Add some const decorations to array constantsPeter Eisentraut2019-09-171-1/+1
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-121-2/+2
* Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan2019-09-121-13/+8