postgresql.git
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
2020-04-28 Peter GeogheganAdd LP_DEAD deletion of a posting list tuple test.
2020-04-28 Peter EisentrautAdd missing gettext triggers
2020-04-28 Alexander KorotkovFix definition of pg_statio_all_tables view
2020-04-27 Michael PaquierAdd more TAP coverage for archive status with crash...
2020-04-27 Robert HaasFix bogus tar-file padding logic for standby.signal.
2020-04-27 Tom LaneFix full text search to handle NOT above a phrase searc...
2020-04-27 Tom LaneDoc: render π more nicely in PDF output.
2020-04-27 Peter Eisentrautpg_dump: Replace can't-happen error with assertion
2020-04-27 Michael PaquierFix some typos
2020-04-26 Tom LaneDoc: improve documentation of websearch_to_tqsuery().
2020-04-26 Peter EisentrautFix typo
2020-04-26 Noah MischRaise a timeout to 180s, in test 003_recovery_targets.pl.
2020-04-25 Peter GeogheganFix another minor page deletion buffer lock issue.
2020-04-25 Peter GeogheganFix minor nbtree page deletion buffer lock issue.
2020-04-25 Noah MischIn caught-up logical walsender, sleep only in WalSndWai...
2020-04-25 Noah MischRevert "When WalSndCaughtUp, sleep only in WalSndWaitFo...
2020-04-25 Andrew GierthFix error case for CREATE ROLE ... IN ROLE.
2020-04-24 Tom LaneUpdate Windows timezone name list to include currently...
2020-04-24 Tom LaneImprove placement of "display name" comment in win32_tz...
2020-04-24 Tom LaneDoc: update section 9.13 for new function table layout.
2020-04-24 Bruce Momjiangit_changelog: use modern format for rel branch names...
2020-04-24 Robert HaasTry to avoid compiler warnings in optimized builds.
2020-04-24 Tom LaneRepair performance regression in information_schema...
next