aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Update commentPeter Eisentraut2019-06-27
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Remove unnecessary comment.Thomas Munro2019-06-23
* Fix typoMagnus Hagander2019-06-19
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-18
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Silence compiler warningAlvaro Herrera2019-06-14
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix message styleAlvaro Herrera2019-06-06
* Fix typos in various placesMichael Paquier2019-06-03
* Fix double-phrase typo in messageAlvaro Herrera2019-05-31
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Fix comment for issue_xlog_fsync().Fujii Masao2019-05-21
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* "A void function may not return a value".Tom Lane2019-05-18
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Remove extra nbtree half-dead internal page check.Peter Geoghegan2019-05-16