summaryrefslogtreecommitdiff
path: root/src/backend/access/index
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-082-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-212-3/+3
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-031-0/+4
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-272-2/+4
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-2/+3
* Extend index AM API for parallel index scans.Robert Haas2017-01-241-5/+130
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-034-4/+4
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-3/+24
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-9/+7
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-7/+9
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-231-0/+7
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-212-1/+247
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-173-125/+158
* Update copyright for 2016Bruce Momjian2016-01-022-2/+2
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-10/+10
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-4/+8
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-291-4/+9
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-2/+69
* Update copyright for 2015Bruce Momjian2015-01-062-2/+2
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-081-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-062-13/+13
* Introduce logical decoding.Robert Haas2014-03-031-2/+4
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas2013-07-231-1/+1
* Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch2013-07-161-4/+16
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+33
* Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas2013-04-161-6/+13
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-102-6/+6
* Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane2012-05-261-1/+10
* Update copyright notices for year 2012.Bruce Momjian2012-01-012-2/+2
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-181-0/+22
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-161-0/+1
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-091-3/+4
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-072-86/+154
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-012-3/+0
* Avoid having two copies of the HOT-chain search logic.Robert Haas2011-06-272-156/+22
* Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas2011-06-151-7/+8
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-1/+1
* The row-version chaining in Serializable Snapshot Isolation was still wrong.Heikki Linnakangas2011-05-301-2/+1
* Add an Assert that indexam.c isn't used on an index awaiting reindexing.Tom Lane2011-04-161-1/+11
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-1/+1
* Fix incorrect access to pg_index.indcollation.Tom Lane2011-03-061-2/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+2