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
*
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
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Skip checkpoints, archiving on idle systems.
Andres Freund
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
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Remove duplicate macro definition.
Tom Lane
2016-11-05
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Fix some typos in comment
Peter Eisentraut
2016-09-26
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
*
C comment improvement & typo fix.
Kevin Grittner
2016-06-02
*
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-24
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
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
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
*
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
[next]