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
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Message style improvements
Peter Eisentraut
2016-07-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-28
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
*
Fix whitespace
Peter Eisentraut
2016-01-30
*
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-28
*
Suppress compiler warning.
Tom Lane
2016-01-21
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-07
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-09-02
*
Reuse all-zero pages in GIN.
Heikki Linnakangas
2015-07-27
*
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-30
*
Fix double-XLogBeginInsert call in GIN page splits.
Heikki Linnakangas
2015-06-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Make ginbuild's funcCtx be independent of its tmpCtx.
Tom Lane
2015-03-29
*
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
*
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
No need to call XLogEnsureRecordSpace when the relation is unlogged.
Heikki Linnakangas
2014-11-21
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix GIN data page split ratio calculation.
Heikki Linnakangas
2014-09-12
*
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
[next]