aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov2018-07-28
* Correct obsolete unique index insertion comment.Peter Geoghegan2018-07-08
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* 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
* 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
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Flag index metapages as standard-format in xlog.c calls.Tom Lane2017-11-03
* Remove dedicated B-tree root-split record types.Heikki Linnakangas2017-08-16
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-07
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-25
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Remove dead InRecovery check.Heikki Linnakangas2014-09-11
* Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas2014-05-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-22
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-01
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19