postgresql.git
2020-08-21 Fujii MasaoRework EXPLAIN for planner's buffer usage.
2020-08-21 Fujii MasaoFix typos in comments.
2020-08-20 David RowleyFix a few typos in JIT comments and README
2020-08-20 Andres FreundRevert "Make vacuum a bit more verbose to debug BF...
2020-08-20 Alvaro HerreraRevise REINDEX CONCURRENTLY recovery instructions
2020-08-20 Andres FreundAcquire ProcArrayLock exclusively in ProcArrayClearTran...
2020-08-19 Tom LaneSuppress unnecessary RelabelType nodes in yet more...
2020-08-19 Fujii MasaoAdd pg_backend_memory_contexts system view.
2020-08-18 Andres FreundFix race condition in snapshot caching when 2PC is...
2020-08-18 Heikki LinnakangasAvoid non-constant format string argument to fprintf().
2020-08-18 Andres Freundsnapshot scalability: cache snapshots using a xact...
2020-08-18 Michael PaquierFix use-after-release issue in PL/Sample
2020-08-18 Michael PaquierAdd PL/Sample to src/test/modules/
2020-08-17 Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17 Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17 Heikki LinnakangasMark commit and abort WAL records with XLR_SPECIAL_REL_...
2020-08-17 Heikki LinnakangasMake xact.h usable in frontend.
2020-08-17 Heikki LinnakangasFix printing last progress report line in client programs.
2020-08-17 Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-16 Andres FreundFix use of wrong index in ComputeXidHorizons().
2020-08-16 Andres FreundMake vacuum a bit more verbose to debug BF failure.
2020-08-16 Noah MischCorrect several behavior descriptions in comments.
2020-08-15 Tom LaneDoc: various improvements for pg_basebackup reference...
2020-08-15 Noah MischPrevent concurrent SimpleLruTruncate() for any given...
2020-08-15 Tom LaneRemove no-longer-usable hstore--1.0--1.1.sql update...
2020-08-15 Peter EisentrautRemove obsolete cygwin.h hack
2020-08-15 Peter EisentrautRemove obsolete HAVE_BUGGY_SOLARIS_STRTOD
2020-08-15 Amit KapilaMark a few logical decoding related variables with...
2020-08-15 Tom LaneBe more careful about the shape of hashable subplan...
2020-08-14 Andres Freundsnapshot scalability: Move subxact info to ProcGlobal...
2020-08-14 Andres Freundsnapshot scalability: Move PGXACT->vacuumFlags to ProcG...
2020-08-14 Andres Freundsnapshot scalability: Introduce dense array of in-progr...
2020-08-14 Alvaro Herrerapg_dump: fix dependencies on FKs to partitioned tables
2020-08-14 Peter GeogheganFix obsolete comment in xlogutils.c.
2020-08-14 Tom LaneFix postmaster's behavior during smart shutdown.
2020-08-14 Heikki LinnakangasFix typo in test comment.
2020-08-14 Michael PaquierFix compilation warnings with libselinux 3.1 in contrib...
2020-08-14 Tom LaneDoc: improve examples for json_populate_record() and...
2020-08-13 Andres Freundsnapshot scalability: Move PGXACT->xmin back to PGPROC.
2020-08-13 Alvaro HerreraHandle new HOT chains in index-build table scans
2020-08-13 Andres FreundFix out-of-date version reference, grammar.
2020-08-12 Andres Freundsnapshot scalability: Don't compute global horizons...
2020-08-12 Alvaro HerreraBRIN: Handle concurrent desummarization properly
2020-08-12 Tom LaneImprove comments for postmaster.c's BackendList.
2020-08-12 Andres FreundTrack latest completed xid as a FullTransactionId.
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.
next