aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Refactor nbtree fastpath optimization.Peter Geoghegan2020-03-18
* nbtree: Remove useless local variables.Peter Geoghegan2020-03-17
* Fix comment in xlog.c.Fujii Masao2020-03-17
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan2020-03-16
* nbtree: Pass down MAXALIGN()'d itemsz for new item.Peter Geoghegan2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* nbtree: Reorder nbtinsert.c prototypes.Peter Geoghegan2020-03-15
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* nbtree: Move fastpath NULL descent stack assertion.Peter Geoghegan2020-03-10
* nbtree: Demote minus infinity "can't happen" error.Peter Geoghegan2020-03-10
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Tidy up XLogSource code in xlog.c.Fujii Masao2020-03-10
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Simplify/speed up assertion cross-check in ginCompressPostingList().Tom Lane2020-03-07
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove overzealous _bt_split() assertions.Peter Geoghegan2020-03-02
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Add assertions to _bt_update_posting().Peter Geoghegan2020-03-02
* Remove dead code from _bt_update_posting().Peter Geoghegan2020-03-01
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Silence another compiler warning in nbtinsert.c.Peter Geoghegan2020-02-26
* Silence compiler warning in nbtinsert.c.Peter Geoghegan2020-02-26
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add equalimage B-Tree support functions.Peter Geoghegan2020-02-26
* Issue properly WAL record for CID of first catalog tuple in multi-insertMichael Paquier2020-02-25
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Factor out InitControlFile() from BootStrapXLOG()Peter Eisentraut2020-02-22
* Reformat code commentPeter Eisentraut2020-02-22
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Remove obsolete _bt_compare() comment.Peter Geoghegan2020-02-18
* Use pg_pwrite() in more places.Thomas Munro2020-02-11
* Fix typos.Amit Kapila2020-02-10
* Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane2020-02-09
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-05
* Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro2020-02-05
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Handle lack of DSM slots in parallel btree build.Thomas Munro2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Fix randAccess setting in ReadRecord()Heikki Linnakangas2020-01-28
* Fix compile error on HP C.Thomas Munro2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Clarify some comments in vacuumlazy.cMichael Paquier2020-01-23
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-22
* Fix the computation of max dead tuples during the vacuum.Amit Kapila2020-01-22