]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2020-04-24  Tom LaneUpdate time zone data files to tzdata release 2020a.
2020-04-24  Peter EisentrautUpdate Unicode data to Unicode 13.0.0 and CLDR 37
2020-04-24  Michael PaquierRemove some unstable parts from new TAP test for archiv...
2020-04-23  Michael PaquierFix handling of WAL segments ready to be archived durin...
2020-04-23  Tom LaneRemove ACLDEBUG #define and associated code.
2020-04-23  Tom LaneRemove useless (and broken) logging logic in memory...
2020-04-23  Tom LaneDoc: update section 9.12 for new function table layout.
2020-04-23  Robert HaasAlso rename 'struct manifest_info'.
2020-04-23  Robert HaasRename exposed identifiers to say "backup manifest".
2020-04-23  Andres FreundFix transient memory leak for SRFs in FROM.
2020-04-23  Fujii MasaoFix option related issues in pg_verifybackup.
2020-04-23  Tom LaneDoc: improve description of geometric multiplication...
2020-04-22  Peter Geoghegannbtree: Rename BT_RESERVED_OFFSET_MASK.
2020-04-22  Tomas VondraFix cost_incremental_sort for expressions with varno 0
2020-04-22  Bruce Momjiandocs: land height is "elevation", not "altitude"
2020-04-22  Tom LaneSync up some inconsistent comments in config/c-compiler.m4.
2020-04-22  Tom LaneDoc: update section 9.11 for new function table layout.
2020-04-22  David RowleyRemove bogus Assert in foreign key cloning code
2020-04-22  Peter EisentrautRemove HEAPDEBUGALL
2020-04-21  Michael PaquierFix single-record reads to use restore_command if avail...
2020-04-21  Alvaro Herrerapsql \d: Display table where trigger is defined, if...
2020-04-21  Michael PaquierFix memory leak in libpq when using sslmode=verify...
2020-04-21  Alvaro HerreraDocument partitiong tables ancillary object handling...
2020-04-21  Tom LaneFix possible crash during FATAL exit from reindexing.
2020-04-21  Tom LaneFix minor violations of FunctionCallInvoke usage protocol.
2020-04-21  Alvaro HerreraFix detaching partitions with cloned row triggers
2020-04-21  Peter GeogheganConsider outliers in split interval calculation.
2020-04-21  Tom LaneAllow matchingsel() to be used with operators that...
2020-04-21  Tom LaneClean up cpluspluscheck violation.
2020-04-21  Tom LaneFix duplicate typedef from commit 0d8c9c121.
2020-04-21  Fujii MasaoMention pg_promote() as a method to trigger promotion...
2020-04-21  Bruce Momjiandoc: change SGML markup "figure" to "example"
2020-04-20  Tom LaneDoc: update sections 9.7 and 9.8 for new function table...
2020-04-20  Robert HaasMove the server's backup manifest code to a separate...
2020-04-20  Alvaro HerreraAdd tab-completion for ALTER INDEX .. [NO] DEPENDS ON
2020-04-20  Alvaro HerreraAdd ALTER .. NO DEPENDS ON
2020-04-20  Tom LaneDoc: update sections 9.5 and 9.6 for new function table...
2020-04-20  Magnus HaganderAllow pg_read_all_stats to access all stats views again
2020-04-19  Tom LaneDoc: update the rest of section 9.4 for new function...
2020-04-19  Jeff DavisFix missing pfree() in logtape.c, missed by 24d85952.
2020-04-19  Tom LaneDoc: update sections 9.1-9.3 for new function table...
2020-04-19  Peter EisentrautFix update-unicode target
2020-04-18  Tom LaneDoc: sync functableentry markup choices with website...
2020-04-18  Tom LaneFix race conditions in synchronous standby management.
2020-04-18  David RowleyFix possible crash with GENERATED ALWAYS columns
2020-04-18  Tom LaneDoc: revise formatting of function/operator tables.
2020-04-17  Andrew DunstanRevert "Only provide new libpq sslpasskey hook for...
2020-04-17  Andrew DunstanOnly provide openssl_tls_init_hook if building with...
2020-04-17  Andrew DunstanUse a slightly more liberal regex to detect Visual...
2020-04-17  Andrew DunstanOnly provide new libpq sslpasskey hook for openssl...
2020-04-17  Tom LaneFix possible future cache reference leak in ALTER EXTEN...
2020-04-17  Fujii MasaoAdd index term for backup manifest in documentation.
2020-04-17  Michael PaquierFix minor memory leak in pg_basebackup and pg_receivewal
2020-04-16  David RowleyRemove unneeded constraint dependency tracking
2020-04-16  Tom LaneFix cache reference leak in contrib/sepgsql.
2020-04-16  Amit KapilaFix the usage of parallel and full options of vacuum...
2020-04-16  Michael PaquierDisable silently generation of manifests with servers...
2020-04-15  Peter GeogheganSlightly simplify nbtree split point choice loop.
2020-04-15  Michael PaquierFix minor memory leak in pg_dump
2020-04-15  Fujii MasaoCode review for backup manifest.
2020-04-14  Peter GeogheganRemove obsolete "hole in center of page" comment.
2020-04-14  Tom LaneAccount for collation when coercing the output of a...
2020-04-14  Andrew DunstanStop requiring an explicit return from perl subroutines
2020-04-14  Andrew DunstanSet Perl search path more idiomatically
2020-04-14  Robert HaasDocument the backup manifest file format.
2020-04-14  Peter GeogheganRearrange _bt_insertonpg() "update metapage" code.
2020-04-14  Michael PaquierFix collection of typos and grammar mistakes in the...
2020-04-14  Peter GeogheganAdd defensive "split_only_page" nbtree assertion.
2020-04-14  Amit KapilaComments and doc fixes for commit 40d964ec99.
2020-04-14  Peter GeogheganMake _bt_insertonpg() more like _bt_split().
2020-04-14  Noah MischAdd a wait_for_catchup() before immediate stop of a...
2020-04-13  Alvaro HerreraSilence Perl warning
2020-04-13  Peter GeogheganHarmonize nbtree page split point code.
2020-04-13  Andrew DunstanUse perl's $/ more idiomatically
2020-04-13  Andrew DunstanUse perl warnings pragma consistently
2020-04-13  Andrew DunstanPrint policy name in perlcritic messages
2020-04-13  Robert HaasRename pg_validatebackup to pg_verifybackup some more.
2020-04-13  Amit KapilaCosmetic fixups for WAL usage work.
2020-04-13  Peter EisentrautImprove error messages after LoadLibrary()
2020-04-12  Tom LaneDoc: introduce new layout for tables of functions and...
2020-04-12  Tom LaneDoc: introduce and document "&zwsp;" for allowing optio...
2020-04-12  Robert HaasRename pg_validatebackup to pg_verifybackup.
2020-04-12  Peter GeogheganDoc: Fix contrib/amcheck tip.
2020-04-11  Tom LaneSuppress -Wimplicit-fallthrough warning in new LIMIT...
2020-04-11  Noah MischOptimize RelationFindReplTupleSeq() for CLOBBER_CACHE_A...
2020-04-11  Noah MischWhen WalSndCaughtUp, sleep only in WalSndWaitForWal().
2020-04-11  Tom LaneMake EXPLAIN report maximum hashtable usage across...
2020-04-11  Tom LaneClear dangling pointer to avoid bogus EXPLAIN printout...
2020-04-11  Peter EisentrautFix RELCACHE_FORCE_RELEASE issue
next