aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund2019-01-15
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Make type "name" collation-aware.Tom Lane2018-12-19
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov2018-07-28
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Avoid emitting a bogus WAL record when recycling an all-zero btree page.Tom Lane2018-07-09
* Correct obsolete unique index insertion comment.Peter Geoghegan2018-07-08
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Remove obsolete comment block in nbtsort.c.Peter Geoghegan2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-04
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Adjust _bt_insertonpg() commentsTeodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* minor comment fixes in nbtinsert.cAndrew Dunstan2018-04-10
* Adjustments to the btree fastpath optimization.Andrew Dunstan2018-04-10
* Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas2018-04-10
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-05
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-05
* Fix typoTeodor Sigaev2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Call pgstat_report_activity() in parallel CREATE INDEX workers.Robert Haas2018-03-22
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Doc: move info for btree opclass implementors into main documentation.Tom Lane2018-02-06
* Support parallel btree index builds.Robert Haas2018-02-02
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22