]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2020-04-05  Peter EisentrautSave errno across LWLockRelease() calls
2020-04-05  Tom LaneFurther improve stability fix for partition_aggregate...
2020-04-05  Amit KapilaAllow pg_stat_statements to track WAL usage statistics.
2020-04-04  Noah MischAdd perl2host call missing from a new test file.
2020-04-04  Tom LaneRemove bogus Assert, add some regression test cases...
2020-04-04  Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-04-04  Peter EisentrautRevert "Improve handling of parameter differences in...
2020-04-04  Amit KapilaAdd infrastructure to track WAL usage.
2020-04-04  Jeff DavisInclude chunk overhead in hash table entry size estimate.
2020-04-04  Robert HaasFix resource management bug with replication=database.
2020-04-04  Robert HaasBe more careful about time_t vs. pg_time_t in basebackup.c.
2020-04-03  Robert Haaspg_validatebackup: Fix 'make clean' to remove tmp_check.
2020-04-03  Robert Haaspg_validatebackup: Adjust TAP tests to undo permissions...
2020-04-03  Robert Haaspg_validatebackup: Also use perl2host in TAP tests.
2020-04-03  Tom LaneCosmetic improvements for code related to partitionwise...
2020-04-03  Robert Haaspg_validatebackup: Use tempdir_short in TAP tests.
2020-04-03  Robert Haaspg_validatebackup: Adjust TAP tests to placate perlcritic.
2020-04-03  Robert HaasGenerate backup manifests for base backups, and validat...
2020-04-03  Fujii MasaoInclude information on buffer usage during planning...
2020-04-03  Tom LaneFix bugs in gin_fuzzy_search_limit processing.
2020-04-03  Fujii MasaoImprove stability of explain regression test.
2020-04-03  Alvaro HerreraAdd a glossary to the documentation
2020-04-03  Robert Haaspg_waldump: Don't call XLogDumpDisplayStats() if -q...
2020-04-03  Robert HaasAdd checksum helper functions.
2020-04-03  Tom LaneFix bogus CALLED_AS_TRIGGER() defenses.
2020-04-03  Fujii MasaoRevert "Include information on buffer usage during...
2020-04-03  Fujii MasaoAdd wait events for recovery conflicts.
2020-04-03  Michael PaquierAdd support for \aset in pgbench
2020-04-03  Fujii MasaoInclude information on buffer usage during planning...
2020-04-03  Robert Haaspg_waldump: Add a --quiet option.
2020-04-02  Tom LaneImprove stability fix for partition_aggregate test.
2020-04-02  Bruce Momjiandoc: remove unnecessary INNER keyword
2020-04-02  Bruce Momjiandoc: remove comma, related to commit 92d31085e9
2020-04-02  Tom LaneImprove user control over truncation of logged bind...
2020-04-02  Tomas VondraFix typo in SLRU stats documentation
2020-04-02  David RowleyAttempt to stabilize partitionwise_aggregate test
2020-04-02  Peter EisentrautAdd SQL functions for Unicode normalization
2020-04-02  Peter EisentrautFix whitespace
2020-04-02  Peter Eisentrautdoc: Update for Unix-domain sockets on Windows
2020-04-02  Peter EisentrautAdd some comments to some SQL features
2020-04-02  Thomas MunroAdd maintenance_io_concurrency to postgresql.conf.sample.
2020-04-02  Amit KapilaAllow parallel vacuum to accumulate buffer usage.
2020-04-02  Fujii MasaoAllow pg_stat_statements to track planning statistics.
2020-04-02  Tomas VondraCollect statistics about SLRU caches
2020-04-01  Tom LaneClean up parsing of ltree and lquery some more.
2020-04-01  Tom LaneAdd support for binary I/O of ltree, lquery, and ltxtqu...
2020-04-01  Tom LaneCheck equality semantics for unique indexes on partitio...
2020-04-01  Tom LaneImprove selectivity estimation for assorted match-style...
2020-04-01  Peter EisentrautRefactor code to look up local replication tuple
2020-04-01  Peter EisentrautUpdate SQL features count
2020-04-01  Alexander KorotkovFix typo in contrib/intarray documentation
2020-04-01  Alexander KorotkovCorrect CREATE INDEX documentation for opclass parameters
2020-04-01  Alexander KorotkovDocumentation corrections for opclass parameters
2020-04-01  Michael PaquierFix crash in psql when attempting to reuse old connection
2020-04-01  Amit KapilaFix coverity complaint about commit 40d964ec99.
2020-04-01  Bruce Momjianpsql: do file completion for \gx
2020-04-01  Michael PaquierAdd -c/--restore-target-wal to pg_rewind
2020-03-31  Bruce Momjiandoc: remove mention of bitwise operators as solely...
2020-03-31  Bruce Momjiandoc: clarify hierarchy of objects: global, db, schema...
2020-03-31  Bruce Momjiandoc: clarify when row-level locks are released
2020-03-31  Peter GeogheganAdd CREATE INDEX deduplication assertions.
2020-03-31  Bruce MomjianRevert erroroneous commit 834b80464d; my apologies
2020-03-31  Bruce Momjiandummy commit
2020-03-31  Bruce Momjiandoc: add namespace column to pg_buffercache example...
2020-03-31  Bruce Momjiandoc: clarify which table creation is used for inherita...
2020-03-31  Tom LaneFix race condition in statext_store().
2020-03-31  Bruce Momjiandoc: adjust UPDATE/DELETE's FROM/USING to match SELECT...
next