]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-08-11  Andres FreundRename VariableCacheData.nextFullXid to nextXid.
2020-08-11  Michael PaquierImprove tab completion of REINDEX in psql
2020-08-10  Peter EisentrautReplace remaining StrNCpy() by strlcpy()
2020-08-10  Noah MischDocument clashes between logical replication and untrus...
2020-08-10  Noah MischEmpty search_path in logical replication apply worker...
2020-08-10  Noah MischMove connect.h from fe_utils to src/include/common.
2020-08-10  Tom LaneMake contrib modules' installation scripts more secure.
2020-08-09  Peter GeogheganCorrect nbtree page split lock coupling comment.
2020-08-09  Tom LaneCheck for fseeko() failure in pg_dump's _tarAddFile().
2020-08-09  Tom LaneRemove useless Assert.
2020-08-08  Tom LaneRemove <@ from contrib/intarray's GiST operator classes.
2020-08-08  Peter GeogheganTeach amcheck to verify sibling links in all cases.
2020-08-08  Alvaro Herrerawalsnd: Don't set waiting_for_ping_response spuriously
2020-08-08  Amit KapilaFix the logical streaming test.
2020-08-08  Peter EisentrautAdd some const decorations
2020-08-08  Amit KapilaImplement streaming mode in ReorderBuffer.
2020-08-07  Peter GeogheganMake nbtree split REDO locking match original execution.
2020-08-07  Alvaro HerreraRemove PROC_IN_ANALYZE and derived flags
2020-08-07  Tom LaneSupport testing of cases where table schemas change...
2020-08-07  Peter GeogheganRename nbtree split REDO routine variables.
2020-08-07  Etsuro FujitaFix yet another issue with step generation in partition...
2020-08-06  Peter GeogheganRemove obsolete amcheck comment.
2020-08-06  Peter Geogheganamcheck: Sanitize metapage's allequalimage field.
2020-08-06  David RowleyFix bogus EXPLAIN output for Hash Aggregate
2020-08-06  Robert HaasRegister llvm_shutdown using on_proc_exit, not before_s...
2020-08-05  Bruce Momjiandoc: clarify "state" table reference in tutorial
2020-08-05  Tom LaneFix matching of sub-partitions when a partitioned plan...
2020-08-04  Alexander KorotkovRemove btree page items after page unlink
2020-08-04  Tom LaneIncrease hard-wired timeout values in ecpg regression...
2020-08-04  Michael PaquierMake new SSL TAP test for channel_binding more robust
2020-08-03  Peter GeogheganFix replica backward scan race condition.
2020-08-03  Peter GeogheganAdd nbtree page deletion assertion.
2020-08-03  Tom LaneRemove unnecessary "DISTINCT" in psql's queries for...
2020-08-03  Tom LaneDoc: fix obsolete info about allowed range of TZ offset...
2020-08-03  Tom LaneFix behavior of ecpg's "EXEC SQL elif name".
2020-08-03  Michael PaquierAdd %P to log_line_prefix for parallel group leader
2020-08-03  Thomas MunroFix rare failure in LDAP tests.
2020-08-03  Thomas MunroCorrect comment in simplehash.h.
2020-08-02  Tom LaneFix minor issues in psql's new \dAc and related commands.
2020-08-02  David RowleyUse int64 instead of long in incremental sort code
2020-08-01  Noah MischChange XID and mxact limits to warn at 40M and stop...
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"
next