aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Explain subtlety in nbtree locking protocol.Peter Geoghegan2019-08-23
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-21
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Remove block number field from nbtree stack.Peter Geoghegan2019-08-14
* Remove obsolete nbtree README commentary.Peter Geoghegan2019-08-13
* Use PageIndexTupleOverwrite() within nbtree.Peter Geoghegan2019-08-13
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Add error codes to some corruption log messagesPeter Eisentraut2019-08-01
* Remove superfluous semicolon.Andres Freund2019-07-30
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29