index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
index
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
2
-4
/
+4
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
2
-3
/
+3
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
1
-0
/
+4
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
2
-2
/
+4
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
1
-2
/
+3
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
1
-5
/
+130
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
4
-4
/
+4
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
1
-3
/
+24
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-9
/
+7
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-7
/
+9
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
1
-0
/
+7
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
2
-1
/
+247
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
3
-125
/
+158
*
Update copyright for 2016
Bruce Momjian
2016-01-02
2
-2
/
+2
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-10
/
+10
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
1
-4
/
+8
*
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
1
-4
/
+9
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
1
-2
/
+69
*
Update copyright for 2015
Bruce Momjian
2015-01-06
2
-2
/
+2
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
1
-0
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
2
-13
/
+13
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-2
/
+4
*
Update copyright for 2014
Bruce Momjian
2014-01-07
2
-2
/
+2
*
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Robert Haas
2013-07-23
1
-1
/
+1
*
Fix systable_recheck_tuple() for MVCC scan snapshots.
Noah Misch
2013-07-16
1
-4
/
+16
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-1
/
+33
*
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-16
1
-6
/
+13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
2
-2
/
+2
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
2
-6
/
+6
*
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-26
1
-1
/
+10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
2
-2
/
+2
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
1
-0
/
+22
*
Avoid assuming that index-only scan data matches the index's rowtype.
Tom Lane
2011-10-16
1
-0
/
+1
*
Improve index-only scans to avoid repeated access to the index page.
Tom Lane
2011-10-09
1
-3
/
+4
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
2
-86
/
+154
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
2
-3
/
+0
*
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-27
2
-156
/
+22
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
1
-7
/
+8
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-1
/
+1
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
1
-2
/
+1
*
Add an Assert that indexam.c isn't used on an index awaiting reindexing.
Tom Lane
2011-04-16
1
-1
/
+11
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-1
/
+0
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-1
/
+1
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-1
/
+1
*
Fix incorrect access to pg_index.indcollation.
Tom Lane
2011-03-06
1
-2
/
+1
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-0
/
+2
[next]