summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-08-14Fix obsolete comment in xlogutils.c.Peter Geoghegan
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-13Fix out-of-date version reference, grammar.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-08-12Improve comments for postmaster.c's BackendList.Tom Lane
2020-08-12Track latest completed xid as a FullTransactionId.Andres Freund
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-08-09Correct nbtree page split lock coupling comment.Peter Geoghegan
2020-08-09Remove useless Assert.Tom Lane
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-08Add some const decorationsPeter Eisentraut
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-08-07Make nbtree split REDO locking match original execution.Peter Geoghegan
2020-08-07Remove PROC_IN_ANALYZE and derived flagsAlvaro Herrera
2020-08-07Rename nbtree split REDO routine variables.Peter Geoghegan
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-08-06Fix bogus EXPLAIN output for Hash AggregateDavid Rowley
2020-08-06Register llvm_shutdown using on_proc_exit, not before_shmem_exit.Robert Haas
2020-08-05Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane
2020-08-04Remove btree page items after page unlinkAlexander Korotkov
2020-08-03Fix replica backward scan race condition.Peter Geoghegan
2020-08-03Add nbtree page deletion assertion.Peter Geoghegan
2020-08-03Add %P to log_line_prefix for parallel group leaderMichael Paquier
2020-08-02Use int64 instead of long in incremental sort codeDavid Rowley
2020-08-01Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-08-01Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro
2020-08-01Minimize slot creation for multi-inserts of pg_shdependMichael Paquier
2020-08-01Improve programmer docs for simplehash and dynahash.Thomas Munro
2020-07-31Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane
2020-07-31Fix recently-introduced performance problem in ts_headline().Tom Lane
2020-07-31Fix compiler warning from Clang.Thomas Munro
2020-07-31Preallocate some DSM space at startup.Thomas Munro
2020-07-31Cache smgrnblocks() results in recovery.Thomas Munro
2020-07-31Use multi-inserts for pg_attribute and pg_shdependMichael Paquier
2020-07-30Use pg_bitutils for HyperLogLog.Jeff Davis
2020-07-30Introduce a WaitEventSet for the stats collector.Thomas Munro
2020-07-30Use WaitLatch() for condition variables.Thomas Munro
2020-07-30Use a long lived WaitEventSet for WaitLatch().Thomas Munro
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-29HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis
2020-07-29Fix incorrect print format in json.cMichael Paquier
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro