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
*
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
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Skip ambulkdelete scan if there's nothing to delete and the index is not
Tom Lane
2006-02-11
*
Revert based on Tom's recommendation:
Bruce Momjian
2006-02-11
*
Allow VACUUM to complete faster by avoiding scanning the indexes when no
Bruce Momjian
2006-02-11
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
*
Arrange to cache fmgr lookup information for an index's access method
Tom Lane
2005-05-27
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
[next]