users/rhaas/postgres.git
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
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...
next