users/rhaas/postgres.git
2020-05-13 Alvaro HerreraAdjust walsender usage of xlogreader, simplify APIs
2020-05-13 Fujii MasaoUse proper GetDatum function in pg_stat_get_slru().
2020-05-13 Fujii MasaoInitialize SLRU stats entries to zero.
2020-05-12 Bruce Momjiandocs: PG 13 relnotes: adjust wal_skip_threshold and...
2020-05-12 Alvaro HerreraFix straggler
2020-05-12 Alvaro HerreraAdd -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
2020-05-12 Tomas VondraRework EXPLAIN format for incremental sort
2020-05-12 Tomas VondraFix typos and improve incremental sort comments
2020-05-12 Tom LaneDo pre-release housekeeping on catalog data.
2020-05-12 Etsuro FujitaRemove unnecessary #include.
2020-05-12 Michael PaquierFix comment in xlogutils.c
2020-05-12 Fujii MasaoCorrect standbycheck regression test output.
2020-05-12 Bruce Momjiandoc: PG 13 relnotes: add documentation section and...
2020-05-12 Tom LaneDoc: hack table 13.2 "Conflicting Lock Modes" till...
2020-05-12 Bruce Momjiandoc: PG 13 relnotes: add duplicate btree optimization...
2020-05-12 Bruce Momjiandoc: PG 13 relnotes: cumulative fixes from email...
2020-05-12 Tom LaneDoc: fix remaining over-length entries in SQL keywords...
2020-05-11 Tom LaneDoc: fix "Unresolved ID reference" warnings, clean...
2020-05-11 Peter GeogheganAdjust "root of to-be-deleted subtree" function.
2020-05-11 Alvaro HerreraFix obsolete references to "XLogRead"
2020-05-11 Peter EisentrautTranslation updates
2020-05-10 Tom LaneDoc: marginal hacking to remove some PDF build warnings.
2020-05-10 Michael PaquierRemove smgrdounlink() in smgr.c from the code tree
2020-05-09 Tom LaneDoc: fix assorted misstatements of fact in catalog...
2020-05-09 Tom LaneFix findoidjoins to recognize oidvector columns.
2020-05-09 Tomas VondraSimplify show_incremental_sort_info a bit
2020-05-09 Tomas VondraDo no reset bounded before incremental sort rescan
2020-05-09 Tomas VondraFix handling of REWIND/MARK/BACKWARD in incremental...
2020-05-09 Tom LaneUpdate oidjoins regression test for v13.
2020-05-08 Alvaro Herrerapg_restore: Provide file name with one failure message
2020-05-08 Alvaro HerreraRework XLogReader callback system
2020-05-08 Peter EisentrautImprove use of prepositions in messages
2020-05-08 Peter EisentrautUnify find_other_exec() error messages
2020-05-08 Peter EisentrautFix several DDL issues of generated columns versus...
2020-05-08 Peter EisentrautPropagate ALTER TABLE ... SET STORAGE to indexes
2020-05-08 Amit KapilaFix inconsistency in pg_buffercache docs.
2020-05-08 Fujii MasaoReport missing wait event for timeline history file.
2020-05-07 Peter GeogheganRefactor nbtree deletion INCOMPLETE_SPLIT check.
2020-05-07 Tom LaneFix YA text phrase search bug.
2020-05-07 Tom LaneDoc: update remaining tables of functions/operators...
2020-05-07 Bruce Momjiandoc: PG 13 relnotes: adjust partitioning items
2020-05-07 Bruce Momjiandoc: PG 13 relnotes: adjust wording and Unicode item
2020-05-07 Bruce Momjiandoc: PG 13 relnotes: adjust partition items and attri...
2020-05-06 Bruce Momjiandoc: PG 13 relnotes, update TOAST item to mention...
2020-05-06 Bruce Momjianpgbench: document that the default data loading is...
2020-05-06 Tom LaneDoc: remove now-redundant align specifications in colspecs.
2020-05-06 Alvaro HerreraHeed lock protocol in DROP OWNED BY
2020-05-06 Tom LaneDoc: further fooling-about with rendering of tables...
2020-05-06 Michael PaquierHandle spaces for Python install location in MSVC scripts
2020-05-05 Bruce Momjiandoc: PG 13 relnotes, fix markup
2020-05-05 Bruce Momjiandoc: PG 13 renotes: adjust attribution and pgbench...
2020-05-05 Peter GeogheganNormalize _bt_findsplitloc() argument names.
2020-05-05 Peter GeogheganRemove obsolete amcheck comment.
2020-05-05 Bruce Momjiandoc: PG 13 relnotes, add pgbench script item
2020-05-05 Bruce Momjiandoc: PG 13 relnotes, add attributions and wording changes
2020-05-05 Tom LaneDoc: warn that timezone abbreviations don't work in...
2020-05-05 Bruce Momjiandoc: PG 13 release note adjustments, Justin Pryzby v2
2020-05-05 Bruce Momjiandoc: PG 13 retnote adjustments
2020-05-05 Tom LaneFix severe memory leaks in GSSAPI encryption support.
2020-05-05 Bruce Momjiandoc: normalize contributor names in PG 13 release...
2020-05-05 Bruce Momjiandoc: update PG 13 release notes for glossary and NO...
2020-05-05 Bruce Momjiandoc: Fix PG 13 release note markup
2020-05-05 Bruce Momjiandoc: update PG 13 release notes after first draft
2020-05-05 Peter EisentrautFix capitalization of messages, per style guide
2020-05-05 Michael PaquierDoc: Outline REPLICATION before SUPERUSER privilege
2020-05-05 Bruce Momjiandoc: first draft of PG 13 release notes
2020-05-05 Amit KapilaChange the display of WAL usage statistics in Explain.
2020-05-04 Tom LaneDoc: improve PDF presentation of some tables by adjusti...
2020-05-04 Peter GeogheganAdd posting list tuple amcheck test case.
2020-05-04 Tom LaneDoc: standardize markup a bit more.
2020-05-04 Tom LaneDoc: update sections 9.22 - 9.30 for new function table...
2020-05-03 Alexander KorotkovFix typo in comment
2020-05-03 Peter EisentrautAdd missing newlines in error messages
2020-05-02 Peter GeogheganRefactor btvacuumpage().
2020-05-02 Stephen FrostFix GSS client to non-GSS server connection
2020-05-02 Tomas VondraRemove superfluous memset from pgstat_recv_resetslrucounter
2020-05-02 Tomas VondraRemove pg_xact from pg_stat_reset_slru docs
2020-05-02 Peter EisentrautAdd NLS to pg_verifybackup
2020-05-01 Tomas VondraSimplify cost_incremental_sort a bit
2020-05-01 Tomas VondraRemove pg_xact entry from SLRU stats
2020-05-01 Tom LaneGet rid of trailing semicolons in C macro definitions.
2020-05-01 Tom LaneDoc: update sections 9.17 - 9.21 for new function table...
2020-05-01 Peter GeogheganClear up issue with FSM and oldest bpto.xact.
2020-05-01 Peter GeogheganReorder function prototypes for consistency.
2020-05-01 Peter GeogheganFix undercounting in VACUUM VERBOSE output.
2020-05-01 Peter GeogheganFix bug in nbtree VACUUM "skip full scan" feature.
2020-05-01 Peter EisentrautPut new command-line options into alphabetical order...
2020-05-01 Michael PaquierImprove various aspects of pg_rewind documentation
2020-04-30 Peter GeogheganAdd nbtree ScalarArrayOpExpr tests.
2020-04-30 Peter GeogheganFix AddressSanitizer use-after-scope complaint.
2020-04-30 Tom LaneDoc: update sections 9.14 - 9.16 for new function table...
2020-04-30 Peter EisentrautMake SQL/JSON error code names match SQL standard
2020-04-30 Peter EisentrautUpdate config.guess and config.sub
2020-04-30 Michael PaquierRename connection parameters to control min/max SSL...
2020-04-30 Tom LaneDoc: re-re-revise markup for tables of functions.
2020-04-30 Peter GeogheganRemove redundant _bt_killitems() buffer check.
2020-04-29 Michael PaquierFix check for conflicting SSL min/max protocol settings
2020-04-29 Alvaro HerreraFix checkpoint signalling
2020-04-29 Peter EisentrautFix typo
2020-04-29 Alvaro HerreraCheck slot->restart_lsn validity in a few more places
next