summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
AgeCommit message (Expand)Author
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-06In B-tree page deletion, clean up properly after page deletion failure.Tom Lane
2016-07-28Message style improvementsPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-02Fix btree mark/restore bug.Kevin Grittner
2016-05-23Fix BTREE_BUILD_STATS build.Tom Lane
2016-04-28Prevent to use magic constantsTeodor Sigaev
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-07Detect SSI conflicts before reporting constraint violationsKevin Grittner
2016-04-03Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-03Revert buggy optimization of index scansSimon Riggs
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-27Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas
2015-06-30Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-13Remove duplicated word in READMEAlvaro Herrera
2015-03-25Reduce pinning and buffer content locking for btree scans.Kevin Grittner
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-24Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas
2014-11-20Silence compiler warning about variable being used uninitialized.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-11-17Fix WAL-logging of B-tree "unlink halfdead page" operation.Heikki Linnakangas
2014-11-14Clean up includes from RLS patchStephen Frost
2014-11-07Use the sortsupport infrastructure in more cases.Robert Haas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-10-12Message improvementsPeter Eisentraut
2014-09-11Remove dead InRecovery check.Heikki Linnakangas
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-05-25Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas
2014-05-19Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian