index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
Commit message (
Expand
)
Author
Age
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Fix misleading output from gin_desc().
Tom Lane
2012-04-06
*
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
*
Improve comment.
Tom Lane
2012-02-04
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
Tom Lane
2011-11-25
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Tweak collation setup for GIN index comparison functions.
Tom Lane
2011-04-08
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-16
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Refactor GIN's handling of duplicate search entries.
Tom Lane
2011-01-08
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
*
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
*
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-17
*
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Rewrite the rbtree routines so that an RBNode is the first field of the
Tom Lane
2010-08-01
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-11
*
Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry
Heikki Linnakangas
2010-02-09
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Fix incorrect comparison of scan key in GIN. Per report from
Teodor Sigaev
2010-01-18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
Fix multicolumn GIN's wrong results with fastupdate enabled.
Teodor Sigaev
2009-11-13
*
Make sure that GIN fast-insert and regular code paths enforce the same
Tom Lane
2009-10-02
*
Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.
Tom Lane
2009-09-15
*
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
*
Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()
Tom Lane
2009-06-06
*
Fix bug #4814 (wrong subscript in consistent-function call), and add some
Tom Lane
2009-05-19
*
Fix infinite loop while checking of partial match in pending list.
Teodor Sigaev
2009-04-05
*
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
Tom Lane
2009-03-25
[next]