aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Correct nbtsplitloc.c comment.Peter Geoghegan2019-07-15
* Fix pathological nbtree split point choice issue.Peter Geoghegan2019-07-15
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Provide XLogRecGetFullXid().Thomas Munro2019-07-15
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Add missing assertions for required table am callbacks.Amit Kapila2019-07-06
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* Remove obsolete nbtree "get root" comment.Peter Geoghegan2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30