]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
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.
next