]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-08-01  Tom LaneInvent "amadjustmembers" AM method for validating opcla...
2020-08-01  Thomas MunroUse pg_pread() and pg_pwrite() in slru.c.
2020-08-01  Michael PaquierMinimize slot creation for multi-inserts of pg_shdepend
2020-08-01  Thomas MunroImprove programmer docs for simplehash and dynahash.
2020-07-31  Peter GeogheganRestore lost amcheck TOAST test coverage.
2020-07-31  Tom LaneFix oversight in ALTER TYPE: typmodin/typmodout must...
2020-07-31  Tom LaneFix recently-introduced performance problem in ts_headl...
2020-07-31  Thomas MunroFix compiler warning from Clang.
2020-07-31  Thomas MunroPreallocate some DSM space at startup.
2020-07-31  Michael PaquierFix comment in instrument.h
2020-07-31  Thomas MunroCache smgrnblocks() results in recovery.
2020-07-31  Michael PaquierUse multi-inserts for pg_attribute and pg_shdepend
2020-07-30  Tatsuo IshiiDoc: fix high availability solutions comparison.
2020-07-30  Jeff DavisUse pg_bitutils for HyperLogLog.
2020-07-30  Michael PaquierInclude partitioned tables for tab completion of VACUUM...
2020-07-30  Michael Paquierdoc: Mention index references in pg_inherits
2020-07-30  Thomas MunroIntroduce a WaitEventSet for the stats collector.
2020-07-30  Thomas MunroUse WaitLatch() for condition variables.
2020-07-30  Thomas MunroUse a long lived WaitEventSet for WaitLatch().
2020-07-29  Peter GeogheganAdd hash_mem_multiplier GUC.
2020-07-29  Fujii Masaopg_stat_statements: track number of rows processed...
2020-07-29  Fujii MasaoRemove non-fast promotion.
2020-07-29  Jeff DavisHashAgg: use better cardinality estimate for recursive...
2020-07-29  Michael PaquierFix incorrect print format in json.c
2020-07-29  Thomas MunroMove syncscan.c to src/backend/access/common.
2020-07-29  Peter GeogheganRename another "hash_mem" local variable.
2020-07-29  Peter GeogheganCorrect obsolete UNION hash aggs comment.
2020-07-28  Peter GeogheganDoc: Remove obsolete CREATE AGGREGATE note.
2020-07-28  David RowleyMake EXPLAIN ANALYZE of HashAgg more similar to Hash...
2020-07-28  David RowleyDoc: Improve documentation for pg_jit_available()
2020-07-28  Amit KapilaExtend the logical decoding output plugin API with...
2020-07-28  Etsuro FujitaFix some issues with step generation in partition pruning.
2020-07-28  Peter GeogheganRemove hashagg_avoid_disk_plan GUC.
2020-07-27  Michael PaquierFix corner case with 16kB-long decompression in pgcrypt...
2020-07-27  Michael PaquierFix handling of structure for bytea data type in ECPG
2020-07-26  Jeff DavisFix LookupTupleHashEntryHash() pipeline-stall issue.
2020-07-26  David RowleyAllocate consecutive blocks during parallel seqscans
2020-07-26  Michael PaquierTweak behavior of pg_stat_activity.leader_pid
2020-07-25  Noah MischRemove optimization for RAND_poll() failing.
2020-07-25  Noah MischUse RAND_poll() for seeding randomness after fork().
2020-07-25  Tom LaneImprove performance of binary COPY FROM through better...
2020-07-25  Tom LaneMark built-in coercion functions as leakproof where...
2020-07-25  Amit KapilaFix buffer usage stats for nodes above Gather Merge.
2020-07-24  Tom LaneReplace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC...
2020-07-24  Tom LaneFix assorted bugs by changing TS_execute's callback...
2020-07-24  Peter EisentrautRename configure.in to configure.ac
2020-07-23  Tom LaneFix ancient violation of zlib's API spec.
2020-07-23  Peter Eisentrautdoc: Document that ssl_ciphers does not affect TLS 1.3
2020-07-23  Thomas MunroFix error message.
2020-07-23  Amit KapilaWAL Log invalidations at command end with wal_level...
2020-07-22  Michael PaquierRevert "Fix corner case with PGP decompression in pgcrypto"
2020-07-22  Tom LaneSupport infinity and -infinity in the numeric data...
2020-07-22  Michael PaquierFix corner case with PGP decompression in pgcrypto
2020-07-22  Thomas MunroFix conversion table generator scripts.
2020-07-22  Michael PaquierFix comment in sha2.h
2020-07-21  Tom Laneneqjoinsel must now pass through collation to eqjoinsel.
2020-07-21  Peter GeogheganAdd nbtree Valgrind buffer lock checks.
2020-07-21  Tom LaneWeaken type-OID-matching checks in array_recv and recor...
2020-07-21  Alvaro HerreraGlossary: Add term "base backup"
2020-07-21  Alvaro HerreraMinor glossary tweaks
2020-07-21  Tom LaneBe more careful about marking catalog columns NOT NULL...
2020-07-21  Tom LaneAssert that we don't insert nulls into attnotnull catal...
2020-07-21  Michael PaquierRework tab completion of COPY and \copy in psql
2020-07-21  Tom LaneFix some corner cases for window ranges with infinite...
2020-07-20  Tom LaneMake floating-point "NaN / 0" return NaN instead of...
2020-07-20  Peter GeogheganAssert that buffer is pinned in LockBuffer().
2020-07-20  Tom LaneCorrectly mark pg_subscription_rel.srsublsn as nullable.
2020-07-20  Tom LaneFix construction of updated-columns bitmap in logical...
2020-07-20  Alexander KorotkovUpdate btree_gist extension for parallel query
2020-07-20  Fujii MasaoRename wal_keep_segments to wal_keep_size.
2020-07-20  Amit KapilaImmediately WAL-log subtransaction and top-level XID...
2020-07-20  Fujii MasaoAdd generic_plans and custom_plans fields into pg_prepa...
2020-07-20  Amit KapilaFix minor typo in nodeIncrementalSort.c.
2020-07-19  Peter GeogheganAvoid harmless Valgrind no-buffer-pin errors.
2020-07-19  Peter GeogheganMark buffers as defined to Valgrind consistently.
2020-07-19  Tom LaneCorrectly mark pg_subscription.subslotname as nullable.
2020-07-19  Peter EisentrautDefine OPENSSL_API_COMPAT
2020-07-18  Tom LaneFix replication/worker_internal.h to compile without...
2020-07-18  Tom LaneAllow logical replication to transfer data in binary...
2020-07-18  Michael Paquierdoc: Refresh more URLs in the docs
2020-07-18  Amit KapilaAdjust minor comment in reorderbuffer.c.
2020-07-18  Amit KapilaFix comments in reorderbuffer.c.
2020-07-18  Michael Paquierdoc: Fix description of \copy for psql
2020-07-18  Peter GeogheganRename "hash_mem" local variable.
2020-07-18  Peter GeogheganAdd Valgrind buffer access instrumentation.
2020-07-17  Tom LaneCope with data-offset-less archive files during out...
2020-07-17  Tom LaneRemove manual tracking of file position in pg_dump...
2020-07-17  Peter GeogheganAvoid CREATE INDEX unique index deduplication.
2020-07-17  Tom LaneEnsure that distributed timezone abbreviation files...
2020-07-17  Peter EisentrautFix whitespace
2020-07-17  Peter EisentrautResolve gratuitous tabs in SQL file
2020-07-17  Amit KapilaFix signal handler setup for SIGHUP in the apply launch...
2020-07-17  Thomas MunroUse MinimalTuple for tuple queues.
2020-07-17  Thomas MunroAdd huge_page_size setting for use on Linux.
2020-07-16  Andrew DunstanEnable almost all TAP tests involving symlinks on Windows
2020-07-16  Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-15  Peter Eisentrautpg_dump: Reorganize dumpFunc() and dumpAgg()
2020-07-15  Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-15  Michael PaquierFix compilation failure with sepgsql
2020-07-15  Michael PaquierEliminate cache lookup errors in SQL functions for...
next