]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2020-04-11  Peter EisentrautFix relcache reference leak
2020-04-11  Andrew Gierthdoc: restore intentional typo
2020-04-11  Peter GeogheganAdd contrib/amcheck debug message.
2020-04-10  Tom LaneDoc: clarify locking requirements for ALTER TABLE ADD...
2020-04-10  Tom LaneSuppress unused-variable warning.
2020-04-10  Tom LaneDoc: sync CREATE GROUP syntax synopsis with CREATE...
2020-04-10  Michael PaquierFix collection of typos and grammar mistakes in the...
2020-04-09  Tom LaneFurther stabilize results of 019_replslot_limit.pl.
2020-04-09  Tom LaneFurther cleanup of ts_headline code.
2020-04-09  Tom LaneDoc: improve documentation about ts_headline() function.
2020-04-09  Tom LaneFix default text search parser's ts_headline code for...
2020-04-09  Tom LaneCosmetic improvements for default text search parser...
2020-04-09  Peter EisentrautFix CREATE TABLE LIKE INCLUDING GENERATED column order...
2020-04-09  Fujii MasaoFix typo in pg_validatebackup documentation.
2020-04-09  Fujii MasaoExclude backup_manifest file that existed in database...
2020-04-09  Amit KapilaAllow parallel create index to accumulate buffer usage...
2020-04-09  Fujii MasaoAdd note in pg_stat_statements documentation about...
2020-04-08  Andrew DunstanMsys2 tweaks for pg_validatebackup corruption test
2020-04-08  Peter Eisentrautcreateuser: Change a fprintf to pg_log_error
2020-04-08  Tomas VondraStabilize incremental_sort tests
2020-04-08  Tom LaneFix pg_dump/pg_restore to restore event trigger comment...
2020-04-08  Thomas MunroRationalize GetWalRcv{Write,Flush}RecPtr().
2020-04-08  Peter EisentrautAllow publishing partition changes via ancestors
2020-04-08  Alexander KorotkovRevert 0f5ca02f53
2020-04-08  David RowleyModify additional power 2 calculations to use new helpe...
2020-04-08  Michael PaquierFix crash when using COLLATE in partition bound expressions
2020-04-08  David RowleyModify various power 2 calculations to use new helper...
2020-04-08  Jeff DavisCreate memory context for HashAgg with a reasonable...
2020-04-08  David RowleyAdd functions to calculate the next power of 2
2020-04-08  Tom LanePut back mistakenly removed #include.
2020-04-08  Alvaro HerreraRemove testing for precise LSN/reserved bytes in new...
2020-04-08  Thomas MunroSupport PrefetchBuffer() in recovery.
2020-04-08  Tom LaneAllow partitionwise join to handle nested FULL JOIN...
2020-04-08  Etsuro FujitaAllow partitionwise joins in more cases.
2020-04-08  Tom LaneFix circle_in to accept "(x,y),r" as it's advertised...
2020-04-08  Andres Freundsnapshot scalability: Move delayChkpt from PGXACT to...
2020-04-08  Tomas VondraTrack SLRU page hits in SimpleLruReadPage_ReadOnly
2020-04-08  Andres FreundFix XLogReader FD leak that makes backends unusable...
2020-04-07  Alvaro HerreraAppease perlcritic
2020-04-07  Peter GeogheganRemove nbtree BTreeTupleSetAltHeapTID() function.
2020-04-07  Alvaro HerreraAllow users to limit storage reserved by replication...
2020-04-07  Tom LaneAllow psql's \g and \gx commands to transiently change...
2020-04-07  Alexander KorotkovImplement waiting for given lsn at transaction start
2020-04-07  Alvaro HerreraSupport FETCH FIRST WITH TIES
2020-04-07  Tom LaneAdjust bytea get_bit/set_bit to use int8 not int4 for...
2020-04-07  Tomas VondraRemove debugging elog from pgstat_recv_resetslrucounter
2020-04-07  Tomas VondraMinor improvements in Incremental Sort explain
2020-04-07  Fujii MasaoPrevent archive recovery from scanning non-existent...
2020-04-07  Tomas VondraConsider Incremental Sort paths at additional places
2020-04-07  Tom LaneFix representation of SORT_TYPE_STILL_IN_PROGRESS.
2020-04-07  Thomas MunroIntroduce xid8-based functions to replace txid_XXX.
2020-04-07  Thomas MunroAdd SQL type xid8 to expose FullTransactionId to users.
2020-04-06  Tomas VondraUse INT64_FORMAT when formatting int64 values in explain
2020-04-06  Tomas VondraFix failures in incremental_sort due to number of workers
2020-04-06  Peter GeogheganFix nbtree kill_prior_tuple posting list assert.
2020-04-06  Tomas VondraFix show_incremental_sort_info with force_parallel_mode
2020-04-06  Tomas VondraImplement Incremental Sort
2020-04-06  Tom LaneRe-stabilize infinite_recurse() test case.
2020-04-06  Peter EisentrautAdd logical replication support to replicate into parti...
2020-04-06  Amit KapilaAllow autovacuum to log WAL usage statistics.
2020-04-06  Michael PaquierRefactor cluster.c to use new routine get_index_isclust...
2020-04-06  Amit KapilaAdd the option to report WAL usage in EXPLAIN and auto_...
2020-04-06  Michael PaquierPreserve clustered index after rewrites with ALTER...
2020-04-06  Andres FreundRecompute stack base in forked postmaster children.
2020-04-06  Andres FreundUse TransactionXmin instead of RecentGlobalXmin in...
2020-04-05  Andres FreundFix recently introduced typo.
next