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
Commit message (
Expand
)
Author
Age
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
*
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
*
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
*
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
*
Fix comment regarding the meaning of infinity for timeline history entry
Fujii Masao
2015-09-15
*
Microvacuum for GIST
Teodor Sigaev
2015-09-09
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-09-02
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Don't include low level locking code from frontend code.
Andres Freund
2015-08-07
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Don't assume that 'char' is signed.
Heikki Linnakangas
2015-07-27
*
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
*
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-02
*
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-23
*
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-22
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
*
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
[next]