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
Commit message (
Expand
)
Author
Age
*
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-02-01
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
*
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
*
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
*
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-24
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Logical replication
Peter Eisentraut
2017-01-20
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Improve comment in hashsearch.c.
Robert Haas
2017-01-18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
*
Improve coding in _hash_addovflpage.
Robert Haas
2017-01-10
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Fix more hash index bugs around marking buffers dirty.
Robert Haas
2016-12-16
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Fix bug in hashbulkdelete.
Robert Haas
2016-12-13
*
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-12
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.
Robert Haas
2016-12-05
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Remove barrier.h
Robert Haas
2016-11-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-17
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Improve handling of dead tuples in hash indexes.
Robert Haas
2016-11-08
*
Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.
Tom Lane
2016-11-06
*
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-11-04
*
Fix leftover reference to background writer performing checkpoints.
Robert Haas
2016-10-28
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Fix comment formatting.
Robert Haas
2016-10-21
[next]