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
/
transam
Commit message (
Expand
)
Author
Age
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Improve grammar of message about two-phase state files.
Robert Haas
2017-02-03
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Logical replication
Peter Eisentraut
2017-01-20
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
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
*
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
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Delay updating control file to "in production"
Peter Eisentraut
2016-09-21
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
*
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-08
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-29
[next]