aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-15
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-15
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-14
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-14
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-14
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Remove obsolete nbtree split REDO routine comment.Peter Geoghegan2019-05-08
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-07
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-05-03
* heap_prepare_freeze_tuple: Simplify codingAlvaro Herrera2019-05-02
* Fix nbtsort.c's page space accounting.Peter Geoghegan2019-05-02