aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Speedup truncations of relation forks.Fujii Masao2019-09-24
* Message style fixesPeter Eisentraut2019-09-23
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Add some const decorations to array constantsPeter Eisentraut2019-09-17
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan2019-09-12
* Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan2019-09-09
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Create an API for inserting and deleting rows in TOAST tables.Robert Haas2019-09-06
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Make XLogReaderInvalReadState staticAlvaro Herrera2019-09-03
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Remove obsolete nbtree page deletion comment.Peter Geoghegan2019-08-27