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
/
brin
Commit message (
Expand
)
Author
Age
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
brin: Don't crash on auto-summarization
Alvaro Herrera
2017-05-30
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
Fix typos in comments.
Fujii Masao
2016-08-29
*
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
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
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
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
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
[next]