summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-15btree: Support parallel index scans.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
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-04-20Revert no-op changes to BufferGetPage()Kevin 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-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-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
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-06Update copyright for 2015Bruce Momjian
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-17Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-11-02Fix btree stop-at-nulls logic properly.Tom Lane
2011-10-31Stop btree indexscans upon reaching nulls in either direction.Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-09Improve index-only scans to avoid repeated access to the index page.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-06-29Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-26Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-03Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btreeTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-10-08Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane
2009-01-05Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-04-16Repair two places where SIGTERM exit could leave shared memory stateTom Lane