index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
genam.h
Commit message (
Expand
)
Author
Age
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Replace simple constant pg_am.amcanreturn with an AM support function.
Tom Lane
2011-12-18
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Department of second thoughts: let's show the exact key during unique index
Tom Lane
2009-08-01
*
Improve unique-constraint-violation error messages to include the exact
Tom Lane
2009-08-01
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane
Tom Lane
2009-06-06
*
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-24
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Rewrite DROP's dependency traversal algorithm into an honest two-pass
Tom Lane
2008-06-08
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Create new routines systable_beginscan_ordered, systable_getnext_ordered,
Tom Lane
2008-04-12
*
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
More include file adjustments.
Bruce Momjian
2006-07-13
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
[next]